If I have some tips in an onboarding flow and want to allow my user to restart the onboarding experience, how can I reset specific tips? I know there is Tips.resetDatastore() but I may not want to reset every tip, just some subset of them.
Post
Replies
Boosts
Views
Activity
Is there support in AttributedString for languages like Japanese that use ruby annotation to present character pronunciation around the text? Something similar to how NSAttributedString can use kCTRubyAnnotationAttributeName?
Ideally, I would be able to pass some ruby encoded AttributedString to a SwiftUI Text view and it would know how to present the characters and the pronunciation (above, below, etc.)