How does one do this?
Note that I do not want a controller. Just a tab bar.
UITabBar *aTabBar = [[UITabBar alloc] initWithFrame:aFrame];
You’ll probably need to refer to the class documentation for instance methods like -setItems:animated:
. Also, see the UITabBarDelegate
protocol.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With