2015年5月6日

使用UIGestureRecognizer监听屏幕事件

摘要: 转载自 http://blog.csdn.net/samguoyi/article/details/7911499 如果只是想获取屏幕点击事件有一个最简单的办法,就是写一个透明的uibutton覆盖在需要获取点击事件的view上面。这里用第二种办法:UIGestureRecognizer有很多继承... 阅读全文

posted @ 2015-05-06 16:32 奋进的闹钟 阅读(366) 评论(0) 推荐(0) 编辑

Introduction to CocoaPods Tutorial

摘要: Joshua Greene on April 14, 2014 TweetMake an app with several library dependencies with ease!4/14/2014: Fully updated for CocoaPods 0.31 and iOS 7 (... 阅读全文

posted @ 2015-05-06 16:10 奋进的闹钟 阅读(241) 评论(0) 推荐(0) 编辑

最基本的添加头像

摘要: @interface PTABabyEditBaseVC ()@property (nonatomic) UIImagePickerController *imagePickerController;@end@implementation PTABabyEditBaseVC- (void)viewD... 阅读全文

posted @ 2015-05-06 15:37 奋进的闹钟 阅读(279) 评论(0) 推荐(0) 编辑

导航