Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 authored Apr 12, 2019
1 parent 10f33d2 commit 426064f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ it, simply add the following line to your Podfile:
pod 'RxBinding'
```

If you want to use the operators in the all files of your project, judt import with `@_expoerted`.

```Swift
@_exported import RxBinding
```

#### Usage of `~>`

The type of `text` is `Observable<String?>` and the type of `label.rx.text` is `Binder<String?>`.
Expand Down

0 comments on commit 426064f

Please sign in to comment.