美文网首页
UITextView 内容太多时,无法滚动到顶部的问题。

UITextView 内容太多时,无法滚动到顶部的问题。

作者: 阿斯顿卡卡 | 来源:发表于2017-09-22 20:35 被阅读8次

    需要设置

    UITextView 未显示时设置

    _ui_textView.scrollEnabled =NO;

    _ui_textView.layoutManager.allowsNonContiguousLayout =NO;

    已经显示后设置

    _ui_textView.scrollEnabled =YES;

    相关文章

      网友评论

          本文标题:UITextView 内容太多时,无法滚动到顶部的问题。

          本文链接:https://www.haomeiwen.com/subject/sngfextx.html