Skip to content

Instantly share code, notes, and snippets.

@mehdok
Created December 8, 2018 09:34
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 mehdok/5208bbee5b2131dffa1b4c5afe2de80f to your computer and use it in GitHub Desktop.
Save mehdok/5208bbee5b2131dffa1b4c5afe2de80f to your computer and use it in GitHub Desktop.
public var rx_startLoading: AnyObserver<Bool> {
return Binder(self, binding: { [weak self] (view, visible) in
self?.showLoaingLayer(show: visible)
}).asObserver()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment