Most voted "uinavigationcontroller" questions
9 questions
Sort by count of
-
2
votes1
answer464
viewsHow to change the color of the Ios navbar
I am developing an application, I would like the navigation bar to have the same color as the body of the project, I am trying with the following code UINavigationBar.appearance().barTintColor =…
-
1
votes0
answers150
viewsProblem with navigation between IOS screens
Could someone help me solve a problem, where I use a drop-down menu Swrevealviewcontroller in my IOS project using the language objective-c, in my app I have a Uitabbarcontroller containing 4 tablet…
ios objective-c iphone tabbarcontroller uinavigationcontrollerasked 9 years, 6 months ago Bruno Richart 793 -
1
votes3
answers964
viewsHow 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 this way but I did not succeed self.navigationController?.navigationItem.backBarButtonItem?.title =…
-
1
votes0
answers97
viewsModal navigation
In my IOS application I have an option that opens a modal, in this modal I have a list of items, when clicking one of these items I show the details of the selected item. The solution adopted today…
-
0
votes1
answer35
viewsHow 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…
objective-c uinavigationcontroller portrait landscape orientationasked 9 years, 7 months ago Tiago Amaral 1,520 -
0
votes1
answer48
viewsAdd 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 start screen and I would not like to display the tabbar in that…
-
0
votes1
answer187
viewsNavigation bar some no Xcode com Swift
I am making an application in Swift in Xcode 7.2.1, I am using navigation controller in this application. I created the tabs using push, until then the navigation bars were appearing at the top. But…
-
0
votes1
answer37
viewsSwift - Navigationbar problem with Searchcontroller
I’m having a problem with the NavigationBar when used together with the SearchController. If the NavigationBar translucent property is set to false NavigationBar exits the screen when the…
-
0
votes1
answer126
viewsProblem changing screens with Navigation Controller
I have a small problem, my App uses the Navigation Controller and a View controller, I have declared trails that bridge the gap between Cells. When running the app starts in Navigation Controller…