nohana / NohanaImagePicker

A multiple image picker for iOS app.
Apache License 2.0
224 stars 57 forks source link

Update target version to iOS13 later. #131

Closed a2444mo10 closed 2 years ago

a2444mo10 commented 2 years ago

The target version has been changed to iOS13 later. Resolved swift compiler warnings.

tyokujin commented 2 years ago

If it's possible, I'd like you to add case .limited pattern in below. https://github.com/nohana/NohanaImagePicker/blob/a761529a7c40267c474c40612176ca6097742f63/Demo/DemoListViewController.swift#L86-L93

case .limited:
    handler(true)