Framework to show collection of photos. Scrollable horizontally like Photos native apps.
on Cartfile, add following lines:
github "rickirby/RBPhotosGallery" == 0.0.6
Then execute "carthage update --platform iOS" on terminal
Follow this tutorial for adding carthage-generated framework to the project
0.0.6
- First Release
- Add example apps
- Change background color to clear
- Add readme file
- Add always bounce horizontal to support bounce on only one photo
- Fix scroll to items on iOS 14 which not working
- Fix issue random scroll on 0.0.4 when user done editing document and back to open Gallery
- Fix with workaround for iOS 14 which scrollToItems not working with isPagingEnabled is true
- Add new delegate method -> didEndScrolling(_:) to notify that scrollview done scrolling