??2??3@interface?TouchView?:?UIView??4{??5????NSMutableArray?*poi">
ios應用開發(fā)——小畫板demo

ios應用開發(fā)——小畫板demo

ID:8809702

大?。?.51 MB

頁數:7頁

時間:2018-04-08

ios應用開發(fā)——小畫板demo_第1頁
ios應用開發(fā)——小畫板demo_第2頁
ios應用開發(fā)——小畫板demo_第3頁
ios應用開發(fā)——小畫板demo_第4頁
ios應用開發(fā)——小畫板demo_第5頁
資源描述:

《ios應用開發(fā)——小畫板demo》由會員上傳分享,免費在線閱讀,更多相關內容在應用文檔-天天文庫。

1、iOS應用開發(fā)——小畫板Demo代碼部分TouchView.h1#import???2??3@interface?TouchView?:?UIView??4{??5????NSMutableArray?*points;??6????NSArray?*points_all;??7????CGContextRef?context;??8????UIColor?*paint_clr;??9}??10@property?(strong,nonatomic)?NSMutableArray?*poin

2、ts;??11@property?(strong,nonatomic)?NSArray?*points_all;??12@property?(strong,nonatomic)?UIColor?*paint_clr;??13??14@end??TouchView.m1#import?"TouchView.h"??2??3@implementation?TouchView??4@synthesize?points,?points_all,?paint_clr;??5??6-?(id)initWithFrame:(CGRe

3、ct)frame??7{??8????self?=?[super?initWithFrame:frame];??9????if?(self)?{??10????????//?Initialization?code??11????????paint_clr?=?[UIColor?greenColor];??12????}??13????return?self;??14}??15??16//?Only?override?drawRect:?if?you?perform?custom?drawing.??17//?An?em

4、pty?implementation?adversely?affects?performance?during?animation.??18-?(void)drawRect:(CGRect)rect??19{??20????//?Drawing?code??21????if?((!self.points)?

5、

6、?(self.points.count?

7、text();??26????//設置畫筆粗細???27????CGContextSetLineWidth(context,?5.0f);??28????//設置畫筆顏色??29????//[[UIColor?blueColor]set?];??30????//?[paint_clr?set];??31????//CGContextSetStrokeColorWithColor(context,?[[UIColor?blueColor]CGColor]);??32????CGContextSetStrokeColorW

8、ithColor(context,?[paint_clr?CGColor]);??33??????34????//畫以前的軌跡??35????for?(int?j?=?0?;?j?

9、-1;i++)??39????????????{??40????????????????CGPoint?point1?=?[[points_tmp?objectAtIndex:i]?CGPointValue];??41????????????????CGPoint?point2?=?[[points_tmp?objectAtIndex:(i+1)]?CGPointValue];??42????????????????CGContextMoveToPoint(context,?point1.x,?point1.y);??

10、43????????????????CGContextAddLineToPoint(context,?point2.x,?point2.y);??44????????????????CGContextStrokePath(context);??45????????????}??46????????}??47??????48????

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯系客服。
3. 下載前請仔細閱讀文檔內容,確認文檔內容符合您的需求后進行下載,若出現內容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯系客服處理。