Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

jessesquires/PresenterKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77d4e2c · Nov 2, 2021
May 17, 2021
Sep 25, 2020
Sep 21, 2019
Sep 25, 2020
Sep 25, 2020
Apr 18, 2020
Dec 4, 2020
Dec 4, 2020
Apr 17, 2020
Apr 17, 2020
Sep 25, 2020
Jan 3, 2021
Sep 6, 2021
Oct 11, 2021
Jan 8, 2016
Sep 25, 2020
Nov 2, 2021
Sep 25, 2020

Repository files navigation

PresenterKit Actions Status

Custom presenters and better view controller presentation for iOS

Requirements

Installation

pod 'PresenterKit', '~> 6.1.0'

# develop branch
pod 'PresenterKit', :git => 'https://github.com/jessesquires/PresenterKit.git', :branch => 'develop'

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.