Ross ROSS = Recommend OSS · open-source software intelligence for agents

danielamitay/DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code. observed · 2026-08-28

github.com/danielamitay/DAKeyboardControl · Objective-C · NOASSERTION (other) 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5321
  • days_rel: n/a
  • days_push: 1454
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1552 stars · 199 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity maintenance

ui-components animation state-management mobile-development developer-tools c objective-c keyboard uikit pan-to-dismiss category ios mobile

1 source

Member repositories

RepositoryRoleHealth v2
danielamitay/DAKeyboardControlmain32

For agents

markdown · JSON · MCP: product_card(name="danielamitay/DAKeyboardControl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem