UITabBarController 獲得selecdIndex – iPhone手機開發技術文章 iPhone軟體開發教學課程

UITabBarControllerDelegate

 

 

mainTabBarController.delegate = self;

 

 

– (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController

{

    switch (tabBarController.selectedIndex) {

        case 0:///周邊

            [self SetLFMBtnList_ZB];

            break;

        case 1:////秀秀

            break;

        case 2://關註

            [self SetLFMBtnList_GZ];

            break;

        case 3://設置

            

            break;

        case 4://活動

            

            break;

            

        default:

            break;

    }

}

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *