Tags: IngmarStein/Monolingual
Tags
Fix Swift 4.2 name clash for dismiss() ``` /* Dismisses the viewController that was previously presented with the same animator that presented the viewController. This is the generic way to close a given viewController, no matter how it was presented. */ open func dismiss(_ viewController: NSViewController) /* Dismisses the receiver. If the receiver’s presenter is an NSViewController, it will be sent a -dismissViewController: message with this receiver as the parameter. Does nothing if the receiver is not currently presented. */ @IBAction open func dismiss(_ sender: Any?) ```
PreviousNext