I am developing one application.In that i am using the imageviews.SO before changeing the UIImageview image I need to take that image in UIimage obejct and compare with another UIImage object for finding both are sam or not. So please tell me how to do that one.
I am developing one application.In that i am using the imageviews .SO before changeing
Share
One way is to convert them to image data first, and then compare that.