You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to say a big thanks. Your example Photo Picker ObjC gave me a jump start to use PHPickerViewController in stead of UIImagePickerController for importing videos from the Photos library into my B2B app. See here:
NOTE: There is an assetIdentifier property defined on PHPickerResult, which is documented as Local identifier of the selected asset. However, (as of iOS 14.0 beta 1, in my testing this is always nil; regardless of whether or not the app has been granted full photo library access.
I presume that is meant to be the PHAsset's assetIdentifier allowing us to retrieve the asset object with a call to asset = PHAsset.fetchAssets(withLocalIdentifiers: [photoID], options: nil).firstObject.
Hi @kylehowells
I just want to say a big thanks. Your example Photo Picker ObjC gave me a jump start to use PHPickerViewController in stead of UIImagePickerController for importing videos from the Photos library into my B2B app. See here:
Jan-E/ikyle.me-code-examples
There will be a time when Apple deprecates UIImagePickerController. I am ready for it now.
Demo of the use of my B2B app in the Xcode Simulator, still with the UIImagePickerController:
https://player.toolsforresearch.com/iPhone12.php
Thanks again,
Jan
The text was updated successfully, but these errors were encountered: