/ Published in: Objective C
Insert our text in IOS UIView with UILabel on screen
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// 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";