Tagged Questions
The pushviewcontroller tag has no wiki summary.
19
votes
3answers
182 views
hide second viewcontroller and navigate to third viewcontroller
I am in ViewControllerA and other ViewControllerB is also loaded in the viewcontroller's stack.viewControllerB has camera screen also.
From ViewControllerA I'm calling ViewControllerB by this below ...
6
votes
3answers
3k views
Showing pushviewcontroller animation look like presentModalViewController
Is it possible to show pushviewcontroller animation look like presentModalViewController but that has background functionality of pushviewcontroller?
Regards,
sathish
5
votes
4answers
2k views
How come some of my UIViews are shifted after navigation?
In some of my application designs or for just some UIViews, following a navigationController's pushViewController, my new view will be shifted off the window by the height of the status bar. As a ...
4
votes
2answers
300 views
How to push a view, go back and come back to the view?
I want to build an app for playing local audio files on the iPhone but I'm stuck with some of my codes.
I'm wondering how you can push a view, come back to the uitableviewcontroller and use a button ...
4
votes
2answers
354 views
How return a value from view2 to view1 when using navigation bar
I am New to the iPhone Development. How can i carry a string value from view2 to view1 when using navigation bar. I have no problem in carrying string values from view1 to view2 to view3 to....by ...
3
votes
1answer
40 views
Navigate first and then have viewDidLoad be called in an iphone app
I am new iPhone developer. I have created an application in which I use pushViewController to navigate between views. But when I call :
DetailViewController *dvController = [[DetailViewController ...
3
votes
1answer
1k views
when to use addChildViewController vs pushViewController
I just watched a 2011 WWDC presentation on "Implementing UIViewController Containment" (here's a link to the video)
They mentioned both of these ways of adding viewControllers to the screen, and I ...
3
votes
1answer
626 views
Can I push a modal view controller from within another modal view controller?
I've got a rootViewController that, at one point, displays a peoplePickerNavigationController. I'm trying to push a second view controller when my user selects a specific contact property, like so:
...
2
votes
2answers
410 views
iOS - pushViewController vs presentModalViewController difference
What is the difference beetween calling presentModalViewController and pushViewController, when :
animation is set to NO (even if yes, that's just an animation style that can be changed).
a ...
2
votes
1answer
263 views
trying to access UINavigationController from within AppDelegate
Ok, I'm still pretty new to iOS development, so I apologize if this is a silly question. But, I have an AlertView that I call from the AppDelegate then respond when clicking a button in the alert. I ...
2
votes
1answer
205 views
iPhone programmatically select Tab AND push view controller
With Facebook's new SSO, logging into Facebook means that my app is temporarily shut down. The problem is that my app requirements dictate that it cannot run in the background. So, when my app is ...
2
votes
2answers
150 views
pushViewController failing
i am trying to do a "list of items" -> "item details" kinda of app...
I've managed to do the list part just fine so far... I've also created a new view for the item detail but here i get a error when ...
2
votes
4answers
537 views
pushViewController not working
I have an application which has a view called store. In this view there is a button which loads the DetailView. Problem is that this detailview doesn't load/show. This is the code I use:
...
2
votes
0answers
223 views
Why pushviewcontroller is not working after dismissing presentmodalviewcontroller?
I have one application that has list of videos.When user clicks any of videos the video is played using mpmovieplayercontroller in full screen mode and landscape mode.moviewplayer controller contains ...
2
votes
4answers
116 views
Going back to first view from second view with values of first view unchanged
I have a first view which is the log in screen. After the user logs in there's a button to push the view to my second view. My problem is that when I press the button which pushes back to the first ...
2
votes
1answer
379 views
(iphone) showing activity indicator before heavy ui updating
I'm adding activity indicator view before doing some heavy ui updating (pushViewController takes a while to load view).
For some reason, indicator view doesn't appear until the new viewController is ...
2
votes
1answer
219 views
What is a modal view?
I wanted to do bottom-up or up-bottom animation for settings page. (which would normally be pushViewController)
And found out that bottom-up can be done with..
- ...
2
votes
2answers
7k views
Programmatically add UINavigationController in UIViewController
I currently have a view set up as the following:
@interface BlogViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
UITableView *mainTableView;
}
@property ...
2
votes
2answers
226 views
How do I destroy a view that is added by pushViewController?
After adding a view by pushViewController method, there will be a back button in the navigation bar to pop the view off the stack. However, it seems that iOS won't destroy the view after popping it ...
2
votes
1answer
198 views
Programmatically changing viewControllers
From my navigationController I have two paths:
navigationController --> ViewControllerA -- ViewControllerB (currently showing).
and navigationController --> ViewController1 -->ViewController2.
I ...
2
votes
1answer
468 views
UISearchBar keyboard doesn't slide out of view when a cell is selected in iOS 4
I have a tableView with a UISearchBar. Before upgrading to iOS 4, when a user selected a cell and the new viewController was pushed, the keyboard slid out of view to the left with the table.
Now, it ...
2
votes
1answer
379 views
Remove objects from UINavigationController
I would like to know if there is a way to know which objects [UIViewControllers?] are stored inside [self navigationController] (I'm guessing they are stored there with pushViewController?), and if ...
1
vote
1answer
45 views
Animate NavigationBar à la pushViewController w/o changing the viewController
I have a viewController showing an UIWebView. Inside of that UIWebView I have a Sencha Touch App running. On top of that UIWebView sits the native UINavigationBar (not Sencha Touch).
Inside the ...
1
vote
0answers
111 views
how to push a new view controller from UITableView object cell
i am trying to create a UITableView application on Xcode 4.2.
i just want each cells (ex. Cali) to push a new ViewController when its pushed
The issue I'm running into is whenever i press the cells ...
1
vote
2answers
50 views
Object dealloc only crashes in iOS 4.3
I'm trying to figure out why pushing a viewController in my tableView using didSelectRowAtIndexPath would cause a crash in iOS 4.3, but in iOS 5.0+, it works fine.
It crashes right when I call:
...
1
vote
0answers
44 views
Pushed view controller doesn't rotate
I have two subviews in my app.
At the top is a toolbar and in the bottom is a navigation controller.
In the navigation controller I have a table which every cell push to a new view controller with a ...
1
vote
2answers
70 views
EXC_BAD_ACCES puchviewcontroller tableview
I have got a problem when I compile my project for ios5. This code below works on ios4.3. During runtime, the Kernel throws a EXC_BAD_ACCESS Mach exception on this line :
[[self navigationController] ...
1
vote
3answers
121 views
Why does the pushViewController stop working when I remove a UIAlertView
I outsourced some iPhone development and I am trying to make a simple change to the code, but it does not make any sense to me. I am hoping that someone can help me out. I would ask the original ...
1
vote
2answers
180 views
How to push/pop controller by swipe in iPhone SDK?
Currently i am developing an iPhone application in which navigation between two controls by swipe gesture recognizer.
Applicaiton structure is like this
For this i first load calendar screen and on ...
1
vote
0answers
203 views
How to implement Server Sent Events in MVC3 using .NET?
I want to make a feed application using SSE in MVC .NET. I was looking over the web but I can't find an example or a way to implement the SSE in MVC. I developed a very dirty solution where a View ...
1
vote
1answer
77 views
iOS: UIViewController is Not Being Pushed Problem
I'm working on a new app where there is a "main" UIViewController with some UIButtons and once the user clicks on the buttons, the application is navigating to another UIViewController.
For some ...
1
vote
1answer
559 views
iphone push view controller inside navbar inside tabbar
I havean app that has a tabBar with a navbar,
the tab bar is showing,
and working, but when I want to go to another page inside one of the tabs, it doesnt load the new page,
here my app delegate
- ...
1
vote
2answers
100 views
Why does this pushViewController not work?
I have a UIViewController class, which has a button which triggers this:
DetailViewController *viewController = [[DetailViewController alloc] initWithNibName:@"DetailViewController" bundle:nil];
...
1
vote
2answers
271 views
pushViewController issue
I've got a TabBar application and 2 views.
One view is a MKMapView with annotations and callouts etc. All works well. Clicking on the 'UIButtonTypeDetailDisclosure' button in the callout my ...
1
vote
0answers
113 views
Subclass UIViewController and UINavigationController
Here is my problem:
ViewControllerA is a subclass of BaseViewController
ViewControllerB is a subclass of BaseViewController
If ViewControllerA pushes to ViewControllerB everything works fine.
The ...
1
vote
1answer
290 views
popping and pushing view controllers in same action
is is possible to pop a view off the navigation stack and then push another straight onto it?
I'm trying to implement a flat hierarchy for this section and would like to have a segmented controller ...
1
vote
2answers
101 views
Push a nil view controller on deployed app
My question is pretty simple:
On the iPhone/iPad simulator, when you push a nil view Controller, you are greeted by the gracious message
Application tried to push a nil view controller on target
...
1
vote
1answer
44 views
How set [self varNavigationController] for not being null in my ViewController?
noob writing,
I'm trying to use a Navigation Controller, but the method pushViewController doesn't work as it is 'null'.
At the same time I've tried the same code in a Navigation Based App ...
1
vote
1answer
80 views
Keyboard is not hiding in pushViewController
I am facing very strange problem. I have 4 textboxes in grouptableview. 3 textboxes shows keyboard for typing while taping on the other textbox i have navigate to other view. I am using ...
1
vote
2answers
447 views
CATransition white flash in background?
I'm trying to make a pushViewController slide in from the left, not the right, as follows:
Page14Controller * controller = [[Page14Controller alloc] initWithNibName:@"Page14Controller" bundle:nil];
...
1
vote
1answer
253 views
UIKeyboardWillShowNotification wrongly called from next class in stack!
I detect when the keyboard will show with the below code. However, when I push to another screen using pushViewController and open the keyboard in that screen, keyboardWillShow is getting called! Is ...
1
vote
0answers
153 views
Pushing new view controller from UITableView on a Tab Bar application
i have an app with two bar in it.
one of the tab .xib includes TableView, when the user select one of the cells i want to show another viewcontroller (.xib file) that includes information about the ...
1
vote
1answer
342 views
Difficulty with pushViewController pushing two levels at once
I have a list of items in one view controller. I can select an item and a detail view controller is pushed to show details of the selected item. I can then select the edit button (from the nav bar) ...
1
vote
1answer
316 views
Memory leak when pushing a UIViewController
Each time I push a new viewcontroller, it adds about 3MB. TestVC is a brand new VC with one method for pushing a new version of the VC.
UIViewController *vc = [[TestVC alloc] ...
1
vote
1answer
280 views
How can I popViewController to rootViewController?
Let me specific. I have three XIBs. From the first XIB i used pushViewController and got into the second. From the button click in second XIB i got into the third. The thing is, On the click of Cancel ...
1
vote
2answers
697 views
Parent view navigationController
I have a view which is a part of a tabBarController. In this view I have a subview with a table. When clicking a cell in this table, I would like to access the navigationController of the parent view. ...
1
vote
1answer
1k views
Why UIImagePickerController can not be push into navigation stack?
If you use pushViewController to push UIImagePickerController
[self.navigationController pushViewController:pvc animated:YES];
You will get error like
Pushing a navigation controller is not ...
1
vote
3answers
486 views
Viewcontroller can't push to another view?
My problem is sample ...But I still don't know why my view won't push to another view ...
First ,I add many views in NSMutableArray
static NSString *titleKey = @"title";
static NSString ...
1
vote
1answer
362 views
how to get the right viewcontroller in tabbar/navigationcontroller based model
I have a tabbar-based application with following tabs structure:
Tab A - ATabViewController - enclosed by UINavigationController
Tab B - BTabViewController - enclosed by UINavigationController
At ...
1
vote
1answer
464 views
Using setViewController from UINavigationController on iPhone doesn't behave properly
I'm having a problem with an iPhone App using UINavigationController. When I'm using pushNavigationController, it works fine. The iPhone does its animation while switching to the next ViewController. ...