# FahimF/FloatLabelFields

Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.

Repository: https://github.com/FahimF/FloatLabelFields
Canonical: https://ross.abutalabs.com/products/floatlabelfields
Language: Swift
License: MIT
License Family: permissive
Last push: 2020-01-15T14:53:28+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": 4295, "days_push": 2422, "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 1180, forks 105 (observed 2026-08-28T04:03:53.627328+00:00)

## What it is
FloatLabelFields is a Swift UI component library implementing the Float Label Pattern for iOS, providing UITextField and UITextView subclasses whose placeholders transition into floating labels above the fields once text is entered. It can be used via Interface Builder or code and requires iOS 7.x or later.

## Use cases
- add floating label placeholders to iOS form fields
- improve form UX where placeholders disappear on input
- use labeled text fields in storyboards via custom classes
- avoid adding separate title labels for each text entry field
- implement the float label pattern in a Swift iOS app

## When to choose
- you are building an iOS app in Swift and want the float label UX pattern
- you want drop-in UITextField/UITextView subclasses configurable from Interface Builder
- you need a lightweight MIT-licensed UI component with no dependencies

## When to avoid
- you target platforms other than iOS
- you need a maintained library with recent updates and modern Swift features
- you prefer SwiftUI-native components rather than UIKit subclasses
- you need Objective-C support (use JVFloatLabeledTextField instead)

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, form-handling
- domain: mobile-development, frontend, accessibility
- platform: -
- tags: float-label-pattern, uitextfield, uitextview, swift, interface-builder, ux-pattern, ios, mobile

## Member repositories
- FahimF/FloatLabelFields (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:53.627328+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:25:13.841312+00:00, confidence not recorded.
  - readme: https://github.com/FahimF/FloatLabelFields (fetched 2026-08-28T04:03:53.627328+00:00, sha 19b67f132532)
- Data as of 2026-08-30T08:39:29.467469+00:00.
