Reputation: 3617
I have an overlay view placed on camera view controller. The overlay view has a button on it. How to detect click event on the button and display a new modal view controller on that button click... Please help.
Upvotes: 0
Views: 490
Reputation: 10379
Connect the button's target to a selector as you would do with any other button.
Upvotes: 1