简体   繁体   中英

UITabBarController Outlet in App Delegate

i want to create an Outlet of UITabBarController in App Delegate File ,so that i can create a property of it . , but i am not be able to Connect it , can anyone suggest me . alos i am using storyboards and ARC.

试试这个,然后再试一次。

@interface ClassName : UIViewController<UITabBarControllerDelegate>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM