# apasccon/SearchTextField

UITextField subclass with autocompletion suggestions list

Repository: https://github.com/apasccon/SearchTextField
Canonical: https://ross.abutalabs.com/products/searchtextfield
Language: Swift
License: MIT
License Family: permissive
Topics: autocomplete-suggestions, swift, uitextfield, autocomplete, dropdown, searching
Last push: 2023-06-25T18:25:08+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3778, "days_push": 1165, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1140, forks 249 (observed 2026-08-28T04:03:44.317225+00:00)

## What it is
A Swift UITextField subclass for iOS that displays an autocomplete suggestions dropdown as the user types, with optional subtitles, images, themes, and inline suggestions. It supports local string filtering and detecting typing pauses for remote suggestion fetching.

## Use cases
- add autocomplete suggestions to a text field in an iOS app
- show a dropdown of matching options while typing in Swift
- build a search box with suggestions from a remote server
- display inline autocomplete suggestions in a UITextField
- customize the look of an autocomplete dropdown with themes

## When to choose
- you need a drop-in autocomplete UITextField in an iOS/Swift project
- you want themed suggestion lists with subtitles and icons
- you need to trigger remote searches when the user stops typing

## When to avoid
- you are building for Android or cross-platform frameworks
- you need SwiftUI-native autocomplete components
- you require a full search engine rather than a UI component

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, search-engine
- domain: mobile-development, frontend
- platform: -
- tags: uitextfield, autocomplete, dropdown-suggestions, cocoapods, swift, ios, mobile

## Member repositories
- apasccon/SearchTextField (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.317225+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:28.440084+00:00, confidence not recorded.
  - readme: https://github.com/apasccon/SearchTextField (fetched 2026-08-28T04:03:44.317225+00:00, sha e93599d1978b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
