Commit Graph

11 Commits

Author SHA1 Message Date
Andrew Robinson ed1d1e5bc4 Add support for emoji-only messages
Adds a new message type that handles text that doubles the font size and removes the message background to model how iMessage displays emoji-only messages.
2017-10-03 18:09:52 -05:00
Steven Deutsch 24d98cb298 [Example] Update example app to use random data generator 2017-10-03 04:25:11 -05:00
Steven Deutsch e6c228cbc2 Update ChatExample to Xcode 9 & Swift 3.2 2017-09-22 03:16:20 -05:00
Steven Deutsch c15a5f8e80 Create location snapshot for LocationMessageCell 2017-09-18 14:09:04 -05:00
Steven Deutsch 4caea44cb5 Add video message 2017-09-17 23:42:27 -05:00
Steven Deutsch 7788a1e231 Add MediaMessageCell 2017-09-16 17:59:39 -05:00
Omar Albeik 9ff78d2706 Fixes #50 2017-08-11 00:01:27 +03:00
MacmeDan 5d79572fd9 Added the Avatar struct which has an image and initials.
Added an `Avatar` property to the `AvatarView`
Replaced the `imageView` in the `MessagesCollectionViewCell` with the `AvatarView`
Moved the `Avatar.playground` to the example project so users can play around and learn it capabilities.
Updated the example project and abstracted the `sampleData` to its own file.
Updated the organization for the project to `MessageKit` instead of `Hex bits`
2017-08-07 17:46:22 -06:00
Steven Deutsch 3342caf540 Revert parameter renaming due to SwiftLint 2017-08-03 02:28:33 -05:00
Steven Deutsch 2894c47820 Add SwiftLint and fix warrnings/errors 2017-08-03 02:28:33 -05:00
Steven Deutsch 0d111798ac Remove test colors start to clean up UI 2017-07-26 04:06:46 -05:00