Skip to content

Commit

Permalink
Merge pull request #2 from RxSwiftCommunity/main
Browse files Browse the repository at this point in the history
Compare merge
  • Loading branch information
keisukeYamagishi authored Oct 30, 2023
2 parents 2e91018 + 371cb81 commit ca976d8
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 ca976d8

Please sign in to comment.