Skip to content

Commit

Permalink
Merge pull request #60 from keisukeYamagishi/fix/find-typo-at-sample-app
Browse files Browse the repository at this point in the history
Find typo at Sample app㊗️
  • Loading branch information
keisukeYamagishi authored Oct 27, 2023
2 parents 2e91018 + b1afec6 commit 371cb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxAlertExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")])
Expand Down

0 comments on commit 371cb81

Please sign in to comment.