objective c - Draw new UIImage from old UIImage -


i have uiimage bellow
enter image description here

i want draw new image bove image video icon , video duration
enter image description here

can 1 draw code above or refer blog thx.. in advance

if have uiimageview *myimage, can this:

uilabel *mylabel = [[uilabel alloc] initwithframe:cgrectmake(x,y,w,h)]; mylabel.text = yourstring; mylabel.backgroundcolor = [uicolor colorwithred:0 green:0 blue:0 alpha:0.2];  [myimage addsubview:mylabel];  [mylabel release]; 

hope understood question.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -