Post

Replies

Boosts

Views

Activity

Reply to Possible to Allow User to Crop Picked Image within PHPicker?
I have an app where we use the UIImagePickerController to the let the user set a custom profile photo.  I figured this would be a perfect case for the new PHPicker.  But after implementing it it appears that I’m still better off with UIImagePickerController since I need the allowsEditing option (so the user can crop their photo). Also when using UIImagePickerController on iOS14 it appears to be showing the PHPicker controller anyway.  And I believe UIImagePickerController never asked for photo library access to begin with. So I’m unsure of what the advantages are of changing the code to use PHPicker.  Please don’t deprecate UIImagePickerController without adding ‘allowsEditing’ support to PHPicker.
Jul ’20
Reply to iOS 17 beta AVAudioPlayer mp3 problem
Did anyone find a workaround for this!? I'm seeing this with Xcode 15 RC (15A240d), but only when running on the Simulator. When I run on device while connected to Xcode, or make an AppStore or TestFlight build everything works fine. Also I don't get any crashes when I turn on the Address Sanitizer, either on Simulator or Device.
Sep ’23