# danielamitay/DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.

Repository: https://github.com/danielamitay/DAKeyboardControl
Canonical: https://ross.abutalabs.com/products/dakeyboardcontrol
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2022-09-09T12:21:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5321, "days_push": 1454, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1552, forks 199 (observed 2026-08-28T04:05:02.724140+00:00)

## What it is
DAKeyboardControl is an Objective-C iOS library that adds keyboard awareness and iMessages-style pan-to-dismiss behavior to any UIView, UIScrollView, or UITableView with a single line of code. It extends UIView with a block-based callback delivering the keyboard's current frame, handling orientation changes and iPad keyboard undocking/splitting.

## Use cases
- dismiss keyboard by dragging down like iMessages
- track keyboard frame changes in iOS views
- move UI elements when keyboard appears
- add above-keyboard input accessory view
- hide keyboard with one convenience call

## When to choose
- building an iOS chat or messaging app with a receding keyboard
- you need keyboard frame callbacks with automatic animation handling
- targeting older iOS versions with a lightweight Objective-C category

## When to avoid
- starting a new Swift project where modern alternatives are better maintained
- you only need basic keyboard notifications available via NSNotification
- you need SwiftUI-native keyboard handling

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, state-management
- domain: mobile-development, developer-tools
- platform: c
- tags: objective-c, keyboard, uikit, pan-to-dismiss, category, ios, mobile

## Member repositories
- danielamitay/DAKeyboardControl (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:02.724140+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-30T04:30:11.823111+00:00, confidence not recorded.
  - readme: https://github.com/danielamitay/DAKeyboardControl (fetched 2026-08-28T04:05:02.724140+00:00, sha 71ec7dd602b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
