- #95 Fix bundle path error if the pod use frameworks
- Fix the path of Danish localization
- #89 Add Finnish language support
- #90 Remove deprication warrnings for iOS 8
- #87 Fix: Missing padlock image
- #91 Fix: Wrong view position when in-call / tethering status bar is shown
- #85 Fix: No "swipe to go back" gesture
- #64 Put resources into a bundle
- #81 Fix: Update
collectionView
after callingde/selectAsset
methods. - #77 Fix: When assets group changed, the asset filter is not re-applied
- #83 Better Japanese translation of "Done"
- #76 Add Danish localisation
- #74 Add Japanese, Korean, Simplified Chinese, Indonesian, Italian, Russian localisations
- #73 Add German localisation
- #72 Add French localisation
- #63 Add translations for pt, pt-PT and es-MX
- #59 Add
alwaysEnableDoneButton
property to allow enabling done button even without assets selected
- #57 Make the picker's toolbar to conform UIApperance so that it can be overridden
- #56 Move the localisable string to separated string table
- #55 Fix: Pictures disappear until you do scrolling gesture when you take screenshot
- Fix: Footer of collection view is not horizontally centered in iOS 8
- Add: Support iPhone 6 and iPhone 6 Plus native view
- #52 Extracted Navigation Controller creation to a separate method
- Rename property
navigationController
tochildNavigatonController
- #49 Share AssetLibrary with user
- #46 Add navigationController property
- #42 Fix errors of building in Xcode 6 beta
- Rename asset catalog to a more explicit one
- #29 Add "hold to preview" feature (Finally!)
- #32 Fix showing "No photos" view issue even there are photos in album
- #35 Fix showing supplementary view issue when there are no assets in the album
- #38 Add shouldShowAsset delegate method
- #39 Add showsNumberOfAssets property
- #40 Change the picker to a container view controller rather than a navigation controller.
- #41 Add "show default content" feature
- Make assets group cell to opaque to increase scrolling performance
- Add accessibility label to the auxiliary view
- Fix issue of removing notifications from the same thread
- #33 Rectify the delegate method name
shouldEnableAsset
in the sample app and README.md
- #30 Refactor into separate files
- #28 Disable "Done" Button if no assets are selected
- Change "Done" Button style to
UIBarButtonItemStyleDone
- Rename the delegate methods to more sensible one
- Replace certain properties with delegate methods in order to provide more flexibility
- Selected assets are preserved across albums
- Move title of selected assets to toolbar
- Show "no assets" view on empty albums
- Make "no assets" message to be more graceful, reflecting the device's model and camera feature
- Update padlock image to iOS 7 style
- Monitor ALAssetsLibraryChangedNotification and reload corresponding view controllers
- Use KVO to monitor the change of selected assets
- Add: Empty assets placeholder image
- Add: Selected assets property
- Add: Selected assets changed notification
- Add: Selection methods
- Add: iPad demo
- Add: Appledoc documentation
- Fix: Footer is not centre aligned after rotation
- Fix: Collection view layout issue on iPad landscape mode
- Fix: Collection view not scrolling to bottom on load
- Refactor certain methods