In Xcode 5, why don't UITextViews display their text in Interface Builder? In Xcode 5, why don't UITextViews display their text in Interface Builder? xcode xcode

In Xcode 5, why don't UITextViews display their text in Interface Builder?


If you double tap your UITextFields in the interface builder you can edit the text, which will be displayed in your Storyboard. But if the text of your UITextField is set programatically the text will not be displayed in the Interface builder.