I have a really simple Startscreen in the storyboard with a UILabel and a Button. No classfiles are yet needed and would like to avoid having two extra files just for setting one UILabel in viewdidload.
Is there a way to set the Label directly in the storyboard? Like for example select the UILabel and write in the title tab NSLocalizedString(@”startlabel”, nil) ?
Many thanks in advance for your help
You can create outlets for
UILabelandUIButtonand then programatically change titles:and don’t forget to create
Localizable.stringsfiles where you can specify your translations