確èªç¨ã®ã¯ã©ã¹ãä½æ çæãããUIBezierPathã®ã³ã¼ãã確èªããããã®ã¯ã©ã¹ãä½æãã¾ããDrawscriptSampleããã¸ã§ã¯ãã«UIViewãç¶æ¿ããã¯ã©ã¹DrawViewãä½æãã¾ããããä½æãããã½ã¼ã¹ã³ã¼ãã以ä¸ã®ããã«å¤æ´ããçæãããUIBezierPathã®ã³ã¼ããè²¼ä»ãã¾ãããã DrawView.m #import "DrawView.h" @implementation DrawView - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { self.backgroundColor = [UIColor whiteColor]; } return self; } - (void)drawRect:(CGRect)rect { // Draws
{{#tags}}- {{label}}
{{/tags}}