Is there a way to break the text in a UILabel at a specific character say ";" ??
UILabel
I don't want it to be broken with Word Wrap or character Wrap.
Sure, just replace all the occurrences of ";" with ";\n" before you show the string.