摘要: /Users/xalo/Desktop/模拟图.png 阅读全文
posted @ 2015-10-22 20:44 随心所欲2015 阅读(178) 评论(0) 推荐(0) 编辑
摘要: // 1、轻拍手势识别器的使用 UITapGestureRecognizer *tapGesture=[[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(handleTapGesture:)]; //设置需要... 阅读全文
posted @ 2015-10-22 15:31 随心所欲2015 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #import "MainViewController.h"@interface MainViewController ()@end@implementation MainViewController- (void)viewDidLoad { [super viewDidLoad]; // Do... 阅读全文
posted @ 2015-10-22 15:07 随心所欲2015 阅读(218) 评论(0) 推荐(0) 编辑