-
Notifications
You must be signed in to change notification settings - Fork 677
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
Gallery is not showing in full height #460
Comments
I am using the newest Xcode + iPhone 11 with the newest system by the way~ |
I got the same issue |
Same here, wasn't sure if it was a SwiftUI issue or not |
Definitely not SwiftUI, I am not using SwiftUI in the current project |
Hi this project is in maintenance mode and no further work has been planned, I'm happy to assist if someone wants to look into fixing this issue. Thanks! |
@jacobsapps @Zheng-Shuo @3lvis I have found the reason why it works like this. Because I am using IOS 13.0+ so by default if you do this |
Hi @Zwei-wei I thought I had fixed this. Let me double check. |
@3lvis I tried the newest version through pod update, if I switch back to default not using |
it's easy to fix, just in ImagePickerController.swift: |
I am a developer integrating this IMG picker to our apps. While testing on my iPhone 11, the gallery is not showing in full height. It looks like the gallery is hidden behind the bottom container. I will paste my code here.
The text was updated successfully, but these errors were encountered: