Skip to content

Instantly share code, notes, and snippets.

@yonivav
Created February 21, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonivav/098342625cfb8e60b385265aba43291f to your computer and use it in GitHub Desktop.
Save yonivav/098342625cfb8e60b385265aba43291f to your computer and use it in GitHub Desktop.
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