devxoul / Drrrible

Dribbble for iOS using ReactorKit
https://itunes.apple.com/us/app/drrrible/id1229592223?mt=8
MIT License
518 stars 49 forks source link

Rxswift deprecations #2

Closed reejosamuel closed 7 years ago

reejosamuel commented 7 years ago

Running the project threw a lot of deprecations, decided to save all of us some time. Update bindTo(inst) to bind(to: inst) Update addDisposableTo(inst) to disposed(by: inst)