Use this tag for questions related to pushing a view controller.
i have an navigation controller in my storyboard, but for one reason i have to make one segue programmatically, but …
xcode ios6 uinavigationcontroller xcode4.5 pushviewcontrollerUINavigationController's documentation contains no pushViewController methods with a completion: parameter.
ios uiviewcontroller uinavigationcontroller pushviewcontrollerI got an app with NavigationController. How can i change animation transition style of pushViewController and popToViewController? UPD I created …
ios animation uinavigationcontroller pushviewcontroller popviewcontrollerI'm trying to get working a simple operation. At least it seems simple. Ok, what I'd like to do is …
ios uinavigationcontroller pushviewcontrollerI'm having a problem with an iPhone App using UINavigationController. When I'm using pushNavigationController, it works fine. The iPhone does …
objective-c uinavigationcontroller pushviewcontrollerIn some of my application designs or for just some UIViews, following a navigationController's pushViewController, my new view will be …
uiview statusbar pushviewcontrollerI'd like to navigate to a certain view controller after receiving a push notification. After navigation, the navigation stack should …
ios swift push-notification pushviewcontrollerWhen using pushViewController to push UIImagePickerController: [self.navigationController pushViewController:pvc animated:YES]; an error will occur such as: Pushing a …
ios uiimagepickercontroller pushviewcontroller presentmodalviewcontrollerI have a view which is a part of a tabBarController. In this view I have a subview with a …
iphone sdk uinavigationcontroller subview pushviewcontrollerI am trying to push in a new view controller with the code: [self.navigationController pushViewController:webViewController animated:YES]; But …
objective-c xcode uinavigationcontroller uitabbarcontroller pushviewcontroller