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 minium alternative of EurekaCommunity/ImageRow with new PHPickerViewController
API.
Usage
Please check PhotoRowExample.
About usage of Eureka
library please check Repository of Eureka.
Availability
This Package is tested in iOS 14.0 and newer for it uses new API availiable in iOS 14.0+ (for more details please refer Developer Document).
Installation
Please use Swift Package Manager integrated with Xcode or add
dependencies: [ .package(url: "https://github.com/Objective_Charm/PhotoRow", from: "5.3.4") ]
in Package.swift
manually.
LICENSE
MIT.
Bugs
For bugs and other feedback, please open discussion or issue.
Welcome to fork and make pull request.