ROCController 0.0.3

ROCController 0.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Maximilian Alexander.



 
Depends on:
RealmSwift~> 2.4.4
Chatto~> 3.0.1
ChattoAdditions~> 3.0.1
 

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ROCController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ROCController"

Tutorial

  1. Whenever you need ROCController just make sure you import ROCController
  2. If you need a special sort of ChatMessage, you can subclass ROCBaseChatMessage. But you're free to use it right out of the box
  3. Subclass ROCBaseController<T: ROCBaseChatMessage>
  4. Implement your own "send message". See SampleChatController how it overrides the "sendMessage

FAQ

The example project has a few different depedencies. Do I need them?

No absolutely not, they're just to show that you can use a whole lot of other code with ROCController with minimal intrusion.

Author

Maximilian Alexander

Contact:

License

ROCController is available under the MIT license. See the LICENSE file for more info.