B-Sides/ELCImagePickerController
A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5809
- days_rel: n/a
- days_push: 2168
- n_releases_24m: 0
Adoption not part of the score
1641 stars · 458 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Objective-C iOS library that clones UIImagePickerController using the deprecated Assets Library Framework to allow users to select multiple photos and videos from the device photo library. It presents modally like the system picker and returns an array of selected assets via a delegate.
Use cases
- let users pick multiple photos at once in an iOS app
- replace UIImagePickerController when multi-asset selection is needed
- build a photo upload flow that selects several images
- customize maximum image count and selection order in a picker
- return asset location info instead of UIImage objects
When to choose
- you maintain a legacy Objective-C iOS app still targeting old iOS versions with the Assets Library framework
- you need a drop-in multi-image picker mimicking UIImagePickerController's delegate pattern
When to avoid
- you are starting a new iOS project - the Assets Library framework is deprecated in favor of PHPhotoLibrary/PHPickerViewController
- you need iOS 14+ limited photo library support
- you need Swift-native or actively maintained solutions
Facets
library · maturity abandoned
ui-components image-processing file-upload mobile-development media photography image-picker ios objective-c assets-library multiple-photo-selection uikit deprecated mobile
3 sources
- readme: https://github.com/B-Sides/ELCImagePickerController · fetched 2026-08-28 · 9af8e70befae
- homepage: http://www.icodeblog.com · fetched 2026-08-29 · 9c0c6f1e053f
- site_page: https://icodeblog.com/about · fetched 2026-08-29 · 6485552a4977
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| B-Sides/ELCImagePickerController | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="B-Sides/ELCImagePickerController")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem