wrong reason:
solution:
Add the system rewrite code in the ViewController class
- (BOOL)prefersStatusBarHidden{
return NO;
}
Similar Posts:
- Xcode Error: Unknown class XXX in Interface Builder file
- What does HTTP status code 304 mean
- [IOS Development] Xcode console keeps printing ‘Status bar could not find cached time string image. Rendering in-process.’
- [LeetCode] 291. Word Pattern II
- The interface method is not rewritten, and the idea does not report an error.
- [Solved] Mvel user-defined function error: duplicate function
- [Solved] Vue Error: Property or method “changeLoginType” is not defined on the instance but referenced during render
- ECharts Error: Uncaught Error: `setOption` should not be called during main process
- [Solved]Swift error: Method does not override any method from its superclass