-
Notifications
You must be signed in to change notification settings - Fork 550
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
picker.defaultAssetCollection not working on iPad with form sheet presentation style #160
Comments
Hi @armandzwan, the navigation bar is much thicker than an normal iPad app in your screenshot. It seems that your app was developed as an iPhone only app and run it in the 2x zoom view of iPad? It might be the reason as the picker use iOS 8's size class which Apple suggested for building universal apps. Please try the demo app see whether it works fine. Thanks. |
No it is not. It is an iPad App with just a big Navigation Bar. |
Hi, It is still not working. Can you reopen this? |
Hi @armandzwan, confirmed that this issue only happens on iPad with form sheet presentation style. Will fix it. |
Thanks! |
…t and form sheet presentation style
@armandzwan Please update to v3.3.1. |
Sorry, forgot to inform you it is fixed! |
picker.defaultAssetCollection = PHAssetCollectionSubtypeSmartAlbumUserLibrary;
Is not working for me, I'm getting a black popup (with empty navbar)
Tried different types, but only PHAssetCollectionSubtypeAlbumRegular gives me a working picker. But then the user has to tap an album first. This is not what I want.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: