What is the simplest way to set the TabBar
height?
I though about adding just a toolbar with buttons, but how do I then navigate between the ViewControllers
if not modally? I want to replicate the exact TabBarController
behaviour but with a custom height and buttons.
Thanks!