Believe in your own future, will thank yourself right now Sinner Yun

Sinner_Yun

2014年3月25日

拼图

摘要: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (UIImage *)clipImage:(UIImage *)image inRect:(CGRect)rec 阅读全文

posted @ 2014-03-25 21:40 Sinner_Yun 阅读(239) 评论(0) 推荐(1) 编辑

事件处理和手势

摘要: 事件处理和手势 【视图与UITouch对应的方法】 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { //获取点击事件 UITouch *t = [touches anyObject]; //如果点击的是图片就把他移 阅读全文

posted @ 2014-03-25 21:17 Sinner_Yun 阅读(298) 评论(0) 推荐(0) 编辑

导航