2020-01-28 Update
- Add
assetsSortKey
andassetsSortAscending
property, the order of pictures is now customizable! thanks for @Édouard.
2019-12-30 Update
- Fixed album permission issues.
2019-12-28 Update
- Fixed again a possible crash of some devices when camera access is not allowed.
- Change the sort method of photo collections from
creationDate
tomodificationDate
. - Add new property
isAnimated
, a Boolean value that determines whether the appear animation is exist. - Enable the functionality of
isAnimated
parameter in present function in your view. - Add new property
customSelectedImage
, a selectedImage type value that relates to the image of selected picture. - Add new property
isSupportLandscape
, a Boolean value that determines whether the ability of landscape.
2019-12-06 Update
- Fixed a possible crash of some devices when camera access is not allowed.
- Correct the spell error of function "imageSelectMax":
func imageSelectMax(_:, wantToSelectIndex:, wantToSelectImage:)
. - Change the size of thumbnail image.
- Add new property
initialSelectedIndex
, a set of index of selected image when the picker appears.
the second version of ConvenientImagePicker, the update entries as follows:
- Refresh image collection more fast
- Reduce the memory footprint
the first version of ConvenientImagePicker.