AxisSheet for SwiftUI
February 28, 2022 • MIT License
It is a library that handles the sheet view in 4 directions (.top, .bottom, .leading, .trailing) according to the axis type. It supports iOS and macOS.
VerticalSlidingPresentationController
December 07, 2020 • MIT License
VerticalSlidingPresentationController is a custom view controller presentation library which is designed to animate the presented view controller from the bottom of the screen. When the presented v...
UIDrawer
July 23, 2019 • Unspecified License
UIDrawer is a customizable UIPresentationController that allows modals to be presented like a bottom sheet. The kind of presentation style you can see on the Maps app on iOS.
TransitionController
June 07, 2019 • MIT License
You can dismiss transition and present transition between UIViewController, UINavigationController, UITabBarController, UICollectionViewController, and UITableViewController.
Receives a delegate f...
HWPanModal
June 06, 2019 • MIT License
HWPanModal is used to present controller from bottom and drag to dismiss.
CardPresentationController
January 07, 2019 • MIT License
Custom UIPresentationController which mimics the behavior of Apple Music UI
Bonsai
October 26, 2018 • MIT License
🌲 Bonsai makes custom frame and transition animation to any view controller
CustomPresentation
October 17, 2018 • Apache 2.0 License
iOS Mail/Music app like Presentation animation. Written in Objective-C.
BottomPopup
September 27, 2018 • MIT License
BottomPopup provides a popup-like presentation style to any view controller
SearchablePicker
August 04, 2018 • Apache 2.0 License
Display Apple system-like picker view. It is well suited for showing a long list of items with a search bar in iOS-like way. It looks very similar to the views shown in Apple System Setting.
MediaPickersPresenterFramework
July 24, 2018 • MIT License
Handles fetching data from camera, documents, phone library
No image provided.
PeekAndPopExtension
December 04, 2017 • Apache 2.0 License
This project covers how to use 3D Touch to implement peek and pop using Custom Presentation Controllers. It also shows how to add a Today Extension to the project. All written in Swift4 using MVC p...
FlipTheBlinds
February 07, 2017 • MIT License
FlipTheBlinds is an animation transition between view controllers that creates a venetian blinds domino effect.
CHECK OUT THE DEMO: https://www.youtube.com/watch?v=Pt0VacKUiWA
AZTransitions
December 29, 2016 • MIT License
Make your modal transition with custom animation. AZTransitions helps you think about creativity, giving specific API methods.
CustomSegue
July 31, 2016 • MIT License
Custom segue for OSX Storyboards with slide and cross fade effects using NSViewControllerTransitionOptions
ModalPresentationQueue
July 16, 2016 • MIT License
UIViewController extension which lets you present multiple modal view controllers in a serial presentation queue.