How to show different images in same next viewcontroller when button is pressed.
When first button is pressed it should show one image and when second button is pressed it should show other image in second view controller.
It can be done by use three different view controller and using segue just avoid adding many view controller I want it do display in same view controller.
Thanks in advance.