📔 100 Days of SwiftUI (Day 29)
Completed Day 29 in 100 Days of SwiftUI.
This section continues our journey with SwiftUI to build more common elements into apps such as: how to present data with static and dynamic data using List, load files and other objects within the app bundle directory using Bundle, and use the spell checker on words with UITextChecker.
UITextChecker
is an Objective-C class originally built for UIKit. This is my first experience in working UIKit-based classes through a Swift API. Fortunately, the class is available through SwiftUI without importing UIKit.