pushviewcontroller 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

10

I'm about creating an app using a UINavigationController to present the next view controllers. With iOS5 there´s a new method to presenting UIViewControllers: presentViewController:animated:comple...

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

2

Solved

I have a problem on UINavigationController when pushing view controllers in succession. For information, I use XCode 7.0, build targeting iOS 8, and the app running on Simulator 9.0. Here's the v...
Sexton asked 28/10, 2015 at 9:26

10

Solved

So. Just started transitioning my IOS code to IOS7, and ran into a bit of problem. I've got a UINavigationController, which has child ViewControllers and I'm using pushViewController to display th...

7

I have a tabBar + NavigationViewController. The Tab bar has collection view with cells(Say view1) and with cells a push seague is implemented to another view(Say view2). In view2 I want to have a...

8

I push a ViewController which contains not too many views, UIScrollView which contains 10 views inside, I have a singleton ViewController and push it again and again without releasing and allocatio...
Ceasefire asked 12/1, 2012 at 10:37

2

I am trying to push a view controller with transparency mode. This is my code: SearchViewController * searchViewController= [self.storyboard instantiateViewControllerWithIdentifier:@"SearchViewCo...

3

I have a Show type UIStoryboardSegue with abSegue identifier. It navigates from UIViewController A to B. In the entire application I use custom UINavigationController which works perfectly fine, bu...

5

Solved

Is it possible to show pushViewController animation look like presentModalViewController but that has background functionality of pushViewController?

6

So I have a login view, after successful login it goes to the first view of a navigation controller, then the user can go deeper to a settings view and then to a logout view. This logout should tak...
Lafleur asked 5/5, 2015 at 12:10

6

Solved

UINavigationController's documentation contains no pushViewController methods with a completion: parameter.

4

Solved

How can you push to another view controller without prepareForSegue? myClassVC *viewController = [myClassVC alloc]; UIStoryboardSegue *segue = [[UIStoryboardSegue alloc] initWithIdentifier:@"pushT...

1

I have VC and I want to push it and to see the VC that under it. I can do it if I present if modally (Display clearColor UIViewController over UIViewController) But is it possible to implement th...

5

I have this code PlaceViewController *newView = [self.storyboard instantiateViewControllerWithIdentifier:@"PlaceView"]; [self presentViewController:newView animated:YES completion:nil]; And I ...
Amatol asked 21/12, 2012 at 8:59

11

Solved

In Short : How can I PushViewController from Presented ViewController ? In Brief : I have MainViewController, In which I have one button on click of button, I am presenting a view called LoginVie...

9

Solved

Recently I updated my xcode project to work with iOS 7, but i faced a big problem. Because my whole application has only one background image (UIImageView added to key window) and all views are tra...

1

I've two UIViewControllers. My first UIViewController shows various video thumbnails, photos and notes. And second controller is resposible for showing the selected video, photo or note in previous...
Rattly asked 22/5, 2015 at 19:5

5

Solved

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

6

Solved

I am getting a really strange animation behaviour when pushing another view controller that has the bottom bar hidden with hidesBottomBarWhenPushed. The first thread I found was that: Strange anima...
Humanitarianism asked 19/3, 2014 at 19:19

2

Solved

First of all, I don't want to use storyboards at all. I am able to "present" the targeted view controller, but I can't get it to show with the standard iOS back button at the top. My understanding ...

2

Solved

I'd like to navigate to a certain view controller after receiving a push notification. After navigation, the navigation stack should work as if the user got to the view manually. The storyboard: h...
Hollington asked 26/3, 2015 at 8:55

2

Solved

I am developing an app in Swift that, in gist, tells people the price of Bitcoin in various currencies. To select the currency, the user chooses from a list in a view controller with a UITableView....
Soakage asked 12/10, 2014 at 15:25

1

Solved

I'm having some issues pushing a view, using the navigation stack. The problem I encounter is that after touching a tab bar item a view controller is pushed into the navigation stack (from a...
Durman asked 14/10, 2013 at 20:46

4

Solved

I'm trying to get working a simple operation. At least it seems simple. Ok, what I'd like to do is to push a view (with push view controller) from a view that has been pushed with modal view contro...
Wretch asked 11/10, 2012 at 22:48

© 2022 - 2025 — McMap. All rights reserved.