i have an UIImage like bellow

i want to draw a new image from the bove image like video icon and video duration
can any one help to draw code like above or refer any blog thx.. in advance
|
i have an UIImage like bellow i want to draw a new image from the bove image like video icon and video duration can any one help to draw code like above or refer any blog thx.. in advance |
|||
|
|
if you have a UIImageView *myImage, you can do this:
Hope i understood your question. |
|||
|
|
|
But still, if you want to display the image in the iphone like a preview screen or something, just create a custom uiview with 2 uiimageview for the image and the camera thingy with the bottom border, and one textlable for the duration. then you can jut update this label depending on the duration of whatever image/video duration. |
|||
|
|