Recommendation: Add batch selection feature in iOS.
@mpivchev is already working on this.
Since Apr 17, 2025.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
Here's the English translation of your query regarding the iOS app client:
The "Upload Photos and Videos" feature in the iOS app client currently only supports single selection, which is very inconvenient. Additionally, when the number of selected items exceeds 1000, the app crashes, and sometimes it crashes even with just a few hundred items. Could this be changed to support multiple selections? I suggest replacing UIImagePickerController with PHPickerViewController.
Key points:
Current issue: Single selection limitation and crash with large selections
Suggested solution: Implement multiple selection support
Technical recommendation: Migrate from UIImagePickerController to PHPickerViewController
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.