Questions tagged as 'uitabbar'

1
answer

How to correctly adjust the height of the image in a UITabBarItem?

I set up two images to a tabBarItem . Since I did not find a way to change the center of the image, I used the following method to make the image effect go up a few pixels, above UITabBar : self.navigationController.tabBarItem.imag...
asked by 05.05.2015 / 03:46
1
answer

Pass value from tableview to tabbar

Hello, I'm developing my first app and I have a question. I have a tableview, and I would like the indexpath.row to be visible in the 2 viewcontroller of a tabbar, to load a label. I tried to do it as below but it did not work. override...
asked by 28.07.2016 / 16:19
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