Post marked as unsolved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 7 replies
2k
Views
iOS14 statusBarHeight is not 44.0 on some devices
[UIApplication sharedApplication].statusBarFrame.size.height;
This code return 48 on iPhone 11, but 40 on iPhone 11 pro Max, and others return 44, but before iOS14, it will always return 44, is it a bug or a feature?