Return to Snippet

Revision: 64952
at October 8, 2013 22:19 by ferlom


Initial Code
// UILabel´s property text with owner text
// It´s necessary to exist a UILabel with *label name in the UIView

label.text = @"Text to insert";

Initial URL


Initial Description
Insert our text in IOS UIView with UILabel on screen

Initial Title
Label with Owner Text

Initial Tags
text, ios

Initial Language
Objective C