# Toast for iOS

An Objective-C category that adds toast notifications to the UIView object class.

Repository: https://github.com/scalessec/Toast
Canonical: https://ross.abutalabs.com/products/toast-for-ios
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2024-04-09T13:40:24+00:00

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

## Adoption (not part of the score)
Stars 3885, forks 703 (observed 2026-08-28T04:08:28.213056+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: ui-components, animation
- domain: mobile-development, cross-platform
- platform: -
- tags: toast-notifications, uiview-category, cocoapods, carthage, objective-c, swift-port, ios, swift

## Member repositories
- scalessec/Toast (main) score 32
- scalessec/Toast-Swift (mirror) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:28.213056+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-29T18:25:39.888644+00:00, confidence not recorded.
  - readme: https://github.com/scalessec/Toast (fetched 2026-08-28T04:08:28.213056+00:00, sha 875bb370d010)
- Data as of 2026-08-30T08:39:29.467469+00:00.
