Use this tag for questions related to pushing a view controller.

learn more… | top users | synonyms

0
votes
1answer
11 views

iOS6 Orientation with NavigationController

I am developing an application that has several views and a root view controller. It's based on UINavigationController using pushViewController: In didFinishLaunchingWithOptions: BIDLoginController ...
0
votes
1answer
9 views

How can I trigger one UIViewController of the UITabBarController from another UIViewController?

I have a project that is a "tab-bar controller" app. The first button is essentially a Home screen. The second one displays a UITableView of content. The third button displays a different ...
0
votes
1answer
30 views

'NSInternalInconsistencyException' - unable to push uitableviewcontroller on uinavigationcontroller ios 6

I am simply pushing a UITableviewController to navigation stack. Code works fine in both iOS 4.3 and 5 but crashes in iOS 6. Exception is: Terminating app due to uncaught exception ...
0
votes
1answer
46 views

UINavigationController popToRootViewController and P

I am working on app with UINavigation. First view has two buttons, 'AddNew' and 'Show All'. flow of app is : When user selects first view, it will push ViewController with textView and a button. ...
0
votes
0answers
7 views

Unable to get pushViewcontroller working to render detailview (with ARC activated) -no storyboarding

I have a tabcontroller set as rootcontroller. All tab settings work fine. The only problem is when I click on the tab bar item to render the MasterView controller to render a news feed in a ...
0
votes
1answer
76 views

Navigation bar image stays after back button is pressed

I'm using a navigation controller with a menu. In this menu , the navigation controller is called to push other view controllers. I've set the color of the navigation bar in the menu with this code ...
1
vote
1answer
83 views

Unbalanced calls to begin/end appearance transitions for <BTSViewController: 0x865c520>

I am facing this error, when i come back to my old View after visiting a new View (On click of Back Button on navigationBar) First: On click of searchBar, i am visiting a new View which contains ...
0
votes
1answer
61 views

ios: how to dismiss a modal view controller and then pop a pushed view controller

I have a view controller B that is pushed onto the navigation stack by root view controller A and this view controller B needs to display an alternative view if its model is in a certain state so it ...
0
votes
0answers
41 views

How do I prevent a UINavigationBar from animating when I push and pop UIViewControllers?

I have a custom UINavigationBar set in a UINavigationController. I would like to prevent the NavigationBar from animating when new viewcontrollers are pushed and popped from the NavigationController. ...
0
votes
2answers
68 views

pushViewController do a black view

I have a map that shows a lot annotations, and when I tap on UIButtonTypeDetailDisclosure in the callout annotationView.rightCalloutAccessoryView I will get an empty black view. ...
0
votes
1answer
13 views

Where does this backBarButtonItem come from again?

I have a UINavigationController (A) which has a few subviews which also are UIViewControllers (B and C). The main UINavigationController (A) rides inside of a UITabViewController (D). I'm trying to ...
1
vote
1answer
72 views

Apple's point of view on UIScrollViewController?

I am trying to have an application that occasionally uses a UISplitViewController for some editing and other operations. I figured out that I am not allowed to push/modal SplitViewController on a ...
0
votes
0answers
48 views

iOS Black Screen when pushing a UIViewController just in iOS 5.1

i searched a while for my problem and tried some hints, but I have still my issue. Not sure when it occured the first time, but it still occurs. I get a Black Screen, when i push a UIViewController ...
0
votes
0answers
12 views

How do I push a view controller from within the child view of Uitabbarcontroller (not modally)

I created an application based of of the UITabBarController. Within on of the Views that resides in the TabBarController, I have a button, I would like the button to open another view (one that I don ...
0
votes
2answers
161 views

pushViewController does not work with TabbarController

I have a Tab Bar Controller app which using storyboard. Each tab has a UIWebview. I want to capture link when the user click the link on Webview if the link is an external link (if it is not my site) ...
0
votes
1answer
233 views

Sencha Touch Controller pushing a view

I'm trying to work out why when I push a view onto a Ext.Navigation.View control, the view I push renders, but the data I push with it doesn't. The view renders a very simple DataView control with ...
0
votes
2answers
124 views

iOS: Pushing a view controller with animation only works once

I am creating an iPhone client for one of my apps that has an API. I am using the GTMOAuth2 library for authentication. The library takes care of opening a web view for me with the correct url. ...
1
vote
2answers
128 views

How do i set a modal segue (programmatically) to a push segue

i have an navigation controller in my storyboard, but for one reason i have to make one segue programmatically, but how do i make a push segue programmatically? this is my code so far: - ...
0
votes
2answers
44 views

How to break chain of navigation controllers

In my project I have following chain of navigation controllers Home controller -> Table View controller -> Page View Controller Now in Page View Controller after all the pages are viewed at ...
0
votes
2answers
325 views

push to another view controller without prepareForSegue

How can you push to another view controller without prepareForSegue? myClassVC *viewController = [myClassVC alloc]; UIStoryboardSegue *segue = [[UIStoryboardSegue alloc] ...
1
vote
1answer
78 views

Call a method upon going back within a NavigationController ios6

I have numerous ViewControllers within a NavigationController setup and was wondering if it's possible to run code when the user clicks "back". Basically my app runs a test and I would like "back" to ...
1
vote
2answers
94 views

How to navigate to next view controller in iPhone

I am newbie to iOS development.I have two view controllers in my app. I am trying to navigate from first view controller to second view controller in my app. SecondView *ss=[[SecondView alloc] ...
0
votes
1answer
115 views

navigationController:pushViewController with special effects for iPhone transactions

Usually we always push from one view to another view using the following method: [self.navigationController pushViewController:nextView animated:YES]; for some other animations we used ...
0
votes
1answer
79 views

How to push new view from TableViewCell?

In my app I am trying to navigate to a new View from a TableViewCell, But i dont know how. Could you help guys? I am using Xcode 4.6. and .xib, no storyboard. I am very new to coding so please explain ...
0
votes
0answers
30 views

Modifying navigation stack

my app consists of 3 tabs. (items, search, profile). In my items tab I have side menu, which contains categories of items and name of user that is currently logged in. If user is not logged in, ...
1
vote
1answer
65 views

Push Detail View from UITableView only on a specific UIImage in the cell?

I've got a UITableView which pushes a detail view when I tap any of its cells. I'd like that segue to only occur when tapping a specific part of the cell, a UIImageView at its left side. Tapping the ...
2
votes
3answers
190 views

PushViewController to the left - Simple?

I'm trying to get my ViewController to slide from Left to Right at the same speed as the standard PushViewConrtoller, I'm not using a NavBar and don't want to use Modal, is there a simple way to do ...
0
votes
2answers
118 views

Cannot push viewcontroller from appdelegate

In my window base application I need to navigate to editorview from my appdelegate when i click on the second item of my tabbarcontroller it will shows an actionsheet with three option. actionsheet ...
2
votes
2answers
159 views

Is there any way to pass a PFFile (image) to another controller and display it without querying the database in the new controller?

This is a question I have asked over at Parse forums and I have not had any reply from them for the past 3 days. Hence I am posting here. Hi, I have a PFQueryTableViewController and the table has ...
0
votes
1answer
159 views

Tapku Calendar pushing to another view after selecting date

I am using the Tapku calendar in my app and trying to implement the didSelectDate: The user selects a date and then it pushes to a new view. It does push, but it pushes twice and this is the error I ...
2
votes
2answers
169 views

Pushing view controller with custom animation

Is it possible to make a custom push view controller animation like the image? The basic idea is to push the view normally, but without moving the current view (that calls the pushViewController...). ...
0
votes
1answer
47 views

Flip landscape UIViewController

I have a button in my UIViewController, I want to have Flip transaction when I press the button, I have transaction but it's flip portrait, would you please help me! I want to have it as Landscape ...
0
votes
2answers
96 views

iOS Pushing a ViewController not working

I've read a lot of similar questions, and I cannot figure out why the view is not working.. I've spent four hours on this, so I thought it time to ask for help. My main VC code is a UITableView with ...
0
votes
1answer
118 views

how to make pushViewController: work in the following case?

I have a Navigation Controller embedded in a RootViewController. The elements present inside the RootViewController are a segmented control and a UIView. As the different segments are selected, the ...
0
votes
1answer
141 views

Push ViewController on AppDelegate from TabBar Application

I have a Tab Bar application that shows several tabs. I case of notification I want user to be directed to a view controller with the ability to push "Back". When my app was only Navigation controller ...
0
votes
0answers
80 views

Unbalanced calls to begin/end appearance transitions for view controller VC1

VC1 was at the top of a UINavigationController's stack (displayed), the problem arises when pushing another view controller VC2 to the same UINavigationController. after debugging i have discovered ...
1
vote
0answers
155 views

pushViewController from appDelegate - Problems

I've searched around the Internet and stack overflow and still can't solve this problem. It is a tabbed application template. When the app isn't running and it receives a push notification I want to ...
0
votes
0answers
27 views

How to Open a NavigationController from a ViewController

I have a storyboard with a View Controller which should push a nav controller when a login was successful. see image on my google drive. I have an IBAction on btn_login which is call "- ...
0
votes
1answer
48 views

Switching between UIViewControllers using UINavigationController

There is section in my app which has a popover in which a UITableView is presented each time the popover is presented. It's easy to navigate between the UITableViews calculating the paths of the files ...
0
votes
1answer
61 views

lldb breakpoint, loaded nib but didn't get a UITableView

I have an app with no nibs. Its rootviewcontroller is a tableviewcontroller. I am having it push to a second tableviewcontroller, which controls a detailview. Just earlier this week, I had it ...
0
votes
2answers
52 views

iPhone : pushing on UIViewController from where it pushed

I've two UIViewControllers say ViewController_A and ViewController_B My flow is, AViewController_A ---> BViewController_B ---> CViewController_A For A, B and C navigations I have the following ...
0
votes
1answer
177 views

MonoTouch UITableView PushViewController

I'm using an UITableView with the following setup: normal mode: detail disclosure button edit mode: disclosure indicator If the table is in edit mode and I select the row, the ...
0
votes
2answers
63 views

How to prevent uitabbaritem from taking me to “root” controller?

in my app, I have several uiTabBarItems (like search, list of items, account). When I click on account, user is supposed to put in credentials to log in. After successful login, name of tabbaritem is ...
0
votes
1answer
97 views

Difference between presentModalViewController and pushViewController regarding memory management

Although I've solved this problem. I really need someone to explain to me why it worked. I've got a UINavBar that has a custom UIView as the visible ViewController. I created a custom button in place ...
0
votes
2answers
101 views

Launch different ViewControllers on a button click in iOS

My project is in iOS6.I have three UIViewControllers on my iPhone storyboard. On the first UIVC i have a checkbox and a continue button. If checkbox is checked and button is clicked then I have to ...
0
votes
2answers
104 views

pushViewController without title animation

I push Viewcontroller using this code: if (! self.infoViewController) { self.infoViewController = [[InfoViewController alloc] initWithNibName:@"InfoViewController" bundle:nil]; } [UIView ...
0
votes
0answers
91 views

View does not display after pushViewController

My storyboard has the following layout MyView1ViewController (root controller) / ContainerView --> ...
1
vote
2answers
123 views

how to pop to different view controller

I have four view controller classes A, B, C, D. Class D is pushed when the "go" button is pressed from Class A & B. I have a method in the app delegate which does that for me ...
0
votes
0answers
158 views

Debug self.navigationController pushViewController crash

I get a crash with this code. TestViewController *viewController = [[TestViewController alloc] initWithNibName:@"TestView" bundle:nil]; [self.navigationController pushViewController:viewController ...
0
votes
0answers
36 views

Push UIViewController and pass NSString

I currently have the following method which pushes a view, it is called by a button. - (IBAction)cartoonPressed:(id)sender { AppDelegate *appDelegate = (AppDelegate *)[[UIApplication ...

1 2 3 4 5 8