Skip to content

[Feature] Support ASTextNode2 Extension#15

Merged
OhKanghoon merged 2 commits intomasterfrom
feature/ASTextNode2-Extension
Apr 30, 2019
Merged

[Feature] Support ASTextNode2 Extension#15
OhKanghoon merged 2 commits intomasterfrom
feature/ASTextNode2-Extension

Conversation

@GeekTree0101
Copy link
Member

New Feature!

Now RxCocoa-Texture support ASTextNode2 extension
Be careful use AS_ENABLE_TEXTNODE preprocessor definition (default is YES)
Usage is equal with ASTextNode :)

let textNode1 = ASTextNode2()
let disposeBag = DisposeBag()
            
Observable.just("apple")
                   .bind(to: textNode1.rx.text([:]))
                   .disposed(by: disposeBag)

@GeekTree0101 GeekTree0101 added the enhancement New feature or request label Apr 30, 2019
@GeekTree0101 GeekTree0101 requested a review from OhKanghoon April 30, 2019 09:15
Copy link
Member

@OhKanghoon OhKanghoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@OhKanghoon OhKanghoon merged commit e34ec18 into master Apr 30, 2019
@OhKanghoon OhKanghoon deleted the feature/ASTextNode2-Extension branch April 30, 2019 09:40
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.

2 participants