Skip to content

[Feature] Support SharedSequenceConvertibleType extension about DriverSharingStrategy#14

Merged
GeekTree0101 merged 4 commits intomasterfrom
feature/Support-Driver-Binding
May 1, 2019
Merged

[Feature] Support SharedSequenceConvertibleType extension about DriverSharingStrategy#14
GeekTree0101 merged 4 commits intomasterfrom
feature/Support-Driver-Binding

Conversation

@GeekTree0101
Copy link
Member

New Feature

Now RxCocoa-Texture support SharedSequenceConvertibleType extension about DriverSharingStrategy

        Driver.just(url)
            .drive(imageNode2.rx.url, setNeedsLayout: self)
            .disposed(by: disposeBag)
        
        Driver.just(Optional<String>("optional test"))
            .drive(textNode2.rx.text(nil), setNeedsLayout: self)
            .disposed(by: disposeBag)

@OhKanghoon plz review this PR :) thank you

@GeekTree0101 GeekTree0101 added the enhancement New feature or request label Apr 30, 2019
@GeekTree0101 GeekTree0101 requested a review from OhKanghoon April 30, 2019 08:42
@GeekTree0101 GeekTree0101 changed the title Support SharedSequenceConvertibleType extension about DriverSharingStrategy [Feature] Support SharedSequenceConvertibleType extension about DriverSharingStrategy Apr 30, 2019
@GeekTree0101 GeekTree0101 merged commit 6c32fe6 into master May 1, 2019
@GeekTree0101 GeekTree0101 deleted the feature/Support-Driver-Binding branch May 1, 2019 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants