To run the example project, clone the repo, and run pod install
from the Example directory first.
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate StickerFaceSDK into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'StickerFaceSDK'
For open StickerFace module in new view controller:
StickerFace.shared.openStickerFace()
You can present module however you want. You can get root navigation controller like this:
let navigationController = StickerFace.shared.getRootNavigationController()
Xaker69, max.xaker41@mail.ru
StickerFace is released under the MIT license. See LICENSE for details.