Commit Graph

93 Commits

Author SHA1 Message Date
freak4pc
cce64b8861 Address PR comments by @kzaher 2019-04-07 10:17:49 +02:00
freak4pc
e0930843a2 Update playground and project to Swift 5 2019-04-07 10:17:49 +02:00
freak4pc
62419d6648 Playground: Working with Subjects, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
dbbb81115e Playground: Transforming Operations, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
18dfb88792 Playground: Mathematical and Aggregate, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
388ddd9c5d Playground: Contents, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
9f92a8d26a Playground: Combining Operators, Remove Variable 2018-08-21 13:22:04 +02:00
Krunoslav Zaher
facd20b25a
Moves TryYourself playground to the top. 2017-10-15 21:47:03 +02:00
Krunoslav Zaher
81153b72f8
Fixes playgrounds. 2017-07-15 17:58:50 +02:00
Suyeol Jeon
f86e0b983a Add Playground page 2017-04-28 10:22:17 +02:00
Sammy Gutierrez
f8d41e675e Fix playground link to RxSwift.Resources.total 2017-04-28 10:21:53 +02:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Andyy Hope
4e2498a4d9 Update changed all project uses of old Disposable API to new API 2017-01-22 22:37:30 +11:00
Ole Begemann
373cb60d92 Playground: fix wording 2017-01-16 16:34:34 +01:00
Weihang Lo
b7b7e8725a Update SupportCode of Rx.playground 2016-12-14 23:10:49 +08:00
Scott Gardner
d340d395f8 Fix playground page ordering 2016-11-04 06:19:16 -05:00
Daniel Jalkut
eab32bbd88 Looks like one "OSX" change didn't make the change to "macOS" 2016-10-24 08:48:15 -04:00
Krunoslav Zaher
a2aeef6f9a Renames OSX to macOS. 2016-10-20 00:20:19 +02:00
Krunoslav Zaher
5901064440 Renames resourceCount to Resources.count. 2016-10-15 22:17:47 +02:00
Krunoslav Zaher
0ec0e6b924 Fixes playgrounds warnings. 2016-10-13 13:13:55 +02:00
Krunoslav Zaher
72122e3e43 Updates documentation for 3.0.0.alpha.1 2016-08-21 18:40:08 +02:00
Krunoslav Zaher
24c4587b51 Fixes playgrounds. 2016-08-21 03:27:07 +02:00
Mo Ramezanpoor
fcf8e4d092 WIP: Updates code for Xcode 8 beta 6 using the migrator with manual auditing.
The code doesn’t compile yet.
2016-08-16 14:00:14 +01:00
Mo Ramezanpoor
1fe15bb9da Replaces all calls to NopDisposable.instance with Disposables.create(). 2016-08-10 14:47:53 +01:00
Krunoslav Zaher
aef4e69339 Modernizes APIs. 2016-08-07 20:14:19 +02:00
Krunoslav Zaher
58e427b045 Fixes playgrounds compilation issues. 2016-08-04 11:53:19 +02:00
Yuki Nagai
7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher
c844b6bdb3 Merge branch 'develop' into swift-3.0 2016-08-01 10:46:20 +02:00
Raphael Silva
40eb452040 Update Contents.swift
Typo fixed - it was missing the `ed` in called.
2016-07-28 18:06:29 -03:00
Krunoslav Zaher
f3f2b0e083 Updates to Swift 3.0 2016-07-22 22:34:34 +02:00
Jamie Pinkham
5a9f47262a Merge branch 'upstream-develop' into swift-3.0
# Conflicts:
#	RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
#	RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
#	RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham
c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Scott Gardner
ab4c845d46 Minor update to Rx.playground 2016-06-08 06:44:00 -05:00
Ben Shewmake
0514c03963 Added two additional examples to Filtering and Conditional Operators: "single with conditions".
Per suggestion by @scotteg, two additional examples were added to cover the following use cases:

* A successful matching case of exactly one element
* An error when repeated elements are observed
2016-06-07 19:42:05 -06:00
Ben Shewmake
db62a3cf3f Added changed '.subscribe' to '.subscribeNext' to alleviate error output in debug console. 2016-05-27 17:57:09 -06:00
闻端Carl
607ebfbf3d Fix Demo
The output is of "concat example" is :  

Next(🍎)
Next(🍐)
Next(🍊)
Next(🐱)
Next(🐭)

If people do not use 'concat()', the result is the same, the demo cannot show the effect of 'concat()', which is "waiting for each sequence to terminate successfully before emitting elements from the next sequence"

so I add one line code for better demonstration.
2016-05-19 23:24:35 +08:00
Scott Gardner
aca9950fdc Add missing Next link 2016-05-14 16:54:54 -05:00
Scott Gardner
84c42e6dd6 Split Error Handling and Debugging Operators into separate pages 2016-05-14 16:50:47 -05:00
Scott Gardner
990c967052 Add missing dividers between examples 2016-05-14 13:23:57 -05:00
Scott Gardner
52005f4096 Disable RxSwift.resourceCount example outside of playground 2016-05-14 12:34:18 -05:00
Scott Gardner
3efaeac3ad Rename Debugging_and_Error_Handling_Operators to Error_Handling_and_Debugging_Operators and update 2016-05-14 06:56:55 -05:00
Scott Gardner
e0923c9f0c Move Test Error to SupportCode 2016-05-13 19:03:18 -05:00
Scott Gardner
964f5be0d6 Update Connectable Operators 2016-05-13 17:39:51 -05:00
Scott Gardner
632e8ce154 Update Connectable Operators 2016-05-13 17:25:03 -05:00
Scott Gardner
6a1346c5c7 Update SupportCode 2016-05-13 17:24:51 -05:00
Scott Gardner
8b63f25fe1 Update Mathematical and Aggregate Operators 2016-05-13 15:46:04 -05:00
Scott Gardner
4046c1163c Update skipUntil example 2016-05-13 14:49:00 -05:00
Scott Gardner
4b03165635 Combine Filtering and Conditional Operators pages 2016-05-13 14:47:19 -05:00
Scott Gardner
38dec119e9 Update Combining Operators and move before Transforming Operators 2016-05-13 14:01:43 -05:00
Scott Gardner
a68c07beb5 Update Filtering Operators 2016-05-13 11:28:07 -05:00