美文网首页Swifty Coding
UITextView dataDetectorTypes in

UITextView dataDetectorTypes in

作者: ShinrenPan | 来源:发表于2015-11-30 15:03 被阅读151次

    使用 UITextView 當聊天的泡泡時, dataDetectorTypes 在 UITableViewCell 會有 bug.

    解決方法:

    • 方法1: 重新設置 UITextView editable.
    • 方法2: 重新設置 UITextView selectable.
    • 方法3: 重新設置 UITextView dataDetectorTypes.

    參考:
    Stackoverflow
    SurfChat

    相关文章

      网友评论

        本文标题:UITextView dataDetectorTypes in

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