textview
文章平均质量分 78
深圳市七木网络科技有限公司
深圳市七木网络科技有限公司www.kimoon.cn
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UITextView汉字光标问题
有可能是系统的bug,iOS9下面是没有该问题的。就是输入汉字,位置出错,被挡住。经过Google解决办法有两个: 1,self.textview.layoutManager.allowsNonContiguousLayout = NO;2, - (void)textViewDidChangeSelection:(UITextView *)textView { [textView sc原创 2015-09-18 17:15:37 · 625 阅读 · 0 评论 -
UITextField, UITextView长度限制
[self.nameTextFieldaddTarget:selfaction:@selector(textFieldDidChange:)forControlEvents:UIControlEventEditingChanged];#define kMaxNameLength (10)- (void)textFieldDidChange:(UITextFie转载 2015-07-06 16:18:12 · 565 阅读 · 0 评论
分享