A modal view controller is a mechanism for managing a modal view, i.e. a view that assumes logical control of the user interface until the modal view is dismissed.
I have a custom animated UIViewController transition, and it seems that there is a bug in iOS that screws up …
uiviewcontroller ios7 modalviewcontrollerThis is my view (controller) hierarchy: UITabBarController (as the rootViewController of the app) UINavigationController (as the viewController for one of …
ios objective-c iphone xcode modalviewcontrollerI have a navigation controller which present one modal viewController. From inside this modal viewController I present another modal viewController. …
objective-c modalviewcontrollerI have a UIViewController that is being presented via a modal segue in a storyboard (embedded in a UINavigationController). I'm …
ios objective-c uiviewcontroller modalviewcontroller uiviewanimationtransitionI have a view controller B that is pushed onto the navigation stack by root view controller A and this …
ios modalviewcontroller viewcontroller pushviewcontrollerI need a modal page with no full size (80% width, <60% height, centered) to select some items, like an alert …
ionic-framework ionic3 css-position modalviewcontrollerI have a mainViewController. I call [self pushModalViewController:someViewController] which makes someViewController the active view. Now I want to call …
iphone objective-c modalviewcontroller viewdidappear