I want to add more text behind UILabel in iOS.
In other languages, we can add the following like:
String s += textBox.text;
We can use the sign (+ =) in other languages.
In Objective-C, I don't know how to add to the label.
Please help me.
source
to share