iOS Question [SOLVED] SelectFromPhotoLibrary alternatives?

JordiCP

Expert
Licensed User
Longtime User
When you want to pick a photo using cam.SelectFromPhotoLibrary or cam.SelectFromSavedPhotos, from iMedia lib, it calls UIImagePicker, which Apple limits to only portrait orientation (See THIS )

Is there any known alternative that works in both portrait and landscape mode?
 
Top