To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 8 or later
- Xcode 10 or later
GiphyPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GiphyPicker'
- Get a token from Giphy website
- In the AppDelegate.swift add the token
GiphyPicker.defaultConfig(token: "<YourToken>")
To present the picker modally you can the code as follows
let picker = GiphyPicker.getViewController()
present(picker, animated: true, completion: nil)
Daniele Candotti, support-{AT}-candotti.info
GiphyPicker is available under the MIT license. See the LICENSE file for more info.