Skip to content

Releases: davbeck/TNKImagePickerController

TNKImagePickerController 3.4.0

26 Jan 21:42
Compare
Choose a tag to compare
  • Turned on network loading of assets.
  • Fixed thumbnail loading wrong images.
  • Converted icons to use native drawing code.
  • Converted picker to use sub view controllers.
  • Added basic support for pasted animated GIFs.

TNKImagePickerController 3.3.0

10 May 17:32
Compare
Choose a tag to compare
  • Fixed loading assets from iCloud.
  • Fixed thumbnail loading.
  • Converted icons to use runtime drawing instead of PNGs.

TNKImagePickerController 3.2.0

07 Apr 20:16
Compare
Choose a tag to compare

TNKImagePickerController 3.1.0

11 Mar 23:39
Compare
Choose a tag to compare

TNKImagePickerController 3.0.0

26 Jan 21:57
Compare
Choose a tag to compare

TNKImagePickerController 2.1.0

19 Jan 22:46
Compare
Choose a tag to compare

TNKImagePickerController 2.0.0

19 Jan 22:46
Compare
Choose a tag to compare

TNKImagePickerController 0.2.2

06 Aug 19:04
Compare
Choose a tag to compare
  • Fixed mediaTypes filter (1556ff0, 92a6aa1).
  • Fixed asset image loading (c97fc4d).
  • Added ability to customize the asset detail view controller (37f4aa3).
  • Fixed custom asset view controller class handling (1127d80).
  • Added notifications for displaying assets (473bf99).
  • Added state restoration (737e8bb).
  • Fixed fullscreen image view swiping (276bda5).

TNKImagePickerController 0.2.1

20 Mar 21:50
Compare
Choose a tag to compare
  • Fixed crash related to nil image results.
  • Added support for custom navigation bar title colors.

TNKImagePickerController 0.2.0

19 Mar 22:19
Compare
Choose a tag to compare
  • Added order to the selected assets.

Note that this changes the API slightly. Now instead of NSSet, we use NSOrderedSet to reference selected assets.