All Versions
34
Latest Version
Avg Release Cycle
58 days
Latest Release
1454 days ago

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.
  • v1.0.0-beta.16 Changes

    • [CHANGED] Previously, the PhotosViewController would only release images/GIF data contained in photos if prompted by -didReceiveMemoryWarning. Now, the PhotosViewController 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
  • 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
  • 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)