I have a collection view cell on VC1 that contains, an imageView, a label and a button.
How can i send the image contained in the imageView on VC1 to an imageView in VC2 on the tap of that button?
I have a collection view cell on VC1 that contains, an imageView, a label and a button.
How can i send the image contained in the imageView on VC1 to an imageView in VC2 on the tap of that button?
You set UIImage objecte in VC2 and on push or present viewcontroler time vc2.image = vc1.imageview.image use than set UIImage on UIImageView on Viewdidload event