RxCocoa-Texture icon indicating copy to clipboard operation
RxCocoa-Texture copied to clipboard

RxCocoa Extension Library for Texture.

Results 7 RxCocoa-Texture issues
Sort by recently updated
recently updated
newest added

Support Texture 3.x & RxSwift 6.x

When will Texture 3 and RxSwift 6.0 be supported?

texture version 3.0.0 please check this request

Texture just released version 3.0 yesterday, so need to update the podspec

good first issue

Hello @GeekTree0101 I'm using Carthage on my project (for build performance reasons). I noticed that while both `RxSwift` and `Texture` are supporting Carthage, `RxCocoa-Texture` isn't. Would it be a good...

enhancement

There is a typo in implementation of `didExitPreloadState` computed var. Instead of listening to `didExitPreloadState` method invocation it is listening to `didEnterPreloadState`: public var didExitPreloadState: ControlEvent { let source =...

looking for using several binder for texture like setting the background color to `ASDisplayNode`, is there any reason why you don't include it here? I will really happy to contribute...