Tatsi icon indicating copy to clipboard operation
Tatsi copied to clipboard

A drop-in replacement for UIImagePickerController with the ability to select multiple images and/or videos

Results 16 Tatsi issues
Sort by recently updated
recently updated
newest added

Hi and thanks for the great picker. Would it be possible to implement an option to pass array of PHAssetIDs, which should appear pre -selected once the picker is invoked?

Adds 2 options to TatsiConfig: - Keep selection while switching between albums - Supply pre-selected images when opening the picker, handy when you want to change the selection I want...

Drag finger to select multiple photos not supported.

Hi, I am doing the library integration via SPM to my project in SwiftUI, but I have a problem because the Done at the top of the Tatsi view is...

Do you plan to add handling of `PHAuthorizationStatus.limited` https://developer.apple.com/documentation/photokit/phauthorizationstatus/limited currently it is handled by this code branch - https://github.com/awkward/Tatsi/blob/4feb1c874bebd073ee5d1c7ff13703aabdceddf5/Tatsi/Views/TatsiPickerViewController.swift#L65

Hi, I would love using the following library but the is a major issue when selecting a few images and then scrolling up and down the collection. Some cells are...

With the introduction of the new Photo Picker API [see here in WWDC20](https://developer.apple.com/videos/play/wwdc2020/10652/) called **PHPickerViewController**, is this even necessary still?

I'm getting some crashes while using the library. From the logs i see that users have it when displaying Tatsi (modally). Seems to be present only on iOS 13.3 by...

how can i set **videoMaximumDuration** using this library as i need **1 minute** video only from camera/photogallery

Why sequence selection of selected image not working? Also, let me know how to add the numbers for selection. Thanks in Advance.