Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 authored Jan 17, 2021
1 parent 8bbfedc commit b8d2742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ The following lifecycle signal can be accessed from view model directly.
- `viewDidAppear: Observable<Void>`
- `viewWillDisappear: Observable<Void>`
- `viewDidDisappear: Observable<Void>`
- `viewDidLayoutSubview: Observable<Void>`
- `viewWillLayoutSubviews: Observable<Void>`
- `viewSafeAreaInsetsDidChange: Observable<Void>`

### Exchange data among parent and child view models

Expand Down

0 comments on commit b8d2742

Please sign in to comment.