Hey everyone 馃槄,
I've just finished up MessageKit v0.7.0 and think that this release was a big step in the right direction. Hopefully, with a few more minor versions we will have something of production quality.
MessageStyles supporting iMessage & Google Hangouts style bubblesDateHeaderView is shown on new messages received after a 1hr time intervalincomingAvatarSize & outgoingAvatarSize deprecated in favor of a more dynamic methodavatarAlwaysLeading and avatarAlwaysTrailing layoutsbottomLabelExtendsPastAvatar and topLabelExtendsPastAvatar flags.cellLeading, .cellTrailing, .cellCenter, .messageLeading, .messageTrailingAvatarPosition -> AvatarAlignmentMessagesDisplayDataSource -> MessagesDisplayDelegateMessagesLayoutDelegate, MessagesDataSource and MessagesDisplayDelegateMessageCellDelegate now conforms to MessageLabelDelegateMessagesDisplayDelegate (prev MessagesDisplayDataSource) no longer conforms to MessagesDataSourceMessageInputBar@oyalhi For working on the message styles
@antonijap For providing the images for the message bubbles
@nathantannar4 For some bugfixes related to the MessageInputBar
Looking to get involved in the project? Come join us on at the MessageKit Slack Channel
Great work!!
Thank Your for You great work!!!
I try to use this library, in POD file:
pod 'MessageKit'
On ver 0.5.0 all works fine but labels did not align at right side (always on left side).
Ver 0.7.0 when i run chat controller get an exception:
fatal error: unexpectedly found nil while unwrapping an Optional value
on "static func messageKitAssetBundle() -> Bundle" on line "return Bundle(url: resourceUrl)!"
Maybe i'm doing something wrong? Please help me
@sergpol You're not making a mistake, this is an error by me. Thank you for bringing it to my attention.
Please use MessageKit, ~>0.6.0 for now. I'll resolve this as soon as I can.
@sergpol This should be taken care of in v0.7.1. Let me know if you have any further issues.
@SD10 great!!! Works perfect!!!
@SD10 , I'm having the same issue on 0.7.2. I think this is happening because I'm using Carthage instead of cocoapods
@SD10 It looks like in Carthage the images are on the framework bundle and not on a MessageKitAssets.bundle
@marlontojal Thank you for reporting this. I will take care of it today
@marlontojal I think this is resolved in 0.7.4. If it's not just let me know.
@SD10 Sorry for the delay, its fixed, Thanks