0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

RxSwift Training②

Posted at

NumbersViewController

① 足し算の箇所を掛け算にする

  • StroyBoardの修正は不要
  • result(UILLabel)に表示される内容を掛け算にする

SimpleValidationViewController

② Buttonタップ時に表示されるアラートのタイトルとメッセージを変更

  • タイトル: Usernameのformの値
  • Message: Passwordのformの値

share(replay: scope:)

下記を参考に
https://medium.com/gett-engineering/rxswift-share-ing-is-caring-341557714a2d

③ share(replay: 1) -> share()に変えたらどうなるか?

GitHubSignupViewController1

④ usernameValidationOutletに表示される validating テキストと色を変更する

  • テキスト: validating ... -> 確認中 ...
  • カラー: UIColor.black -> UIColor.gray

⑤ usernameOutletに入力をしたときに表示される validationg... を表示しないようにする

  • VCのロジックはいじらない。VMからvalidationgが返らないようにする

⑥ 考え中

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?