The popviewcontroller tag has no wiki summary.
0
votes
1answer
47 views
UINavigationButton & UIButton on PopToRootViewController?
My app has a sign in button and a sign up button, which are UINavigationButtons and UIButtons respectively. Either segues to a new screen that, on success, should PopToRootViewController; However, ...
-1
votes
2answers
39 views
Can't make popViewController Work (code included)?
I'm not quite sure why this doesn't work. What I'm trying to do is pop the hint view controller off the stack when an exit button is pressed. It can then be re-instantiated later when it is needed. It ...
0
votes
2answers
53 views
How to pop views in uitabbar?
i've developed an app for ios, using a uitabbar. In the tabbar i have some uitableview leading to some uiview. For example:
A:Tabbar button -> B:Table View -> C:View relative to the line of the table ...
0
votes
1answer
26 views
Trying to dismiss a view controller by tap on cancel using delegation (Not working at all)
Having two view controller within a navigation controller:
PhoneNumbersTVC > holds a list of phone numbers added by NewPhoneNumberTVC
NewPhoneNumberTVC > a controller for adding phone numbers
When I ...
1
vote
2answers
134 views
How to dismiss UIAlertView when its parent view popped from outside?
I have showed an alert view locally in an function call like this...
UIAlertView *alert_local = [[UIAlertView alloc]
initWithTitle:nil
...
0
votes
2answers
105 views
IOS popviewcontroller removes the navigation bar
I'm using storyboard in my app and I'm trying to move bac to a previous view controller using
[self.navigationController popViewControllerAnimated:YES];
It works fine but it gives me the right ...
0
votes
2answers
88 views
How to pass the Uiimage when popview controller in iphone
Any one have exact solution for passing image from one view to other view when using popview controller in iPhone.
Please give me some guidelines for this problem.
Thanks.
0
votes
2answers
122 views
How to Passing Uiimage from one view controller to Other view controller when using popvivew controller used?
I Have Two View controllers.
First UIViewController contain one UIImage, when I click "crop" button, go to second view controller I pass the image by push view controller, here I'am cropping my ...
0
votes
1answer
46 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
2answers
73 views
how can i refresh the content of a view before I popViewController?
i have two viewcontroller. First view controller include a map and annotations, when i touch an annotation my second view come. At second view i touch the delete button. So my first view's content ...
1
vote
2answers
122 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
2answers
267 views
popViewController with pushViewController animation
I want to popViewController with pushViewController animation. Is there any way to do this? Is it possible?
0
votes
3answers
135 views
ios How do I know the controller is a “push” or “pop” returned
i have three controller and i wanna kown the controller is a push or pop
A controller:
{
if(!b)
b = [B alloc] init];
[self.navigationController pushViewController:b animated:YES];
}
B ...
1
vote
1answer
222 views
Using Kal calendar from existing table view and popToRootViewController not working
I'm trying use Kal calendar in my project. Here is what I understand to be the case so far:
Whichever view controller that calls Kal must implement the UITableViewDelegate method ...
0
votes
5answers
396 views
Issue with popViewController and pushController
I'm facing issue with redirecting the viewControllers using pop/pushViewControllers. I've three view controller like below image -
In my 3rd view i've some ToggleButton based on that toggleButton ...
0
votes
1answer
348 views
NSInternalInconsistencyException with UITableViewController and a Storyboard-Pop
I integrated GrabKit in my iPhone-App, which is a Library to Grab Photos from social Networks. Now I have the following situation/problem:
I have a UITableViewController - AlbumListViewController.
...
0
votes
0answers
122 views
UINavigation pop(or push) animation`s bug?
I met a problem today .
I push a viewController (named bookShelf) into a navigation (named rootViewController) with animated:YES. and then I pop it out quickly ,the problem will appear.
The ...
0
votes
3answers
98 views
Viewdid load method call on popview
In my application i set some animations in View1's view load() ,At first launch its working propely,if im pushed into otherview ,and while pop into view1 its not animating,What shoud i do for animate ...
0
votes
1answer
93 views
Modifying UINavigationController corrupts navigation stack
I've got a standard UINavigation controller and push my screens with push and pop as normal. However, i have one screen that switches between two view controllers on a button press so the screen flips ...
0
votes
2answers
605 views
How to set push and pop view controller flow
In my application,i want to set pop view controller right to left.Where as the push view controller flow left to right ,That fine .I tried this How to change the Push and Pop animations in a ...
1
vote
1answer
377 views
iOS - Unexpected crash when popping and pushing a view controller with a MKMapView
Hi there can anyone help me with the following problem:
I have a ViewController with a MKMapView inside of it, and when i pop this view everything is alright but when i try to push this ViewController ...
1
vote
1answer
177 views
PopViewController has no effect
I'm new to iOS programming and I'm spending way too much time on something that is supposed to be relatively easy to implement. Surely this is a beginner's question, but I just can't seem to find an ...
0
votes
1answer
200 views
popViewController to a UIViewController initialized with a UIStoryboardSegue
I have a list controller that fires a performSegueWithIdentifier to load a detailViewController of the item that was selected. To initialize the detailViewController I set a property on it in the ...
0
votes
2answers
176 views
popviewcontroller from view 2 causes view 1 to stop animating its background
Really weird issue, i've got a view (view 2) that i'm popping to bring up my main view (view 1) which has an animated background. Once i pop from view 2, view 1 loses those animations... the weird ...
0
votes
1answer
90 views
how to control an outlet from another uiviewcontroller
been trying to solved this for 3 days straight, but still nothing.
so i want to control the alpha of an uiview using a slider inside a popview that appear from a rect button(button pressed)
so here ...
2
votes
1answer
601 views
pop and refresh viewcontroller
i have three viewcontroller. when i get to the third viewcontroller, i use poptorootviewcontroller to pop to my first view controller, but when i use popviewcontroller in my third viewcontroller (i ...
0
votes
3answers
83 views
how to call a function from mainview when poping
This might be asked a few time already, how do i call a function when poping back ?
NSlog show the text but nothing shows on the view after popping.
list pop to table but the image are not showing
...
0
votes
1answer
102 views
What would be best manner to push viewcontroller from right using UInavigationcontroller?
I was wondering how to push a viewcontroller using the UINavigationtionController but from left side.
For now I know two ways
1) Using UIAnimations...
2) Using pop the viewcontroller rather than ...
1
vote
1answer
266 views
prepareForSegue: sender: alternative for popViewControllerAnimated:
I'm trying to 'do some stuff' at the same time as I am popping the top viewController off the stack. Popping a viewController from the stack does not seem to be considered a segue so I can't use ...
0
votes
1answer
269 views
UINavigationController animation
I have a tabBar app with two tabs. Each tab has its own navigationController implemented this way:
FirstViewController *firstController = [[FirstViewController alloc] ...
1
vote
1answer
85 views
What if object gets released before the completion of its method execution
I have an viewController that fires a web service get some data and stores the result in core data after parsing in a different thread..
I have a lot of data so parsing will take some time and am not ...
-1
votes
1answer
132 views
Pop view from UINavigationController many times cause app crashes
There is an item details screen where user can read all info about a selected item, and there is also an search bar in this screen where user can search for items then when they choose one, it will be ...
1
vote
1answer
171 views
How to go back to the first viewController in a complex scenario?
I have the following layout of view controllers:
loginViewController -> tabBarViewController -> navigationViewController -> mainTableViewController -> logoutViewController.
...
1
vote
0answers
207 views
self.navigationController pushViewController:SomeViewController animated:YES is not giving the correct view after the orientation changed
I'm having an wired issue on my iPad app on home screen, it has four different views on home page cause it has an arabic layout for each portrait and landscape view and I'm drawing each view with ...
1
vote
3answers
4k views
Change animation transition
I got an app with NavigationController. How can i change animation transition style of pushViewController and popToViewController?
UPD
I created category like in @lawicko answer. But i got error ...
4
votes
3answers
2k views
popViewController / viewWillAppear not animated in iOS 5
I wasn't lucky with searching for this, so here we go ;)
I have a UIViewController with a custom UINavigationBar which pushes another UIViewController as subview.
Everything works fine except when I ...
0
votes
2answers
407 views
Memory not released in iPhone app
I am having problem when I use pushViewController - Memory goes to 28 MB from 9 MB, but using popViewController does not releases the memory (supposed to become 9 MB) but I am getting 28 MB.
Below is ...
0
votes
0answers
634 views
Monotouch: NavigationController popViewController not working as expected
I have a problem with the NavigationController of my app.
I add a new controller to the navigation stack with:
var myNewViewController = new myNewView();
this.NavigationController.PushViewController ...
0
votes
2answers
617 views
How to handle backBarButtonItem pressed?
I have almost done this in all the application but I have 3 views stacked in navigationController and I need to jump from the third view to the first view.
As I understand I can do this via ...
1
vote
2answers
395 views
Popping UINavigationController to a UITableView and displaying a different selected row
I am creating an application with a UITableView being the first item on the stack of the UINavigationController that it's in. Making a selection on the UITableView will push the view to a ...
1
vote
3answers
180 views
pop one or more viewControllers when app enters in foreground
My app downloads data from internet when it starts, during the splash screen.
It does the same when, from the background, it enters in foreground (when the user open the app from the background).
...
0
votes
2answers
481 views
How to get UIBarButtonItem to call “pushViewControllerAnimated:(BOOL)” to the UINavigationController?
I'm trying to get a sort of "left to right" hierarchical navigation going, with the UINavigationController. I'm using this code:
-(IBAction)showSettings:(id)sender {
UINavigationController ...
0
votes
2answers
325 views
Need to release intermediate views with popToRootViewController?
I am down at one point in my application that I reset the user to top screen by using popToRootViewController - and then adjust the position pushing new views. I am asking myself what happens with all ...
1
vote
4answers
2k views
iOS: How to Recognize that We Got Back from a Child UIViewController within the Parent UIViewController?
Let's say that I have 2 UIViewControllers on a stack within a UINavigationController. In the "parent" we call "[self.navigationController pushViewController:childViewController animated:YES];" upon ...
3
votes
1answer
5k 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 ...
0
votes
2answers
661 views
How to change stuff in parent view, when calling popViewControllerAnimated:
I have a navigationControll with several views. Everything works properly. I now want to show an alert in the parent view, after i call the method [self.navigationController ...
0
votes
1answer
501 views
Push and Pop behaviour is strange, why?
I have two classes, the one is addAlarm and second is Name,,,
for now I am in addAlarm (addAlarm is subclass of UITableViewController), as it selects the row, then it goes to Name class as below
...
6
votes
4answers
1k views
UINavigationController loading view incorrectly due to Orientation/Shake
Background: App has a shake to go home feature. Home view Only supports portrait.
If you shake a bit harder than usual, the view that you are on starts to rotate (which is fine) , but then it detects ...
0
votes
2answers
1k views
iOS UIPopoverController delegate not working, remains nil
first time poster long time reader.
I have followed several tutorials/examples/answers, etc., to try and have a Cancel button within a popoverController use the delegate method to dismiss the popover ...
1
vote
2answers
315 views
IPhone Segmented Control Tapping
Is it allowed to switch to different screens (like popViewController / pushViewController) when we tap the segments of segmented control? or do we have to stay in the same screen and change the views?
...




