Add a label to your screen and type ABCD as the title in storyboard.
OR
Type ABCD in the title field of InterfaceController in storyboard.
Now, set the label's title to "abcd" OR InterfaceController's title to "abcd" in code.
Launch the app and you will see the text as "ABCD" right before it becomes "abcd".
I couldn't find a way to change the text before anything is shown on the screen.
If I delete the text in interface builder, it may be a hack as the previous text will be empty.. but it becomes harder to maintain it, understand it later I open it. This is not limited to labels, but also buttons, etc.. So every UI element shows something else before I set it to another thing..
Am I doing something wrong or isn't this possible? (as there is no willAppear method)