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
4
votes
1 answer

IOS. How can I embed in NavigationController in .xib?

I have .xib(not .storyboard) file in which I have an UIView which also has an UITableView inside of it. So, now I want to add navigation feature, but I can not embed a navigationcontroller like in this tutorial…
Azat Nugusbayev
  • 1,391
  • 11
  • 19
4
votes
5 answers

Back Button Animation in Navigation Controller

CATransitions can be used to animate transitions in Navigation Controllers when drilling down. However when using Back button og Navigation Controller (going back up) animation is still slide out. Does anyone know how to attach CATransition to the…
vilo
  • 51
  • 1
  • 6
4
votes
1 answer

Best Way to Achieve Slide-Out Navigation IOS

I have used a fairly common design pattern for a standard IOS slide out navigation. I based the design off of the example found here: http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path. The basic design…
ScottOBot
  • 839
  • 3
  • 16
  • 37
4
votes
2 answers

How to pass parameters to a popover view controller inside a navigation controller

I have an iPad app with splitview and a right bar button in the navigation bar of the detailviewcontroller. This button calls a popover constituted of a navigation controller and two table views. as shown in the following picture As the storyboard…
HpTerm
  • 8,151
  • 12
  • 51
  • 67
4
votes
1 answer

Accessibility: Moving voice over focus to the first cell in tableView in UITableViewController

I have a main window which has two UITableViewControllers. On selecting the cell in first tableViewController (left pane), the tableViewContainer on the rightside gets populated. In the Voice over mode, I want that when the cell in the first…
Shilpi
  • 498
  • 1
  • 6
  • 13
4
votes
1 answer

UINavigation Controller Root View Change

I recently encountered a small problem with Storyboards. I have a UINavigationController than has a relationship with the MainView RootViewController(This one has all the buttons leading to the rest of my app). However, I tried to change the…
3
votes
1 answer

Xcode - storyboard - Navigation controller

I have attached a navigation controller to my storyboard. Initially, I had the nafigation bar title available and I changed the title from "Root Controller" to something else. Today, I found that the navigation bar disappeared and I could not change…
Jan
  • 747
  • 1
  • 10
  • 29
3
votes
1 answer

ZUUIRevealController - push view on the frontview by pressing a tableview cell in the rearcontroller

i'm playing around with the great library ZUUIRevealController. However, I can't program it so the user are able to tap a cell in the rearcontroller. The rearcontroller should then go away and display a new viewcontroller in the front view. I've…
Jonas
  • 55
  • 1
  • 5
3
votes
1 answer

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 alloc] init]; [self.navigationController…
3
votes
4 answers

app crashes without any log messages

In my App I have an UIViewController, that pushed by another ViewController's navigation controller. It contains some views, buttons, scrollViews and accelerometer support. When I tapping "back" button of navigationController, app crashes without…
SentineL
  • 4,682
  • 5
  • 19
  • 38
3
votes
3 answers

does EKEventEditViewController not support being pushed to a NavController? See code & error attached

does EKEventEditViewController not support being pushed to a NavController? See code & error attached. I can present the EKEventEditViewController modally fine, BUT when I try to push via the nav controller I get the following error: *** Terminating…
Greg
  • 34,042
  • 79
  • 253
  • 454
3
votes
1 answer

launch the Google navigation to a specific location by providing GPS coordinates

I want know if it's possible to launch the Google navigation to a specific location by providing GPS coordinates of that location from an application.
user820688
  • 719
  • 2
  • 13
  • 27
3
votes
4 answers

Kill fragment in navigation controller

My flow of fragment is like this Main -> A -> B -> C ->A In fragment c, it has a submit button which will return to A. When I press back button in A, I want it back to Main. But it return to fragment c instead. In fragment C, I use this …
John Joe
  • 12,412
  • 16
  • 70
  • 135
3
votes
2 answers

iAds ADBanner disappear when back button is clicked

i have a navigation controller with a depth of 3 viewcontrollers. root, one, two i want to add an ADBannerview and I followed the iAdsSuite sample code from apple. i added to all of my viewcontrollers. the adbanner loads at first then it is fine if…
moon
  • 1,392
  • 3
  • 15
  • 29
3
votes
2 answers

Navigation controller navigate from startDestination fragment getting exception

java.lang.IllegalArgumentException: ID does not reference a View inside this Activity mBtHome.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { …