# totocaster/Typist

Swift UIKit keyboard manager for iOS apps.

Repository: https://github.com/totocaster/Typist
Canonical: https://ross.abutalabs.com/products/typist
Language: Swift
License: MIT
License Family: permissive
Topics: event-callback, keyboard-events, keyboard-layout, keyboard-listeners, keyboard
Last push: 2021-05-27T23:32:20+00:00

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

## Adoption (not part of the score)
Stars 1057, forks 47 (observed 2026-08-28T04:03:24.873731+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: ui-components, developer-tools
- domain: mobile-development, developer-tools
- platform: -
- tags: keyboard-manager, uikit, event-callbacks, swift, ios, mobile

## Member repositories
- totocaster/Typist (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.873731+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:58:02.097322+00:00, confidence not recorded.
  - readme: https://github.com/totocaster/Typist (fetched 2026-08-28T04:03:24.873731+00:00, sha 39e97ce0c350)
- Data as of 2026-08-30T08:39:29.467469+00:00.
