What problem does it solve?
Many apps need a lightweight, configurable in-app announcement system to present maintenance alerts, promotions, feature highlights, and contextual messages without shipping a new app build or misusing push notifications. This Skill removes the friction of building a production-ready banner system by providing models, providers, scheduling, UI components, and integration patterns so teams can deliver targeted messages reliably.
Core Features & Use Cases
- Remote and local content sources with a RemoteAnnouncementProvider and LocalAnnouncementProvider for remote JSON fetching, caching, and local fallbacks.
- Priority-based single-banner selection, persistent dismissal tracking, timezone-aware scheduling, and audience targeting for promotions, maintenance warnings, and feature highlights.
- SwiftUI-ready UI components and a ViewModifier for top/bottom/floating placement, deep link and URL action handling, accessibility announcements, and testable manager/provider abstractions.
Quick Start
Generate a SwiftUI announcement banner system with a RemoteAnnouncementProvider, dismissal persistence, UTC scheduling, deep link and URL actions, and a top-position banner modifier.