is it possible to have an UILabel like this?
TITLE_LABEL long description label \n
that end in like this
I hope you understand what i mean. Sorry, but i’m italian 🙂
TITLE_LABEL is one label with certain format.
long description label is an UILabel that start at the end of TITLE_LABEL, its size will be TITLE_LABEL.frame.size.width + some pixels and when spaces in label finish, text continue under TITLE_LABEL with left alignment.
Thanks
The solution is one only : use a web view.