View Single Post
Old 11-12-2008, 09:22 AM   #2 (permalink)
sergiu.burlacu
Member
Default Avatar
 
Join Date: Oct 2008
Posts: 31
Default

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.
sergiu.burlacu is offline   Reply With Quote