popviewcontroller Questions

8

Solved

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 controlle...
Triangulation asked 29/7, 2011 at 12:8

5

Solved

My setup is simple, and my issue is not very different from this one. However to better explain it I have posted it here: NavController -> VC1 -> VC2 VC1 is root view controller of NavCont...

5

I've upgraded the Xcode to 11, and I found some issues on iOS13 Simulators/real devices of our iOS app with shouldPop() method from UINavigationBarDelegate protocol: This protocol has 4 methods, 3...
Singlehanded asked 30/9, 2019 at 10:41

1

Solved

I am using VIPER architecture in iOS swift. I have 2 viewcontrollers, let's say A and B. At first I'm going from A to B, performing some tasks and coming back from B to A. With MVC or MVVM, we can ...
Countershaft asked 18/3, 2020 at 6:31

5

Solved

Due to a weird request which I tried to turn down but it didn't work, I had to override the navigationBar's back Button. I have made a custom UINavigationController subclass and hacked the - (BOO...
Saponaceous asked 2/12, 2013 at 11:26

16

Solved

I am using navigation based application. I push First ViewController to Second ViewController and from Second ViewController to Third ViewController. Now I want to pop from Third ViewController to ...
Thomajan asked 12/6, 2010 at 5:5

4

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...

1

Solved

I need to do some cleanup on 2nd view controller when the back button (arrow) is pressed on the Apple Watch. Is there any sort of method for detecting/handling when a back button is pressed / view ...

4

Solved

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 dete...
Gauntlet asked 13/7, 2011 at 18:22

3

Solved

I am sure this is in the Apple documentation or must have been answered somewhere on this forum, since it seems so basic, but I could not find it nor a particularly elegant solution myself. What ...
Amperehour asked 31/10, 2010 at 3:54

2

Solved

I have two UIViewControllers, "A" and "B", where "A" overrides the shouldAutorotateToInterfaceOrientation to return YES for UIInterfaceOrientationPortrait, and "B" returns YES for all orientations....

1

Solved

I have an iPhone application that I am currently converting to a universal binary to work with the iPad. I have successfully implemented everything I need in terms of layout so that full landscape ...
1

© 2022 - 2025 — McMap. All rights reserved.