69 skills found · Page 2 of 3
muyexi / SemiModalViewControllerUIViewController extension to present view / view controller as bottom-half modal.
ren6 / RKCropImageControllerThis is modal-style crop image controller that supports zooming to select borders with more accuracy.
LunabeeStudio / LBBottomSheetLBBottomSheet gives you the ability to present a controller in a kind of "modal" for which you can choose the height you want.
matthewcheok / MCBlurredModalControllerA sleek way to display your view controller modally.
benguild / PullToDismissTransitionUses `UIPercentDrivenInteractiveTransition` and `UIViewControllerAnimatedTransitioning` to quickly implement nice “pull-to-dismiss” interactions on modal view controller(s). — Also handles `UIScrollView` bounce toggling dynamically when necessary.
juanbrujo / TinyModalClean, Fast, Modular and customizable Modal Window controller
bdbergeron / BDBPopupViewControllerA UIViewController category for presenting custom view controllers modally.
hughbe / Semi Modal ControllerA lightweight modular library that provides a semi modal navigation controller and segue similar to the style of viewing comments on photos on Facebook for iOS
epingwang / BubbleTransitionAn objective-C version of [andreamazz/BubbleTransition](https://github.com/andreamazz/BubbleTransition). A custom modal transition that presents and dismiss a controller inside an expanding and shrinking bubble.
SharpMobileCode / ModalPickerViewControllerA Modal Picker that replaces the ActionSheetDatePicker for Xamarin.iOS
hollance / MHSemiModalCategory on UIViewController that makes it easy to present modal view controllers that only partially cover the screen.
theswiftvlad / AdaptiveModal DemoDemo project showcasing a custom modal presentation controller with adaptive height, smooth transitions and iOS-native feel. Perfect example for learning custom presentation controllers and transition animations in iOS.
khuong291 / PresentHalfModalSource code to help this issue: https://stackoverflow.com/questions/29219688/present-modal-view-controller-in-half-size-parent-controller/45525284#45525284
Frgallah / MasterTransitionsInteractive transition library for tabbar, navigation and modal view controller. iOS only.
codeisjoy / EMPartialModalViewControllerPresents modal view controllers in style, while the height is under your control!
GuiminChu / ShrinkPresentationA way to shrink the previous view controller when presenting a new one modally.
anmolrajpal / MenuControllerAn easy-to-use Action Menu Modal Controller inspired by iOS 13 Apple's native app implementation
PetahChristian / SearchResultsCustomTransitionSample code for a custom modal interactive transition to present an embedded view controller from filtered search results, similar to Apple's Calendar and Phone apps.
nestor-huma / ModalPresentationQueueUIViewController extension which lets you present multiple modal view controllers in a serial presentation queue.
teamplanes / React Native Modal ControllerControl your modals like a legend.