ios - How can I know where the location the last character in a multi line UILabel is placed -


i want render uiimageview moment after multi line uilabel has finished. examples of current state of app.. aka problem:

enter image description here

enter image description here

this may :

mylabel.text = @"one of earliest , deadly complaints kelvin rudd being leveled @ bill shorter"; [mylabel sizetofit]; //or use :- [mylabel sizethatfits:cgsizemake(width, height)]; 

due label size become fixed , can add image accordingly.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -