Questions tagged as 'uinavigationcontroller'

1
answer

How to change the color of navbar ios

I'm developing an application, I'd like the navigation bar to have the same body color as the project, I'm trying with the following code UINavigationBar.appearance().barTintColor = UIColor.redColor() This code works, changes to red...
asked by 19.08.2016 / 01:09
3
answers

How to change the title of the back button of the navigation bar

I would like to change the title of the back button of the navigation bar, change from " I tried the following but did not succeed self.navigationController?.navigationItem.backBarButtonItem?.title = "Voltar"     
asked by 20.08.2016 / 06:55
0
answers

Navigation between modes

In my iOS application I have an option that opens a modal, in this modal I have a list of items, clicking on one of these items I show the details of the selected item. The solution adopted today was to open the modal with the details inside...
asked by 09.05.2018 / 19:19
0
answers

navigationBar responding to two tableViews

I'm trying to get my navigationBar to respond to this second tableView as shown in the gif. Does anyone know how I can do this?     
asked by 04.09.2017 / 06:02
0
answers

Problem with navigation between IOS screens

containing tabbarItem where each has a UINavigationViewController responsible for browsing between screens, but UITabbarController is like rootViewController so I can even navigate between screens but using only the navigationB...
asked by 25.05.2015 / 22:13
1
answer

Add UITabbarController without storyboard

How do I add a UITabbarcontroller with UINavigationController , but I would like to add in a second view because I have the login login screen and would not like to display the tabbar in this first view, I found some examples but everyone add...
asked by 25.08.2015 / 18:58
1
answer

Problem with changing screens with Navigation Controller

I'm having a little problem, my App uses the Navigation Controller and a View Controller, I have declared strings that bridge the cells. When you run the app it starts in the Navigation Controller and when I click on the items on the cell it...
asked by 24.06.2017 / 14:20
1
answer

Swift - Problem with NavigationBar along with SearchController

I'm having a problem with NavigationBar when used together with SearchController . If NavigationBar translucent property is set to false NavigationBar exits the screen when SearchController is active....
asked by 14.04.2016 / 16:18
1
answer

Navigation bar some on xcode with swift

I'm doing a swift application in xcode 7.2.1, I'm using navigation controller in this application. I created the segues using the push, until there the navigation bars were appearing at the top. But I needed one of the ViewControllers not to sho...
asked by 05.02.2016 / 23:48
1
answer

How to Rotate ViewController Manually?

I started a project, where I use a CustonNavigationController to control the navigation of the screens. In this project, only one viewcontroller can be rotated to landscape mode. But the following problem occurs as follows: 1 - Launch the...
asked by 07.04.2015 / 19:20