CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2016 |
SPMSupports SPM | ✗ |
Maintained by Kevin Chen.
A Swiftified, open source, Protocol-Orietated Messages UI Kit for iOS
Checkout the Sample project in the repository
Use Carthage to download the dependencies of the Sample project
CKViewLayout
protocol to layout message cell, instead of using massive AutoLayout constraint.CKMessageSizeCalculator
, remove the logic from CKMessagesViewLayout
CKMessagesView
now just update its contentInset with input toolbar sizeFinally, CKMessagesKit was inspired by JSQMessagesViewController and LayerKit. Thanks to Authors and Contributors
However, there're some reasons pushing me to create CKMessagesKit by myself
UICollectionView
, UITableView
in UICollectionViewCell
to show such Data Card UI design