-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
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
xCode 13, iOS 15 Wrong NavBar background color #690
Comments
Seeing this as well. Please update |
I did notice that if you add let picker = YPImagePicker(configuration: config) that you at least get the CANCEL button back. However, can't get the Library Titles (which is a button) to show up yet? |
And to fix the library title color (for now) inside of open class YPPickerVC: you need to change
|
Hey, this is an annoying change on Xcode13/iOS15. Until we update the library. here is the fix: let navBarAppearance = UINavigationBarAppearance()
navBarAppearance.configureWithOpaqueBackground()
picker.navigationBar.scrollEdgeAppearance = navBarAppearance |
If you use YPImagePicker in multiple place you can add convenience init method and use it for wrapping navigation bar changes. (At least until the problem being fixed inside framework)
|
Please check last release. I don't have such a problem in ios 15. |
Feel free to reopen if still exist with link to this issue. |
1. Require platform :ios, '12.0' https://github.com/Yummypets/YPImagePicker/blob/4dbae7a1f69db3d65c47f4106d0ca09f678edeaf/Podfile#L2 2. Related issue: Yummypets/YPImagePicker#690
Please, adjust YPImagePicker to work on iOS 15.
The text was updated successfully, but these errors were encountered: