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