美文网首页SO 问题来了
笔记_界面调用 -<上>

笔记_界面调用 -<上>

作者: 失忆的程序员 | 来源:发表于2016-07-11 13:38 被阅读5次

/**

*  即将显示界面调用

*

*  @param animated <#animated description#>

*/

//- (void)viewWillAppear:(BOOL)animated {

//    [super viewWillAppear:animated];

//    self.tabBarController.tabBar.hidden = YES;

//}

/**

*  即将消失界面调用

*

*  @param animated <#animated description#>

*/

//- (void)viewWillDisappear:(BOOL)animated {

//    [super viewWillDisappear:animated];

//    self.tabBarController.tabBar.hidden = NO;

//}

相关文章

网友评论

    本文标题:笔记_界面调用 -<上>

    本文链接:https://www.haomeiwen.com/subject/mvcjjttx.html