I\'m building a Safari App Extension using XCode 8.3 and Swift 3, following the Safari App Extension Programming Guide. The extension includes a popover that appears when the ex
I did it by calling dismiss method like below
@IBAction func onLoginBtnClicked (_ sender: Any) { NSLog("Button clicked") self.dismiss(self) }