什么是 tipkit?
使用 Apple 的 TipKit 框架实施、审查或改进应用内提示和入门。在向 iOS/macOS/visionOS 应用程序添加功能发现工具提示、入门流程、上下文提示、首次运行体验或指导标记时使用。使用提示协议、提示视图、弹出提示、提示规则、提示事件或功能教育 UI 时触发。 来源:dpearson2699/swift-ios-skills。
使用 Apple 的 TipKit 框架实施、审查或改进应用内提示和入门。在向 iOS/macOS/visionOS 应用程序添加功能发现工具提示、入门流程、上下文提示、首次运行体验或指导标记时使用。使用提示协议、提示视图、弹出提示、提示规则、提示事件或功能教育 UI 时触发。
通过命令行快速安装 tipkit AI 技能到你的开发环境
来源:dpearson2699/swift-ios-skills。
Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature.
Call Tips.configure() once in App.init, before any views render. This initializes the tips datastore and begins rule evaluation. Calling it later risks a race where tip views attempt to display before the datastore is ready.
| .applicationDefault | Default location, app sandbox (most apps) | | .groupContainer(identifier:) | Share tips state across app and extensions | | .url(:) | Custom file URL for full control over storage location |
使用 Apple 的 TipKit 框架实施、审查或改进应用内提示和入门。在向 iOS/macOS/visionOS 应用程序添加功能发现工具提示、入门流程、上下文提示、首次运行体验或指导标记时使用。使用提示协议、提示视图、弹出提示、提示规则、提示事件或功能教育 UI 时触发。 来源:dpearson2699/swift-ios-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill tipkit使用 Apple 的 TipKit 框架实施、审查或改进应用内提示和入门。在向 iOS/macOS/visionOS 应用程序添加功能发现工具提示、入门流程、上下文提示、首次运行体验或指导标记时使用。使用提示协议、提示视图、弹出提示、提示规则、提示事件或功能教育 UI 时触发。 来源:dpearson2699/swift-ios-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill tipkit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dpearson2699/swift-ios-skills