From f35cb784f7edb05b113494e86a00268ef902ae89 Mon Sep 17 00:00:00 2001 From: 重庆迈尖科技有限公司 Date: 星期三, 18 八月 2021 14:03:27 +0800 Subject: [PATCH] 3.1.2完善 --- BuWanVideo2.0/MainViewController.m | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/BuWanVideo2.0/MainViewController.m b/BuWanVideo2.0/MainViewController.m index b7c4f18..7df6836 100755 --- a/BuWanVideo2.0/MainViewController.m +++ b/BuWanVideo2.0/MainViewController.m @@ -268,6 +268,7 @@ */ -(void)JumpToRecordView{ LookNoteController *LookNoteLookNoteVC=[[LookNoteController alloc] init]; + [LookNoteLookNoteVC setHidesBottomBarWhenPushed:YES]; [self.navigationController pushViewController:LookNoteLookNoteVC animated:YES]; } -- Gitblit v1.8.0