RxSwiftCommunity/RxKeyboard
Reactive Keyboard in iOS observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 89
- 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: 3615
- days_rel: n/a
- days_push: 71
- n_releases_24m: 0
Adoption not part of the score
1603 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RxKeyboard is a Swift library that provides a reactive way to observe iOS keyboard frame changes via RxSwift Drivers, replacing raw keyboard notifications. It works seamlessly with interactive keyboard dismiss mode for scroll views and toolbars.
Use cases
- observe keyboard frame changes reactively in ios
- adjust scrollview content inset for keyboard height
- move a toolbar along with the keyboard during interactive dismiss
- replace uikeyboard notifications with rxswift drivers
- adjust scroll view content offset when keyboard shows
When to choose
- you already use RxSwift in your iOS app
- you need keyboard height observation that works with interactive dismiss mode
- you want a simple singleton API for keyboard frame tracking
When to avoid
- your project does not use RxSwift or reactive programming
- you use SwiftUI rather than UIKit
- you need custom keyboard input views rather than observing the system keyboard
Facets
library · maturity stable
ui-components state-management mobile-development rxswift keyboard reactive uikit cocoapods ios swift
1 source
- readme: https://github.com/RxSwiftCommunity/RxKeyboard · fetched 2026-08-28 · 434cbdb15b24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RxSwiftCommunity/RxKeyboard | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="RxSwiftCommunity/RxKeyboard")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem