Top "Custom-transition" questions

Developer defined transition between views, which gives full control to define the animations that are used when a navigation from one view controller to another occurs.

Navigation controller custom transition animation

I've been following some tutorials to create custom animation while transitioning from one view to another. My test project using …

ios cocoa-touch custom-transition
Navigation controller top layout guide not honored with custom transition

Short version: I am having a problem with auto layout top layout guide when used in conjunction with custom transition …

uinavigationcontroller ios7 autolayout custom-transition
Present a transparent modal UIViewController

I'm trying to make a custom alertView (for iOS7+) on my own but I struggle with the alertView presentation. I …

ios uiviewcontroller modalviewcontroller custom-transition
How to present a half modal view controller over the top with iOS 7 custom transitions

How would I go about presenting a "half view" controller over the top of main view controller? Requirements: - Present …

ios ios7 modalviewcontroller custom-transition
Navigation Bar with different colors in every view-controller like Twitter (not with setbartintcolor)

AS you can see in the image below, Twitter use different navigation bar color for each view-controller that is pushed. …

ios uinavigationcontroller uinavigationbar custom-transition