摘要: 1、添加手势识别事件、按住时长、处理函数 UILongPressGestureRecognizer * longPressGr = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPress 阅读全文
posted @ 2016-02-26 17:03 wangbaixue 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 经常使用的文本框主要有两种。TextFieldView 和 TextView 1、弹出键盘类型 self.textView.keyboardType = UIKeyboardTypeDefault; self.textView.returnKeyType = UIReturnKeyDone; 上面是 阅读全文
posted @ 2016-02-26 16:45 wangbaixue 阅读(587) 评论(0) 推荐(0) 编辑