mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Update Example to Swift 4.2
This commit is contained in:
@@ -48,7 +48,7 @@ extension BasicExampleViewController: MessagesDisplayDelegate {
|
||||
return isFromCurrentSender(message: message) ? .white : .darkText
|
||||
}
|
||||
|
||||
func detectorAttributes(for detector: DetectorType, and message: MessageType, at indexPath: IndexPath) -> [NSAttributedStringKey: Any] {
|
||||
func detectorAttributes(for detector: DetectorType, and message: MessageType, at indexPath: IndexPath) -> [NSAttributedString.Key: Any] {
|
||||
return MessageLabel.defaultAttributes
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user