MessageKit Swift didSelectURL doesn't work
问题 I'm trying to open url from messages and i'm using 3.0.0-beta-swift5 version of MessageKit. I implemented the delegate methods. func detectorAttributes(for detector: DetectorType, and message: MessageType, at indexPath: IndexPath) -> [NSAttributedString.Key: Any] { switch detector { case .hashtag, .mention, .url: return [.foregroundColor: UIColor.blue] default: return MessageLabel.defaultAttributes } } func enabledDetectors(for message: MessageType, at indexPath: IndexPath, in