Hi I am getting this error on my code, I have no clue how to fix it .
Suggestions and answers would be awesome. Thanks :D
Very much understood from the error that you are pointing UIImage
to UIImageview
that is not compatible. So You need to use the property image
of UIImageview
as follows:
[editViewController.chosenImage setImage:self.Image];