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
FMPhotoPicker now supports getting raw PHAsset when finishing photo picking.
Using the new API, you can get user-selected photos includes both images and videos.
To get the selected photos as PHAssets you have to:
Set the shouldReturnAsset on the configuration to true
Allows hiding the edit button in the photo presenter (#32 )
Allows using crop or filter invidually (#22 ) by setting the availableFiters or availableCrops to nil
Fix xib files loadding issue when using SwiftPM (#42 ). The SwiftPM support is experimental feature at this moment. I have a plan to fullly support SwiftPM when the next version of Xcode is shipped (contains Swift5.3 which includes resources support for SwiftPM).