All Projects → jessesquires → Presenterkit

jessesquires / Presenterkit

Licence: mit
Custom presenters and better view controller presentation for iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Presenterkit

Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (-75%)
Mutual labels:  presentation, viewcontroller
Mdp
A command-line based markdown presentation tool.
Stars: ✭ 4,226 (+712.69%)
Mutual labels:  presentation
Snackview
Customizable bottom-half alerts.
Stars: ✭ 280 (-46.15%)
Mutual labels:  viewcontroller
Marpit
The skinny framework for creating slide deck from Markdown
Stars: ✭ 364 (-30%)
Mutual labels:  presentation
Presentation
📑 Presentation helps you to make tutorials, release notes and animated pages.
Stars: ✭ 3,004 (+477.69%)
Mutual labels:  presentation
Reveal Hugo
📽️ Create rich HTML-based presentations with Hugo and Reveal.js
Stars: ✭ 381 (-26.73%)
Mutual labels:  presentation
gostudy
Go study session presentation at CyberAgent
Stars: ✭ 25 (-95.19%)
Mutual labels:  presentation
React Presents
React slideshow framework
Stars: ✭ 454 (-12.69%)
Mutual labels:  presentation
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+709.62%)
Mutual labels:  viewcontroller
Godot Power Pitch
International pitch for the Godot Game Engine, made in Godot, available in 15+ languages
Stars: ✭ 348 (-33.08%)
Mutual labels:  presentation
Xaringanthemer
😎 Give your xaringan slides some style
Stars: ✭ 337 (-35.19%)
Mutual labels:  presentation
Jsqwebviewcontroller
[Deprecated] A lightweight Swift WebKit view controller for iOS
Stars: ✭ 307 (-40.96%)
Mutual labels:  viewcontroller
Locationpicker
A ready for use and fully customizable location picker for your app
Stars: ✭ 384 (-26.15%)
Mutual labels:  viewcontroller
Showtime
The easiest way to show off your iOS taps and gestures for demos and videos.
Stars: ✭ 281 (-45.96%)
Mutual labels:  presentation
Router
🛣 Simple Navigation for iOS
Stars: ✭ 438 (-15.77%)
Mutual labels:  viewcontroller
Focus Beamertheme
Focus: a minimalist presentation theme for LaTeX Beamer.
Stars: ✭ 263 (-49.42%)
Mutual labels:  presentation
Onboardkit
Customisable user onboarding for your iOS app
Stars: ✭ 334 (-35.77%)
Mutual labels:  viewcontroller
Hyawesometransition
Custom transition between viewcontrollers
Stars: ✭ 368 (-29.23%)
Mutual labels:  viewcontroller
Messagekit
A community-driven replacement for JSQMessagesViewController
Stars: ✭ 5,036 (+868.46%)
Mutual labels:  viewcontroller
Pympress
Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
Stars: ✭ 450 (-13.46%)
Mutual labels:  presentation

PresenterKit Actions Status

Custom presenters and better view controller presentation for iOS

Requirements

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].