Giống như UINavigationController, UITabbarController cũng là một giải pháp rất hữu ích giúp quản lý điều hướng hiển thị các nội dung khác nhau.
Danh sách các phương thức và property chính của UITabbarController:
Accessing the Tab Bar Controller Properties
delegate – Property
tabBar – Property
Managing the View Controllers
viewControllers – Property
– setViewControllers:animated:
customizableViewControllers – Property
moreNavigationController – Property
Managing the Selected Tab
selectedViewController – Property
selectedIndex – Property
Mã Nguồn: Download