摘要: //初始化textfield并设置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)];//设置边框样式,只有设置了才会显示边框样式 text.borderStyle = UI... 阅读全文
posted @ 2015-12-10 16:22 莫莫smile1 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 一、键值监听 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:U... 阅读全文
posted @ 2015-12-10 11:50 莫莫smile1 阅读(168) 评论(0) 推荐(0) 编辑
摘要: [NSTimer scheduledTimerWithTimeInterval:[self getRandomNumber:1 to:8] target:self selector:@selector(handleTimer:) userInfo:nil repeats:YES];//获取随机数-(... 阅读全文
posted @ 2015-12-10 11:47 莫莫smile1 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 一、手势种类UITapGestureRecognizer 点击UIPinchGestureRecognizer 二指往内或往外拨动UIRotationGestureRecognizer 旋转UISwipeGestureRecognizer滑动,快速移动UIPanGestureRecognizer拖移... 阅读全文
posted @ 2015-12-10 11:44 莫莫smile1 阅读(121) 评论(0) 推荐(0) 编辑