Awesome
ObjcEntryKitExample
This project demonstrates integration of SwiftEntryKit into an existing Objective C project.
Installation
Using Carthage
- Clone or download the project.
- Install using
carthage update --use-submodules
. - Open the project (.xcodeproj file) and run.
Using CocoaPods
- Clone or download the project.
- Install using
pod install
. - Open the project (.xcworkspace file) and run.