I am displaying a long string using UILabel with UILineBreakModeWordWrap, It showing string perfectly by wrapping text in UILabel.
I want to access last line of UILabel.
Anyone has idea how to this in iPhone.
Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
So I tried some stuff and searched a little around. What you wuld actually need is to count the word wraps and somehow detect the last string. But I didnt really figuere out how to do that. So my sollution is something like this: Your String
Your Label:
The call this Method:
And The Method
Output:
I know this is not a perfect sollution, but it might help you. |
|||
|
|