steve228uk / MessengerKit
- воскресенье, 24 июня 2018 г. в 00:14:56
Swift
💬 A UI framework for building messenger interfaces on iOS
MessengerKit is a drop-in UI for messenger interfaces on iOS built in Swift. Centred around a single UIViewController, MessengerKit is themeable to fit your needs and includes a number of powerful features:
UICollectionView based with pre-loading and caching of size calculation for bubbles.SFSafariViewControllerUICollectionViewCells, headers, footers, and input views.travamigos theme).The framework was built for and is used in production at Travamigos.
MessengerKit requires Swift 4.0 and iOS 10.0 or later.
Drag the contents of the MessengerKit folder into your Xcode Project.
Add the following to your project's Podfile.
pod 'MessengerKit', :git => 'https://github.com/steve228uk/MessengerKit.git'Coming soon.
MessengerKit was written by @steve228uk for Travamigos and is available under the MIT license.
It makes use of KeyboardUtility by @JunyuKuang.