I have select the Popoverviewcontroller
segue in storyboard
for IPad over UIBarbutton
to view controller.
When i select one time on the add button it displays the Popoverviewcontroller
, I want to dismiss the popover
when the Popoverviewcontroller
screen is present and user click the add button again.
It is working if user tab outside the Popoverviewcontroller
but it not working with the UIButton
which is connected with segue to popover view controller.