Skip to content

startfellows/StickerFaceSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.