I placed an UIImageView,on the imageView UIView is placed.If I touch on that view some which i touched have to be removed at that time we will see the some part of image(this is my requirement).So please tell me in which way i will do
Thanks in advance
I placed an UIImageView,on the imageView UIView is placed.If I touch on that view
Share
As far as I understood from your hints above, You may use NSValue to store CGPoint and CGRect in collection. Check out the link below, you may get idea or may be that could be helpful.
http://iosdevelopertips.com/cocoa/storing-cgpoint-cgsize-and-cgrect-in-collections-with-nsvalue.html