PresenterKit alternatives and similar libraries
Based on the "Transition" category.
Alternatively, view PresenterKit alternatives based on common mentions on social networks and blogs.
-
AlertTransition
AlertTransition is a extensible library for making view controller transitions, especially for alert transitions.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PresenterKit or a related project?
README
PresenterKit
Custom presenters and better view controller presentation for iOS
Requirements
- Xcode 12.0+
- Swift 5.3+
- iOS 11.0+
- SwiftLint
Installation
CocoaPods
pod 'PresenterKit', '~> 6.1.0'
# develop branch
pod 'PresenterKit', :git => 'https://github.com/jessesquires/PresenterKit.git', :branch => 'develop'
Swift Package Manager
Add PresenterKit
to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/jessesquires/PresenterKit.git", from: "6.1.0")
]
Alternatively, you can add the package directly via Xcode.
Documentation
You can read the documentation here. Generated with jazzy. Hosted by GitHub Pages.
Contributing
Interested in making contributions to this project? Please review the guides below.
Also, consider sponsoring this project or buying my apps! ✌️
Credits
Created and maintained by @jesse_squires.
License
Released under the MIT License. See LICENSE
for details.
Copyright © 2016-present Jesse Squires.
*Note that all licence references and agreements mentioned in the PresenterKit README section above
are relevant to that project's source code only.