您的位置:首页 > 产品设计 > UI/UE

IOS-Frameworks-UIKit-UINavigationController.h

2016-07-13 18:59 489 查看
IOS-Frameworks-UIKit-UINavigationController.h

// prohibit |prəʊˈhɪbɪt| transitive verb
禁止

// transition |ˌtrænˈzɪʃn,-ˈsɪʃn| noun
过渡、过渡期

- (void)setToolbarHidden:(BOOL)hidden animated:(BOOL)animated
NS_AVAILABLE_IOS(3_0)
__TVOS_PROHIBITED;
// Hide or show the toolbar at the bottom of the screen. If animated, it will transition vertically using UINavigationControllerHideShowBarDuration.

- (void)setNavigationBarHidden:(BOOL)hidden animated:(BOOL)animated;
// Hide or show the navigation bar. If animated, it will transition vertically using UINavigationControllerHideShowBarDuration.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: