I am developing an iOS app using XCode 4.2
I have a UIImage variable and I am trying to load it in a UIImageView by simply saying imgView=image
but I am getting an error saying :
expected identifier or '('
can someone please assist
thank you
Edited :
I tried the following code :
imgView.image=image;
I am getting this error :
Property 'image' not found on object of type 'imgView'