From b1afec673db155ed95b5b92dc488a1babb41d9ea Mon Sep 17 00:00:00 2001 From: keisukeYamagishi Date: Fri, 27 Oct 2023 14:58:55 +0900 Subject: [PATCH] =?UTF-8?q?Find=20typo=20at=20Sample=20app=E3=8A=97?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RxAlertExample/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxAlertExample/ViewController.swift b/RxAlertExample/ViewController.swift index 0fb1f16..d394008 100644 --- a/RxAlertExample/ViewController.swift +++ b/RxAlertExample/ViewController.swift @@ -149,7 +149,7 @@ extension ViewController: UITableViewDelegate { textField2.keyboardType = .twitter textField2.isSecureTextEntry = true rx.alert(title: "RxAlert UITextField", - message: "RxAlert UItextField MEssage", + message: "RxAlert UItextField Message", actions: [AlertAction(title: "OK", type: 0, style: .default), AlertAction(textField: UITextField(), placeholder: "user name"), AlertAction(textField: textField2, placeholder: "password")])