SlimFAQSDK 0.1.1

SlimFAQSDK 0.1.1

Maintained by Stanislau Baranouski.




SlimFAQSDK

Version License Platform

Example

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

Requirements

iOS 9.0 and above

Installation

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

pod 'SlimFAQSDK'

Usage

CocoaPods

// setup
SlimFAQSDK.shared.set(clientID: "slimwiki")

// present SlimFAQ screen
do {
    try SlimFAQSDK.shared.present(from: self, animated: true, completion: nil)
} catch {
    print("an error occured: \(error.localizedDescription)")
}

Carthage

// tbd

Author

Stanislau Baranouski, [email protected]

License

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