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 |
Implemente, revise o mejore los consejos y la incorporación en la aplicación utilizando el marco TipKit de Apple. Úselo al agregar información sobre herramientas de descubrimiento de funciones, flujos de incorporación, sugerencias contextuales, experiencias de primera ejecución o notas de coaching a aplicaciones iOS/macOS/visionOS. Se activa cuando se trabaja con el protocolo Tip, TipView, popoverTip, reglas de propinas, eventos de propinas o interfaz de usuario educativa de funciones. Fuente: dpearson2699/swift-ios-skills.