SwiftUI translations and UIKit
Nothing new today, but a quick reminder:
Even if you don’t need to explicitly localize String
literals for Text
manually, you can still need to when passing Strings to UIAlertController
or other UIKit classes.
Of course. But sometimes I still forget while writing the code.