Hi Nickel,
Any iPhone app has an UIView at it's base, the UIView does not have the property to display text it does not know how to.
Instead use an UILabel/UITextViewController anything with a text property to add on your UIView.
And when you press the button you should tell your label/controller to display the text.
Regards,
Sergiu.
|