Is this project still necessary?
cgarrovillo opened this issue · 1 comments
cgarrovillo commented
With the introduction of the new Photo Picker API see here in WWDC20 called PHPickerViewController, is this even necessary still?
renssies commented
Yes and no.
PHPickerViewController is an awesome new API, however, it is only available in iOS 14 and their are plenty of apps that want to support iOS 13 and iOS 12 as well. Plus Tatsi has more customizability and configuration options than PHPickerViewController, making it suitable for some projects with these needs :)
If you just need the basic functionality of picking multiple photos and videos, then PHPickerViewController is enough for most cases. For more advanced cases things like Tatsi exists :).