We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGFloat LSTStatusBarHeight() { if (lst_IsIphoneX_ALL()) { return 44; } else { return 20; } } lst_IsIphoneX_ALL方法里面列出了4种分辨率,只要全屏不等于这4种分辨率就是刘海屏,这种算法有问题吧。
The text was updated successfully, but these errors were encountered:
@HoodL LSTCategory分类里面确实没更新 下个版本修复
Sorry, something went wrong.
@HoodL demo pod update即可 你应该是下载到旧版本了
No branches or pull requests
CGFloat LSTStatusBarHeight() {
if (lst_IsIphoneX_ALL()) {
return 44;
} else {
return 20;
}
}
lst_IsIphoneX_ALL方法里面列出了4种分辨率,只要全屏不等于这4种分辨率就是刘海屏,这种算法有问题吧。
The text was updated successfully, but these errors were encountered: