tags:

views:

186

answers:

1

I want to display portion of image not to display the total image.At first display the full image but after a delay time display the a portion of this image. I can not understand how can i do this. Like we can display portion of text by fixing the dimension of Label.But in case of image how can i do that using sprite or other.

A: 
[someImage drawInRect:CGRectMake(0, 0, 30, 30)];
cobbal
How can i use this answer.Using sprite or other.Can you please reply the detail about your answer.
Rana