How to check if there is an image present in the image view?
Posted
by Warrior
on Stack Overflow
See other posts from Stack Overflow
or by Warrior
Published on 2010-04-30T10:45:46Z
Indexed on
2010/04/30
10:47 UTC
Read the original article
Hit count: 162
iphone
|uiimageview
I am new to iphone development. I want to check for a condition whether the image is present in the image view? I have created a image view such as
UIImageView *subview = [[UIImageView alloc] initWithFrame:CGRectMake(10.0f, 6.0f,50.0f, 50.0f)];
How to check whether the image is present in the image view?Please help me out.Thanks.
© Stack Overflow or respective owner