PresenterKit
Swifty view controller presentation for iOS
About
Swifty wrappers around view controller presentation, dismissal, and UIPresentationController
.
Requirements
- Xcode 9.4+
- Swift 4.1+
- iOS 10.0+
- SwiftLint
Installation
CocoaPods (recommended)
use_frameworks!
# Latest release in CocoaPods
pod 'PresenterKit'
# Get the latest on develop
pod 'PresenterKit', :git => 'https://github.com/jessesquires/PresenterKit.git', :branch => 'develop'
Carthage
github "jessesquires/PresenterKit"
Documentation
Read the docs. Generated with jazzy. Hosted by GitHub Pages.
Generate
$ ./scripts/build_docs.sh
Preview
$ open index.html -a Safari
Contribute
Please follow these contribution guidelines.
Credits
Created and maintained by @jesse_squires.
License
PresenterKit
is released under an MIT License. See LICENSE
for details.
Copyright © 2016-present Jesse Squires.
Please provide attribution, it is greatly appreciated.