Skip to content

Releases: Yummypets/YPImagePicker

Taking non-squared photos

07 Nov 11:32
Compare
Choose a tag to compare

Introducing config.onlySquareImagesFromCamera = false in order to get raw photo input from the camera.

Permission request !

02 Nov 11:01
Compare
Choose a tag to compare

Now shows a popup if permission has been denied (camera/ library) and redirect users to the settings page ๐ŸŽ‰

Video previews ๐Ÿ“น !

18 Oct 16:00
Compare
Choose a tag to compare
  • 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

29 Sep 12:45
Compare
Choose a tag to compare
  • Migrates to swift4 & xcode9
  • Solves weird white space issue

Fix Threading issue

22 Aug 16:36
Compare
Choose a tag to compare
1.2.1

1.2.2

Albums

22 Aug 13:42
Compare
Choose a tag to compare
  • Albums!
  • Race condition freeze fix