Questions tagged [navigationcontroller]

A Controller in a MVC (Model View Controller) pattern provides the execution flow of the application. NavigationController is about this flow.

A Controller in a MVC (Model View Controller) pattern provides the execution flow of the application. NagigationController is about this flow in a technology that can apply the MVC pattern.

507 questions
0
votes
1 answer

pop to view controller without instantiating a new one

I am using a sidemenu for my app (Swift) and currently when I am taping on the menu I am creating a new instance of a ViewController. I have a UICollectionView with some data loaded, then I go to another ViewController from the menu and then when I…
WizMeister
  • 609
  • 7
  • 16
0
votes
1 answer

After popToRootViewController View is empty, dont know why

I am using a UINavigationController with a different Controller. I have overridden the BackButton from the Navigation. In some cases I want to jump to RootController if BackButton is tapped. But in this case the user jumps Back, but the whole View…
BHuelse
  • 2,889
  • 3
  • 30
  • 41
0
votes
1 answer

objective c - change to another navigationcontroller of viewcontroller

i have problem: there is an oriantable (rotatable) navigationcontroller with a viewcontroller. I want to change to a new navigationcontroller of viewcontroller, that is not orientable. I tried to change only the Viewcontroller with the old…
0
votes
1 answer

Display a view for few seconds (custom push from NavController)

I started with Master-Detail Application. Now I try to add a custom View (default UIViewController with simple Label) which will be displayed for some seconds (like a loading view) before detail/master views will be accessible. My Problem now is…
x4k3p
  • 1,598
  • 2
  • 22
  • 42
0
votes
2 answers

go to previous view controller

I've two view controller. In the first, i write my room's name (for example bedroom) and push the button. In second view, i see the name of my room, and insert other details, like number of bulbs, name of bulbs and when i've finished, I press on a…
0
votes
2 answers

How to handle more view controllers in iOS app with Swift?

I'm new in iOS app development and Swift. What's my goal? On startup of my app I want to check the internet connection and the connection to my web server. These parts are implemented. And now I want to handle on it. If everything is fine I get a…
GRme
  • 2,707
  • 5
  • 26
  • 49
0
votes
0 answers

xcode6 adding viewController into the navigationcontroller

Weird issue here- Using XCode6, have a navigation controller with my initial view embedded with it. I am adding another view controller. I added it on the storyboard and all I am trying to do is link this new viewController inside the same…
user3267847
  • 143
  • 1
  • 10
0
votes
1 answer

Touch event missing when pushing new view

I am new in iPhone programming. At the moment I am trying to recognize a constant touch. For example I want the user to leave his finger on the screen for the whole application. I use a navigationcontroller which holds the different views. If the…
Milu
  • 3
  • 1
0
votes
2 answers

Navigating storyboard and sending data

This link is my storyboard, i want to sent data from VC 1 to VC 3. I can travel from VC 1 to VC 3 with segue perfectly,but I cant sent data from VC 1 to VC 3, as i cant create an instance that is holding the destination VC. Help is very much…
Saheb Roy
  • 5,899
  • 3
  • 23
  • 35
0
votes
1 answer

viewDidLoad happens on every return to first view controller?

I'm working with three view contollers, the first called "menuVC" embedded in a navigation controller, and then "viewVC" and "resultsVC". I'm using push segues from VC to VC. Now, my problem is, that every time I return to the first "menuVC" from…
0
votes
1 answer

Iphone uibutton click feel

My problem is I have to change UIButton backgroundcolor on click and navigation controller move to next page. I don't need to use NSTimer to show button effect. I need to apply this effect for my application all buttons. I can't able to make my…
0
votes
2 answers

How do I instantiate a storyboard with a given root viewcontroller and initial viewcontroller?

I have a storyboard in my application with a navigation controller and several views. This automatically puts a navigation bar with a back button into any views that are not the root view. However, sometimes I navigate away from this storyboard to…
0
votes
2 answers

JSF 1.2 NavigationHandler custom navigation

I am trying to extend the NavigationHandler in JSF 1.2, and to keep a stack of the visited pages (more precisely, the view-ids, along with the action and the output). I try to implement a custom action, such as "go_back", that will take me back to…
Alex
  • 697
  • 1
  • 7
  • 14
0
votes
0 answers

UINavigationViewController is Pushing ViewController?

I am working on an application that can push ViewControllers automatically by its own regarding some data I receive from websocket. The fact is when you press a button that also makes a push/pop viewController at the same time, it results in a…
0
votes
2 answers

title of navigationController that called the tabbarcontroller

my application story board is as following it is a tab bar controller based application with one of the tabs embedded in a navigation controller. when the user click on the first tab (view1) and click a button inside this view, he will be moved to…
Alsmayer
  • 236
  • 1
  • 4
  • 13