To run the example project, clone the repo, and run pod install
from the Example directory first.
iOS 9.0 and above
SlimFAQSDK is available through CocoaPods and Carthage.
To install it via CocoaPods, simply add the following line to your Podfile:
pod 'SlimFAQSDK'
To install it via Carthage add following line to your Cartfile:
github "oozou/slimfaqsdk-ios"
// setup
SlimFAQSDK.shared.set(clientID: "slimwiki")
// present SlimFAQ screen
do {
try SlimFAQSDK.shared.present(from: self, animated: true, completion: nil)
} catch let error {
print("an error occured: \(error.localizedDescription)")
}
Stanislau Baranouski, [email protected]
SlimFAQSDK is available under the MIT license. See the LICENSE file for more info.