Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 964 Bytes

Auk version history

2.1.3 (2016-03-30)

  • Fixed the crash occured when the scroll view had zero bounds width.

2.1.2 (2016-03-27)

  • When updating an image with a remote image the current image is replaced only after the new image has finished downloading. This creates a smoother transition from the current image to the new image.

2.1.1 (2016-03-26)

  • Fixed: fade-in animation was not used when showing remote images without placeholders.

2.1.0 (2016-03-26)

  • eyaldar added updateAt method that allows to update an existing image with a new one.
  • Fixed a bug in currentPageIndex property that returned page indexes less than zero or greater than the largest page index.
  • Property currentPageIndex is optional and returns nil if there are no images.
  • Add new buttons to the demo app to test update of images.

2.0.19 (2015-11-13)

  • Fixed images property. Now it returns both local and remote images.