RxSwiftCommunity / RxCocoa-Texture

RxCocoa Extension Library for Texture.
MIT License
100 stars 52 forks source link

RxSwift 5 #18

Closed grangej closed 4 years ago

grangej commented 5 years ago

When attempting to make this library compatible with RxSwift 5 I ended up having to rename the bind functions as they seem to conflict with RxRelay.

On my fork I was able to get this working by renaming all bind functions to asBind(xxxx)

Not sure if you have any other suggestions? If not I can go ahead and cleanup my code and create a PR for an RxSwift 5.x version off this library.

GeekTree0101 commented 4 years ago

Now RxCocoa-Texture supports RxSwift5.0 :)