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
当有present的动作之后,push会有几率导致宕机,卡住,进入后台再回到前台,push中会有黑屏
iOS 12,iOS 13 导航栏设置: interactivePopGestureRecognizer?.delegate = nil navigationBar.barTintColor = UIColor.bg navigationBar.tintColor = UIColor.f navigationBar.titleTextAttributes = [NSAttributedString.Key.font: UIFont.m17 ?? UIFont.systemFont(ofSize: 17, weight: UIFont.Weight.medium), NSAttributedString.Key.foregroundColor: UIColor.f] let navigaiotnBar = UINavigationBar.appearance() let backImg = UIImage(named: "navigationbar_back_withtext_1") navigaiotnBar.backIndicatorImage = backImg navigaiotnBar.backIndicatorTransitionMaskImage = backImg
有几率:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当有present的动作之后,push会有几率导致宕机,卡住,进入后台再回到前台,push中会有黑屏
iOS 12,iOS 13
导航栏设置:
interactivePopGestureRecognizer?.delegate = nil
navigationBar.barTintColor = UIColor.bg
navigationBar.tintColor = UIColor.f
navigationBar.titleTextAttributes =
[NSAttributedString.Key.font: UIFont.m17 ?? UIFont.systemFont(ofSize: 17, weight: UIFont.Weight.medium),
NSAttributedString.Key.foregroundColor: UIColor.f]
let navigaiotnBar = UINavigationBar.appearance()
let backImg = UIImage(named: "navigationbar_back_withtext_1")
navigaiotnBar.backIndicatorImage = backImg
navigaiotnBar.backIndicatorTransitionMaskImage = backImg
有几率:
The text was updated successfully, but these errors were encountered: