ChatKittyUI
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ChatKittyUI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ChatKittyUI'
Usage
let view = ChatKittyUIView(configuration: ChatUIConfiguration(widgetId: "{WIDGET ID}",
username: "{USERNAME}",
theme: .dark))
License
ChatKittyUI is available under the MIT license. See the LICENSE file for more info.