objective c - Can a UIViewController push a UITabBarController? -
If so, how do I setup my UITabBarController in IB? I have seen all the examples that the UITBBR Controller in the Application Representative.
You can enter a UITabBarController
where you usually have a UIViewController
, but your users will be confused. Tab bar controllers are designed to be an application-wide bar, which is switched between references.
Comments
Post a Comment