Releases: Yummypets/YPImagePicker
Releases ยท Yummypets/YPImagePicker
Taking non-squared photos
Introducing config.onlySquareImagesFromCamera = false
in order to get raw photo input from the camera.
Permission request !
Now shows a popup if permission has been denied (camera/ library) and redirect users to the settings page ๐
Video previews ๐น !
- Video previews out of the box ๐น
- Choose a max image sizes from the library with
libraryTargetImageSize = .cappedTo(size:SIZE)
๐ - Opt out from saving new pictures with
shouldSaveNewPicturesToAlbum
- Centralizes
configuration
in a clearer struct - Adds Default configuration support with
YPImagePicker.setDefaultConfiguration(config)
swift4 & xcode9
- Migrates to swift4 & xcode9
- Solves weird white space issue
Fix Threading issue
1.2.1 1.2.2