YPImagePicker Versions Save

📸 Instagram-like image picker & filters for iOS

4.1.3

4 years ago
  • Supports Dark Mode (Thanks @chrischute)
  • Adds Zoom when taking picture or videos
  • Enables taking non-squared photos & videos and a full screen preview when onlySquareImagesFromCamera is false
  • You can enable removing media items from the edit gallery by setting config.gallery.hidesRemoveButton = false
  • Fixes a bug where crop setting was not taken into account in multiple selection (thanks @XinHaoZhuang)
  • Orientation is now correct even when orientation is locked on the device (now using CMMotionManager
  • Fixes an audio issue when recording mp4 videos thanks @gintechsystems
  • Fixes a permission crash big thanks to @heikorehder !
  • Builds with Xcode 11.2.1.
  • Fixes #176, #320, #279, #347, #306, #414, #397, #401

Big thanks to:

@fschaus, @bybash, @5fcgdaeb, @ashwinp-r, @Vollando, @XinHaoZhuang, @jinjinbary, @Emefar, @OlegZhuckovich, murilxaraujo, @jonnyarc, @rodribech20, @bithavoc, @Berk-Kaya, @daveleenew, @victormihaita, @aegzorz, @sedler, @barisozr, @MarkusWu, @hansemannn, @bithavoc, @kevinrenskers

Special mention to @kf99916 for his outstanding contributions 🥇

4.1.2

4 years ago
  • Builds with Xcode 11 & Swift 5.1

4.1.1

4 years ago
  • ⚠️ This is a prerelease, seems like iOS13 breaks some of the UI (crop for example)
  • Builds with Xcode 11 & Swift 5.1

4.0.0

5 years ago

This is the much awaited Swift 5 compatible release 🍾 🍻 !

We also have quite a lot of bug fixes and improvements, courtesy of our amazing contributors 🏅 :

  • Project broke on new Xcode 10.2 #334
  • Add support for Swift 5.0 #335
  • Problem with Swift 5, problem raising from Stevia fillContainer() #327
  • Fix bug of flashlight button disappearing when flip camera twice #308
  • Select previously selected image when deselecting in multi-selection #311
  • Add configuration of default multiple selection. #312
  • Crash in YPLibrary+LibraryChange.swift #325
  • Separte photo filters and video trimmer configuration. #319
  • After changing the album, the automatically selected image is not selected. #302

Massive thanks to @snowtema, @pushpsenairekar2911, @halfvim, @slashmo, @kzumu, @Out1and3r, @shopno111, @javiermanzo, @jasudev who have participated in this release, your help is precious 🙏

3.5.3

5 years ago

And also, Happy new year 🎉 🍾 !!!!

3.5.2

5 years ago
  • Removes old deprecated callbacks with warnings as described in #240 by @5fcgdaeb
  • Adds Korean courtesy of @trilliwon 🇰🇷
  • Fixes "Umbrella header PrynTrimmerView.h not found" #242 @ylin0x81
  • Fixed a memory leak in YPImagePicker #238 @ylin0x81
  • Fixes library crop button needing 2 taps to work the first time #243

Special mention for @ylin0x81 for his work on this release 👏

3.5.1

5 years ago
  • Migrates codebase to Swift 4.2
  • Pre-built framework built with Xcode10
  • New Bulgarian wordings 🇧🇬 courtesy to @t0a0
  • Russian wording amends (thanks @t0a0)!

3.5.0

5 years ago
  • Migrates codebase to Swift 4.2
  • Pre-built framework built with Xcode10
  • New Bulgarian wordings 🇧🇬 courtesy to @t0a0
  • Russian wording amends (thanks @t0a0)!

⚠️ The pod installation is not working at the moment but we're on it :)

3.4.1

5 years ago
  • Added to config: preferredStatusBarStyle, bottomMenuItemUnSelectedColour, bottomMenuItemSelectedColour, PHFetchOptions
  • Added PHAsset to YPMediaPhoto
  • Introduces minWidthForItem to enable the restriction for the max height of the asset, like in instagramm! 🚀
  • Totally rebuilded filters! Now they work smoothly.🔥
  • The gallery now work better with touches and panning - not moving up every time.👏🏻 Also some changes that fixes diff problems:
  • Preventing of selecting the same asset in lib. Fix with wrong zooming in lib.
  • Fix for #177 with mov only captured video.
  • Fixed the #190 bug with crash in video capture.
  • Fix for video without audio track.
  • Important - added a cancelling of proccessing the video.
  • Fix for #137 with not cropped video recording.

Some UI improvements.

3.4.0

5 years ago
  • Use weak over unowned to fix crashes, kudos to @jonasecandersson 👏 fixes #178
  • Use correct video Orientation even when phone is "orientation locked" Thanks to @Appswage fixes #161
  • Introduces numberOfItemsInRow & spacingBetweenItems to customize library layout, courtesy of @shotat 🚀
  • Fixes Library being stuck with a small number of items, due to the collectionView alwaysBounceVertical defaulting to false. Kudos to @shotat again 🔥
  • Adds 🇮🇩 Indonesian language thanks to @wsnjy 🙏
  • Improves UI on Gallery with multiple items, adds natural paging + touch animations. fixes #135

Thank you so much for your great work on this release, you are the BEST! <3