Created
February 21, 2019 14:50
-
-
Save yonivav/098342625cfb8e60b385265aba43291f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
viewModel.frame | |
.drive(onNext: { [weak self] rect in | |
UIView.animate(withDuration: 0.3) { [weak self] in | |
self?.frame = rect | |
} | |
}) | |
.disposed(by: disposeBag) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment