/ Published in: Objective C

Insert our text in IOS UIView with UILabel on screen
Expand |
Embed | Plain Text
// 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";
You need to login to post a comment.