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
2 answers

UINavigationContlrol not pops up the view

I know there are few questions about it but none of them was answered. I have a navigation controller in my app. Pushing views works normally. After pushing, back button is also viewable but when i press the back button it does not pops the view,…
xenep
  • 3,375
  • 4
  • 20
  • 19
0
votes
1 answer

Back button takes all the way to root view since I added a flip

I have a root view, and several child views. For each view, I have an info button which causes the view to flip over to reveal an info screen. My problem is that when I flip back, using the back button, it doesn't take me to the screen I'd left --…
snorkelt
  • 57
  • 6
0
votes
1 answer

Need help with refreshing UIView in iPhone SDK

I have a simple drill down navigation app. On the detail view, I am drawing a few 20x20 sized UIImages, depending upon the row selected in the navigation items. These images are drawn as subviews over the detail view when a row is selected.Now when…
0
votes
1 answer

Appearance of NavigationBar

This is my very first question to the helpful group of stackoverflow.com Please bear with me if question framing is cumbersome!! I have a collectionView(in a ViewController),embedded in a NavigationViewController. I have used…
Veena
  • 3
  • 3
0
votes
1 answer

deleting a 'stack' of navigation views Xcode swift

The Link below shows my Storyboard and I think my problem is a lot easier to understand with the image. My tabBarController manages a tab which is embedded in a navigationController. UIButton "start" leads to the next view by a show segue (blue…
max w
  • 25
  • 4
0
votes
1 answer

content handling of UITextView between two navigation view

I have view a that has a table cell and a save button. If I touch the table cell, a new navigation view slides in (view b). In the view b, I have one UITextView where I type all the context I need save. And of course there is 'back' button on the…
bicbac
  • 435
  • 1
  • 9
  • 20
0
votes
1 answer

MonoTouch NavigationController on SubView?

Every example I can find shows me how to create a project where the main window is a NavigationController. I don't want that because once the users navigate to a certain part of my app, I don't want them to be able to get back until a certain…
James P. Wright
  • 8,991
  • 23
  • 79
  • 142
0
votes
1 answer

iOS back button behaviour : double back

I have 3 view controllers : A ->segue1-> B ->segue2-> C When the user is on "C" and press the "back" button, I would like to go directly to A instead of B. How can I do that with swift ? Thanks
0
votes
2 answers

iPhone SDK: switching views navigationcontroller

my first question here so be gentle :) I am trying to use a navigationController to switch views. I got the following down: I got a MainView controller which switches to different view controllers using this code: UIButton *buttonPressed = (UIButton…
Tjirp
  • 2,435
  • 1
  • 25
  • 35
0
votes
2 answers

TabBarController and Navigation Controller - Swift - Login

I am trying to add both a Navigation Bar Controller and a Tab Bar Controller to my application. "First View Controller" is my first View Controller at index 0. However, I cannot embed a Navigation Controller into First VC without incurring an…
0
votes
1 answer

ENSideMenu when navigating from UITableViewController to DetailsViewController it wont be opened again swift

Scenario: I have a MainViewController, TableViewController and DetailsViewController of (TableViewController) I am using Open Source Library to obtain Sliding menu functionality the tutorial can be found here: Sliding menu with…
0
votes
1 answer

Swift 2 - How do I customise the navigation controller back button to a custom button?

I am currently working on a project and when I switch to a ViewController, the back button appears at the top left, how do I set the back button so that it is customised with a custom button of my choice? Ideally I do not want the back button…
0
votes
1 answer

Nav Bar is turning a weird light blue when I segue to that screen

Nowhere in my code am I setting the color of the Navigation Bar to this gradient. So I am confused why this is happening, as shown by the image. Anybody seen this issue before?
Sampath Duddu
  • 277
  • 1
  • 5
  • 14
0
votes
1 answer

ios status bar with strange behaviour

Using iOS-9.2 and Swift-2.1: Getting back to my rootViewController using the below code, unfortunately leads to a very strange behaviour of the status-bar of my App ! static func returnToRootViewController(sender: AnyObject) { let…
iKK
  • 6,394
  • 10
  • 58
  • 131
0
votes
2 answers

Go back to previous storyboard

I'm currently developing a framework in Swift that includes a storyboard that I designed myself. What I need to do is that the user that uses my framework can create a segue to my storyboard. Then I'd like to be able to recreate a segue to the user…
jlejoux
  • 23
  • 1
  • 5