totocaster/Typist
Swift UIKit keyboard manager for iOS apps. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3628
- days_rel: n/a
- days_push: 1924
- n_releases_24m: 0
Adoption not part of the score
1057 stars · 47 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Typist is a small drop-in Swift UIKit keyboard manager for iOS apps. It lets developers respond to keyboard show/hide/frame-change events via closures instead of NotificationCenter and Objective-C boilerplate.
Use cases
- handle keyboard show and hide events in iOS
- animate views when the keyboard appears
- implement interactive keyboard dismissal with scroll views
- manage input accessory view animation with keyboard frame changes
- replace NotificationCenter keyboard observers with clean Swift callbacks
When to choose
- building an iOS app in Swift with UIKit that needs keyboard event handling
- wanting a lightweight drop-in keyboard manager without notification center
- needing interactive keyboard dismissal tied to scroll views
When to avoid
- building with SwiftUI where native keyboard APIs may suffice
- needing cross-platform keyboard handling beyond iOS
- requiring a library with frequent updates, as the latest release is from 2021
Facets
library · maturity maintenance
ui-components developer-tools mobile-development developer-tools keyboard-manager uikit event-callbacks swift ios mobile
1 source
- readme: https://github.com/totocaster/Typist · fetched 2026-08-28 · 39e97ce0c350
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| totocaster/Typist | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="totocaster/Typist")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem