DOAlertController icon indicating copy to clipboard operation
DOAlertController copied to clipboard

Touch outside the Alert to dismiss?

Open eeschimosu opened this issue 9 years ago • 1 comments

Is it possible to touch outside the box and the alert to dismiss at this poit?

eeschimosu avatar Nov 01 '15 22:11 eeschimosu

// Handle ContainerView tap gesture
func handleContainerViewTapGesture(sender: AnyObject) {

// cancel action let action = actions[cancelButtonTag - 1] as! DOAlertAction if (action.handler != nil) { action.handler(action) } self.dismissViewControllerAnimated(true, completion: nil) }

misuqian avatar Dec 23 '15 04:12 misuqian