0

i am designing an app, ios based. i am doing this with the guidelines of apple. but i have a question about the tab bar below the app. Apps like spotify, facebook ,whatsapp and twitter are using a tab bar below the screen.

Is it possible in de 'code' to change the height of this? I am asking this because of the target audience. also the font-size.

Example https://techcrunch.com/wp-content/uploads/2013/09/facebook-updated-screenshot-ios-7.png?w=730&crop=1



sorry if the question does not belong here in the community.

1 Answers1

2

You can't change the height of an UITabBar or the font size of the bar button labels. If you need this, you must either build your own TabBar or see if someone has already done it. (Search for UITabBar or UITabBarController replacement)

D. Mika
  • 2,577
  • 1
  • 13
  • 29
  • thank you for your comment, so if i design my own then it is possible? but the original of apple is not possible to change – user3744821 Jan 07 '19 at 10:10