什麼是 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