Toast for iOS
An Objective-C category that adds toast notifications to the UIView object class. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5526
- days_rel: n/a
- days_push: 876
- n_releases_24m: 0
Adoption not part of the score
3885 stars · 703 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Toast for iOS is an Objective-C category that adds toast notification methods to the UIView class, allowing developers to show lightweight toast messages with a single line of code. A native Swift port (Toast-Swift) is also available for Swift projects.
Use cases
- show toast notifications in iOS apps
- display brief messages to users with a single line of code
- show toast with custom duration and position
- display toast with title and image
- show activity spinner toast while loading
- customize toast appearance with shared styles
- display any custom view as a toast
When to choose
- building an iOS app in Objective-C or Swift that needs simple toast notifications
- you want a lightweight, battle-tested toast library with CocoaPods/Carthage support
- you need customizable toast styles, queueing, and tap-to-dismiss behavior
When to avoid
- building for Android or cross-platform frameworks with their own toast solutions
- you need highly animated or complex notification banners rather than simple toasts
- your project targets platforms other than iOS
Facets
library · maturity stable
ui-components animation mobile-development cross-platform toast-notifications uiview-category cocoapods carthage objective-c swift-port ios swift
1 source
- readme: https://github.com/scalessec/Toast · fetched 2026-08-28 · 875bb370d010
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scalessec/Toast | main | 32 |
| scalessec/Toast-Swift | mirror | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem