All Versions
34
Latest Version
Avg Release Cycle
58 days
Latest Release
1454 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.0.0-beta.17 Changes
- [NEW] Delegation methods:
-photosViewController:willUpdateOverlayView:forPhoto:atIndex:totalNumberOfPhotos:
and-photosViewController:maximumZoomScaleForPhoto:minimumZoomScale:imageSize:
- ๐ [FIXED] Interactive dismissal without an image will now respond appropriately when an image loads in.
- [NEW] Delegation methods:
-
v1.0.0-beta.16 Changes
- [CHANGED] Previously, the
PhotosViewController
would only release images/GIF data contained in photos if prompted by-didReceiveMemoryWarning
. Now, thePhotosViewController
will release photos as they transition out of scope of the currently viewed photos. This will help immensely with the memory management of large photo galleries
- [CHANGED] Previously, the
-
v1.0.0-beta.15 Changes
- [NEW] Allow
PhotosViewController
to be initialized without a dataSource - end goal is to allow for a situation where the content that the dataSource needs is not retrieved yet, but still being able to present an empty photo viewer
- [NEW] Allow
-
v1.0.0-beta.14 Changes
- ๐ [FIXED] Transition cancellation duration - now linear
- ๐ [FIXED]
AXCaptionView
height animation only beginning after caption label text has been changed - ๐ [FIXED] Overlay content inset when status bar is expanded (in-call, location)