iOSDev
iOSDev

Reputation: 3617

Detect click event on UIButton placed on camera overlay view

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

Answers (1)

tobiasbayer
tobiasbayer

Reputation: 10379

Connect the button's target to a selector as you would do with any other button.

Upvotes: 1

Related Questions