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
1
vote
1 answer

Three20 get current Navigationcontroller

I have an application calling Information from the web while a user is logged in. In case the session expired, the application delegate creates a quick UIAlertView with a password field so the user can login right away. Now the problem is: In case…
Infinite
  • 2,931
  • 2
  • 27
  • 33
1
vote
0 answers

iPad Navigation controller in splitview popover frame issue

I put a navigation controller as Split-view root-view controller. When the iPad is in Portrait mode the root view controller is displayed inside a popover controller. Its by default I know.... But My problem is The top of root-view controller is…
1
vote
4 answers

How do I implement navigation button like Echofon for iPhone does?

Hi, how do I implement navigation button like Echofon does, especially with those icons (like Home, Messages) on the button ? I am new to iPhone development so I am really appreciated if someone can paste some code samples or point to me some…
Qiulang
  • 10,295
  • 11
  • 80
  • 129
1
vote
2 answers

iPhone Navigation button previous button - Beginner

I need to implement the back button; (as in webpages, when you click the back button the screen will set focus to the previous screen). I am not using a navigation control here, instead i want to do this using a Navigation bar and then adding a…
Illep
  • 16,375
  • 46
  • 171
  • 302
1
vote
0 answers

open UIViewController from webView

I have an app which adds a webview as a subview of the main UIViewController. I want to intercept the links clicked in this webview and open them in a new UIViewController (as modal view or navigationController). For this new UIViewController, i am…
1
vote
1 answer

Adding three subviews each with Navigationcontroller Stupid?

Hello i created three books(UIViews) each with it's own Navigationcontroller for paging. My questions !) Does it make any sense to use three Navigationcontroller 2) Is my code below any good? It seems to work but the bar has a ofset of 20px from…
Marcel
  • 11
  • 2
1
vote
1 answer

How to Handle Switch Button When build on Actionbar Android Studio

Some items of the action bar item were to be shown in the some fragment (which is the switch button), if Switch Button state is changed, the same layout then goes forward and then comes back then it comes to its initial state.
1
vote
0 answers

Navigating between fragments using navController in onClick Listener with drawer

I am new to Android Development, I'm creating an e-learning app and I've come across a problem grasping the concept of navigation component and fragments. As of now, I've managed to create and understand how to create and modify the navigation…
1
vote
0 answers

Data Auto sync does not work well in android app fragment when app is exited and resumed

I am using navigation component in my android app and I have a fragment that I need to auto sync data from server and store in room database which works fine (My idea is to make sure the room database at all time it has updated products that is…
Nemuga Dev
  • 334
  • 4
  • 10
1
vote
2 answers

iPhone UINavigationController bar buttons not showing

I am having an issue: I have a tab-bar based app. In MainWindow.xib for the tab that shows the nav controller it links to RootViewController.xib. in RootViewController.xib I have created a navigation controller and have added a table view. in…
baharini
  • 217
  • 2
  • 11
1
vote
1 answer

Title incorrectly in UINavigationController

I am trying all the ways to change the title after going from the button to the home screen. The main screen shows me, and the title does not want to change in any way.I want the title to be shown "Главная". I've reviewed all of YouTube, downloaded…
1
vote
3 answers

iPhone: Add button on MPMoviePlayerViewController's navigation bar

I am trying to add button on MPMoviePlayerViewController's navigationcontroller.view. I have wrote following so far. It doesn't give any error but button isn't appearing on view! Could anyone please tell me what am I doing wrong? Thanks. …
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
1
vote
2 answers

Ionic nav controller pop flow

I have a doubt about how can make this. // Page 0.1 this.navController.pop(); // Page 0 ionViewWillEnter() { console.log("Im here"); } I have a page that clicking a button I can go back to Page 0. But each time that I get back it doesn't enter…
1
vote
1 answer

How set [self varNavigationController] for not being null in my ViewController?

noob writing, I'm trying to use a Navigation Controller, but the method pushViewController doesn't work as it is 'null'. At the same time I've tried the same code in a Navigation Based App Template, and I can do it work. My question is, how can I…
agapitocandemor
  • 696
  • 11
  • 25
1
vote
2 answers

iOS cannot make UIWindow landscape in Interface Builder

I am trying to set a UIWindow in MainWindow.xib into landscape mode. Unfortunately, this option is greyed out in Interface Builder. I have a Navigation Controller within the same NIB that can be set to landscape, but this ends up looking awkward…
gonzobrains
  • 7,856
  • 14
  • 81
  • 132