Releases: davbeck/TNKImagePickerController
Releases · davbeck/TNKImagePickerController
TNKImagePickerController 3.4.0
TNKImagePickerController 3.3.0
- Fixed loading assets from iCloud.
- Fixed thumbnail loading.
- Converted icons to use runtime drawing instead of PNGs.
TNKImagePickerController 3.2.0
- Added delegate callbacks for asset selection. This allows you to limit the number of selected assets dynamically and handle the limit in whatever way makes the most sense for your app.
- Added an option to suppress the "Select All" button. Thanks to Martin J. Rehder.
TNKImagePickerController 3.1.0
- Reorganized the project for better compatibility with Carthage.
- Fixed detail title view layout. Thanks again Alexsander Akers.
- Added an option to suppress the "Select All" button. Thanks to Martin J. Rehder.
TNKImagePickerController 3.0.0
A big thanks to Alexsander Akers on this release for all of his pull requests.
- Added nullability and generics annotations.
- Refactored auto layout constraints to use iOS 8 compatible API.
- Prefix category methods to prevent namespace collisions.
- Fix for asset selection persistence issues.
- Add ability to customize selected asset badge image.
Note that if you were using any of the extensions provided by this framework, they are now prefixed with
tnk_
.
TNKImagePickerController 2.1.0
TNKImagePickerController 2.0.0
- Added support for shared albums.
- Increased thumbnail size.
- Fixed bug related to setting selected assets.
- Changed image picker to select on tap. A user can preview an image fullscreen by long pressing on the thumbnail.
- Added accessibility labels for photos.
TNKImagePickerController 0.2.2
- 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
- Fixed crash related to nil image results.
- Added support for custom navigation bar title colors.
TNKImagePickerController 0.2.0
- Added order to the selected assets.
Note that this changes the API slightly. Now instead of NSSet, we use NSOrderedSet to reference selected assets.