I am trying to build an iOS app with Japanese text and I want to display some Furigana over my Kanji. Meaning I need to show ruby text.
I am using SwiftUI and have absolutely zero knowledge of UIKit.
I have read that there are some ways to make this possible in UIKit, however I am still a rookie that started with SwiftUI and still have a lot to learn.
So my question is: is it even possible in SwiftUI? If not, is there a way to connect something from UIKit to make this work?
Thanks a lot in advance! Have a wonderful day :)