cwRichardKim/RKDropdownAlert
iOS / Objective C: an extremely simple UIAlertView alternative 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: 4430
- days_rel: n/a
- days_push: 3426
- n_releases_24m: 0
Adoption not part of the score
1528 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RKDropdownAlert is an Objective-C iOS library that displays simple, customizable dropdown alert banners as an alternative to UIAlertView, inspired by Facebook's Slingshot app. It offers one-line default calls plus options for title, message, colors, duration, and tap handling.
Use cases
- show a dropdown notification banner in an iOS app
- replace UIAlertView with a less intrusive alert
- display error messages like incorrect PIN or promo code
- show quick status notifications with custom colors and duration
- handle taps on an alert to trigger actions
When to choose
- building an iOS app in Objective-C that needs lightweight, customizable alert banners
- you want a one-line-call alert similar in ease to SVProgressHUD but with more customization
- you need non-blocking notifications that don't break user flow
When to avoid
- developing in Swift with modern SwiftUI or UIKit alert APIs
- you need modal dialogs requiring user confirmation buttons
- the project needs actively maintained dependencies (last release 2017)
Facets
library · maturity maintenance
ui-components animation mobile-development frontend objective-c alert-view dropdown-alert uialertview-alternative cocoa-touch ios mobile
2 sources
- readme: https://github.com/cwRichardKim/RKDropdownAlert · fetched 2026-08-28 · ace20b331577
- homepage: https://medium.com/@cwRichardKim/devux-uialertview-alternatives-3a78ab64cbf8 · fetched 2026-08-29 · 1c7b6e0d62b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cwRichardKim/RKDropdownAlert | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="cwRichardKim/RKDropdownAlert")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem