Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何做到这一点?
请注意,我不想要控制器。只是一个标签栏。
UITabBar *aTabBar = [[UITabBar alloc] initWithFrame:aFrame];
您可能需要参考类文档以获取实例方法,例如-setItems:animated:. 另请参阅UITabBarDelegate协议。
-setItems:animated:
UITabBarDelegate