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.
在ios5情节提要中,UITabControllers 预先制作了第一个选项卡和第二个选项卡的两个关系。
ios5
UITabController
是否可以为 a 建立这样的关系UISegmentedControl?
UISegmentedControl
不,您不能使用情节提要执行此操作,您需要编写代码以手动在视图之间切换。UITabBarController是UIViewController通过使用UITabBar. 没有UISegmentedControlController课。
UITabBarController
UIViewController
UITabBar
UISegmentedControlController
为此,您需要在视图控制器中有两个视图,并在UISegmentedControl Value Changed事件中在它们之间切换。
Value Changed