If I have a UILabel of a certain size, with line break mode set to WordWrap and numberOfLines = 0 (so it grows depending on the amount of text), is there a way to determine what characters are on each line of the label?
So if i have the text "All People Seem To Need Data Processing" as text on the label, and assuming it displays like this on screen
All People
Seem To
Need Data
Processin
g
is there a way to know the text on each line? or the width of each line?
Line 1 : All People
Line 2 : Seem To
Line 3 : Need Data
Line 4 : Processin
Line 5 : g