Skip to main content

uiimageview - Put UILabel text inside a tooltip-like UIImage -


i have been searching various ways put text on image. tried things this already, shows label separate object along image.

i want text on image (something transparent label text visible, don't know how objective c it).

this because image talking custom tooltip, , text variable, can't statically put there.

uiimageview - put uilabel text inside tooltip-like uiimage - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i have been searching various ways put text on image. tried things this already, shows label separate object along image.

i want text on image (something transparent label text visible, don't know how objective c it).

this because image talking custom tooltip, , text variable, can't statically put there.

share|improve question
    
you can use textview , disable userinteraction , set image in background of uitextview,it work according requirement ,i think so.try it.. :) – dhruv jul 7 '12 @ 7:41
    
thanks! have custom image (a thinking cloud, if have seen it) needs resizing per text. also, text needs wrapped properly. involved more estimated, put off whole idea :-( – nirav bhatt jul 12 '12 @ 14:53
    
check link : tirania.org/monomac//archive/2012/jan.html – dhruv jul 13 '12 @ 4:38

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -