objective c - Draw new UIImage from old UIImage -
i have uiimage bellow
i want draw new image bove image video icon , video duration
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
Post a Comment