Instance Method
okPressed(_:)okPressed:okPressed_
Default OK action; implementation does nothing.
Declaration
@IBAction func okPressed(_ sender: Any)Declaration
- (void) okPressed:(id) sender;Declaration
okPressed_(sender: object)Instance Method
Default OK action; implementation does nothing.
@IBAction func okPressed(_ sender: Any)- (void) okPressed:(id) sender;okPressed_(sender: object)