Adds explanation to how to run the examples in `ConnectableObservableOperators` playground.

This commit is contained in:
Krunoslav Zaher 2016-02-20 12:19:02 +01:00
parent e05e527111
commit f9728a858f
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
import RxSwift
/*:
## Below every example there is a commented method call that runs that example. To run the example just uncomment that part.
E.g. `//sampleWithoutConnectableOperators()`
*/
/*:
## Connectable Observable Operators