EddyBorja/MLPAutoCompleteTextField
UITextfield subclass with autocomplete menu. For iOS. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 4956
- days_rel: n/a
- days_push: 2484
- n_releases_24m: 0
Adoption not part of the score
1199 stars · 217 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MLPAutoCompleteTextField is an Objective-C subclass of UITextField for iOS that displays a drop-down table of autocomplete suggestions as the user types. It supports customizable data sources and can show suggestions as a keyboard input accessory view.
Use cases
- add autocomplete suggestions to an iOS text field
- reduce typing for long entries like chemical names
- show Google-style search suggestions while typing in a form
- display autocomplete suggestions above the keyboard
- build a typeahead input without a separate search view controller
When to choose
- you are building an iOS app in Objective-C or Swift with UIKit and need an autocomplete text input
- you want a customizable, drop-in UITextField subclass with suggestion dropdown
- you need keyboard accessory-style autocomplete suggestions
When to avoid
- you are building for SwiftUI only or cross-platform with React Native or Flutter
- you need a maintained library with active support and modern iOS APIs
- you need autocomplete for web or Android
Facets
library · maturity maintenance
ui-components form-handling mobile-development frontend uitextfield autocomplete objective-c cocoa-touch ios mobile
1 source
- readme: https://github.com/EddyBorja/MLPAutoCompleteTextField · fetched 2026-08-28 · 2a011172da57
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| EddyBorja/MLPAutoCompleteTextField | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="EddyBorja/MLPAutoCompleteTextField")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem