Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.46 KB

StickerFaceSDK

Version License Platform

Example

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

Requirements

Installation

CocoaPods

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'

Using StickerFaceSDK

Open StickerFace module

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()

Author

Xaker69, max.xaker41@mail.ru

License

StickerFace is released under the MIT license. See LICENSE for details.