typealias ActionHandler = (UIAlertAction) -> Void ... .map { payload in UIAlertAction(title: payload.0, style: payload.1, handler: payload.2) }.
確定! 回上一頁