iOS17 is just around the corner bringing new features, one of which is TipKit - Apple framework to show contextual tips that highlight new, interesting, or unused features users haven’t discovered yet in the app. Framework allows to define content, and the conditions under which tips appear. This Curated iOS issue covers the most interesting materials on the TipKit.
Official Apple
Let’s start with the official documentation from Apple, which is currently marked as Beta, which also includes some code examples.
WWDC23 Make features discoverable with TipKit session covers essential info on the Framework, including how to create effective educational moments through tips and how to set eligibility rules.
Tutorials
In his blog Ben Dodson provides great tutorial with the code examples both in SwiftUI and UIKit.
Another comprehensive tutorial, complete with code examples is published by Vincent Pradeilles.
Videos
For an in-depth exploration of the new framework, don't miss another material from Vincent Pradeilles - live YouTube session.
Until next time,
Artjoms