PhotoRow
Simple image row based on Eureka for iOS.
Since source type photoLibrary and savedPhotosAlbum in UIImagePickerController is deprecated since iOS 14.0(for detail please refer to Developer Document), I made this simple minimum alternative to EurekaCommunity/ImageRow with the new PHPickerViewController API.
Usage
Please check PhotoRowExample. About usage of the Eureka library please check Repository of Eureka.
Availability
This package is tested on iOS 14.0 and newer for it uses a new API available in iOS 14.0+ (for more details please refer to Developer Document).
Installation
Please use the Swift Package Manager integrated with Xcode or add
dependencies: [ .package(url: "https://github.com/ObjectiveCharm/PhotoRow", from: "5.3.4") ]
in Package.swift manually.
LICENSE
MIT.
Bugs
For bug reports and other feedback, please open a discussion or an issue. Pull requests are welcome.