RxSwift Training②
NumbersViewController
① 足し算の箇所を掛け算にする
- StroyBoardの修正は不要
- result(UILLabel)に表示される内容を掛け算にする
SimpleValidationViewController
② Buttonタップ時に表示されるアラートのタイトルとメッセージを変更
- タイトル: Usernameのformの値
- Message: Passwordのformの値
share(replay: scope:)
② 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が返らないようにする
⑥ 考え中
validating
テキストと色を変更するvalidating ...
-> 確認中 ...
UIColor.black
-> UIColor.gray
validationg...
を表示しないようにするAuthor And Source
この問題について(RxSwift Training②), 我々は、より多くの情報をここで見つけました https://qiita.com/akihisasen/items/bab44b91c004f57ab7ad著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .