- Fixed the crash occured when the scroll view had zero bounds width.
- 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.
- Fixed: fade-in animation was not used when showing remote images without placeholders.
- 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.
- Fixed
images
property. Now it returns both local and remote images.