Apple's TipKit framework helps you add helpful tips and hints inside your iOS app. These tips can show new features, guide users through first steps, or point out important buttons. The framework decides when to show each tip and how often, so you don't have to write that logic yourself.
With TipKit you define each tip as a simple structure. You give it a title, optional message, and an icon. Then you place the tip either as a small card in your layout or as a popover attached to any button or view. The tips only appear when the user meets certain conditions, like tapping a button a few times or visiting a screen.
Using TipKit makes your app friendlier for new users. It also keeps experienced users from being bothered by tips they have already seen. The framework saves tip state so they stay gone once dismissed. This works on iOS 17 and later.
Global
mkdir -p ~/.claude/skills/tipkitProject
mkdir -p .claude/skills/tipkitSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability