使用 UITextView 當聊天的泡泡時, dataDetectorTypes 在 UITableViewCell 會有 bug.
解決方法:
- 方法1: 重新設置 UITextView editable.
- 方法2: 重新設置 UITextView selectable.
- 方法3: 重新設置 UITextView dataDetectorTypes.
使用 UITextView 當聊天的泡泡時, dataDetectorTypes 在 UITableViewCell 會有 bug.
解決方法: