WZRootNavigationController icon indicating copy to clipboard operation
WZRootNavigationController copied to clipboard

iOS 10 以下系统 显示和隐藏状态栏 会导致状态栏高度一直为0

Open ghost opened this issue 7 years ago • 0 comments

(void)setStatuBarHidden:(BOOL)statuBarHidden{ _statuBarHidden = statuBarHidden; [self setNeedsStatusBarAppearanceUpdate]; }

-(BOOL)prefersStatusBarHidden{ return _statuBarHidden; } 设置 self.statuBarHidden 状态栏高度不会改变 iOS 10 以下会有问题

ghost avatar Aug 02 '18 03:08 ghost