iOS textview光标上下跳动&&文本不置顶问题
2016-08-29 16:18 marysneaker 阅读(676) 评论(0) 编辑 收藏 举报_textView.layoutManager.allowsNonContiguousLayout = NO;
self.automaticallyAdjustsScrollViewInsets = NO;
_textView.layoutManager.allowsNonContiguousLayout = NO;
self.automaticallyAdjustsScrollViewInsets = NO;