Most voted "uitabbar" questions
3 questions
Sort by count of
-
1
votes1
answer54
viewsHow to correctly adjust the image height in a Uitabbaritem?
I set up two images for one tabBarItem. As I couldn’t 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 the UITabBar:…
-
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
answer37
viewsPass tableview value to tabbar
Hello, I’m developing my first app and I’m having a question. I have a tableview, and I would like her indexpath.Row to be visible in the 2 viewcontroller of a tabbar, to click on a label. I tried…