Commit Graph

20 Commits

Author SHA1 Message Date
Changnam Hong 943ed2d899 Fix ChatExample for SwiftLint
1. Set .swiftlint.yml for ChatExample
2. Fix Access Control for Explicit Top Level ACL Violation
3. Fix SwiftLint Warning: Colon Violation, Function Body Length
4. Fix Forced Unwrapping style
2018-04-09 23:51:08 +09:00
Federico Zanetello cdfbd0bb3e Remove unnecessary playground 2018-01-19 21:24:29 +07:00
Alessio Arsuffi 370c7c6e79 Feature/mock messages count settings (#458)
* Added UserDefaults Extension

to easily save and fetch settings values;

* added messages to fetch in settings

Added mock messages count to fetch in settings;

* Reverted to com.messagekit.ChatExample

* Fix copyright

* fix copyright

* fix copyright 2

* removed unused mark & fix init(coder:)

* remove unused cell height reference
2018-01-14 19:43:25 +01:00
Rich Gabrielli 1782b0b2a1 Change Copyright to "Copyright (c) 2017-2018 MessageKit" 2018-01-02 22:16:05 -05:00
Nathan Tannar e308d81b2b Styled up Example!!! 2017-10-21 01:12:14 -07:00
Nathan Tannar 8775f44819 Changes Proposed in PR #273 2017-10-20 20:12:13 -07:00
Candost Dagdeviren dde838630a Update folder structure to represent groups
Signed-off-by: Candost Dagdeviren <candostdagdeviren@gmail.com>
2017-10-05 15:47:23 +02:00
Javier Cancio 40b4c89624 Example updated for Xode 9 & Swift 4 2017-09-23 09:15:11 +02:00
Steven Deutsch e6c228cbc2 Update ChatExample to Xcode 9 & Swift 3.2 2017-09-22 03:16:20 -05:00
Steven Deutsch d43286b0e4 Add missing resources for Carthage 2017-09-20 15:36:00 -05:00
James Sherlock d5d21917d7 Update example project to use CocoaPods, Add basic UI test 2017-09-11 17:38:53 +01:00
Steven Deutsch 9474b58821 Update example app for iOS 9 deployment target 2017-09-10 05:31:11 -05:00
Nathan Tannar e02fc5a298 Removed myself from signing 2017-09-03 12:46:13 -07:00
Nathan Tannar 848e048a14 A workaround solution for the render issue with MessageInputBar
It seems as though when using a UINavigationController there is an issue with the rendering of an inputAccessoryView. This workaround creates a copy during the animation and then deletes it.
2017-09-03 12:40:00 -07:00
Nathan Tannar 5b16ad9b9f Redone MessageInputBar and its related views
Created a more customizable InputAccessoryView
2017-08-25 16:50:16 -07: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 0d111798ac Remove test colors start to clean up UI 2017-07-26 04:06:46 -05:00
Steven Deutsch 59f0b81e9f Setup MessagesViewController constraints 2017-07-22 15:52:44 -05:00
Steven Deutsch f1d7b0aaec Add MessagesCollectionView 2017-07-22 14:21:49 -05:00
Jesse Squires f11462ce22 Dump former MessageKit repo contents (#3)
* Dump former MessageKit repo contents

* Update MessageKit.podspec
2017-07-19 18:03:52 -05:00