UIElement

Swift 4: Adding new UI Elements to the Main.strings file, which Xcode auto-generates for you

When you are ready to localize your App, Xcode will auto-generate a Main.strings file for your Main Storboard. In that file every element of the User Interface (labels & more) are listed in the following format: /* Class = “UILabel”; text = “Subtitle”; ObjectID = “y5E-9n-LU8”; */ “y5E-9n-LU8.text” = “Untertitel”; That’s a pretty awesome format, […]

Scroll to top