iOS-7-Custom-ModalViewController-Transitions icon indicating copy to clipboard operation
iOS-7-Custom-ModalViewController-Transitions copied to clipboard

Sample project implementing new custom ModalViewController Transitions on iOS 7.

Results 4 iOS-7-Custom-ModalViewController-Transitions issues
Sort by recently updated
recently updated
newest added

First of all thanks for this nice control! It save me a lot of time. Xcode gives me the above warning and i saw comments in your code about that...

Updated code to dismiss the popup view controller with desired animation

Fixed: UIModalPresentationCustom presentation style can only be used with an animator or with unanimated dismissals

Simplified the code using generic UIViewControllers. There is no need to use your own classes here for MainView and SecondaryViews. I also changed the duration so it uses the same...