I made a table where I used the customcell in the table.
In the cell there are two buttons.
- Detail
- Available.
When a user clicks the detail button I want the thumb image to appear in the Imageview of the selected row(cell) to the other view.
When a user clicks the button the user is pushed to another view.
Please help me; how do I get the thumb image into other UIViewcontroller?
In the other UIViewController that you are pushing, add a UIImageView to the XIB file of your view and link it up to something like this:
Then when you are pushing your view, set your UIImageView after you push the new view controller.