UITextView
zani515
这个作者很懒,什么都没留下…
展开
-
How to stop UITextView from scrolling up when entering it
@interface BCZeroEdgeTextView : UITextView @end @implementation BCZeroEdgeTextView - (UIEdgeInsets) contentInset { return UIEdgeInsetsZero; } @end原创 2012-08-12 15:38:49 · 81 阅读 · 0 评论 -
UITextView输入中文时,汉字候选框被遮住了
将scrollEnabled 属性设置成 NO即可原创 2012-08-12 15:45:44 · 144 阅读 · 0 评论