What problem does it solve?
This Skill helps iOS apps add feature discovery and onboarding tips without manually tracking when users have learned each feature, so tips appear at the right moments and stop after they’re no longer helpful.
Core Features & Use Cases
- Feature discovery tips and onboarding coach marks using Apple's TipKit for first-run experiences and progressive disclosure.
- Contextual hint delivery through inline
TipView and anchored popovers via popoverTip, including custom presentation styles.
- Rule-based eligibility and persistence using parameter-based rules and event-based rules with controlled display frequency and invalidation.
Use Case: When a user repeatedly uses a basic workflow, the app can detect the pattern via TipKit events and then show a single, contextual shortcut tip until the user acts.
Quick Start
Configure TipKit once in your app entry (App.init) and create a Tip with a title plus rules so it becomes eligible only when the user state or event thresholds are met.