iphone app custom images inside UILabel

Posted by Ayaz Alavi on Stack Overflow See other posts from Stack Overflow or by Ayaz Alavi
Published on 2010-06-01T08:18:04Z Indexed on 2010/06/01 8:53 UTC
Read the original article Hit count: 1135

Hi, I have got scenario where i would like to find where text in UILabel is ending and get its coordinates in terms of x and y. Then I need to insert image right after last word of UILabel text. This event will be fired when I click on particular image in app. How can I find what are the x and y of ending character of UILabel text?

Regards ayaz alavi

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c