I have to do the following calculation:
I have to count how many characters may be put in one line of UILabel(with spaces). In my app I have big text and I have to count how many characters of this text may be put in the first line of UILabel.
I've found different similar solution, for example how to count number of rows in UILabel, etc. But I can't find anything according to my question, could you please help me?