persidskiy
39f7ea1475
Add rx_animating to UIActivityIndicatorView
2015-12-03 15:29:50 +03:00
Krunoslav Zaher
63127838ec
Makes `rx_modelSelected` more user friendly and removes MVVM from Wikipedia search example.
2015-11-28 11:59:49 +01:00
Rui Peres
36ec974b9c
Rogue extra space
2015-11-21 19:27:50 +00:00
Rui Peres
1f76dfcae4
No need for force unwrap
2015-11-21 19:26:50 +00:00
Ash Furrow
731e69a680
Adds UILabel rx_attributedText.
2015-11-18 08:20:03 -05:00
Krunoslav Zaher
0a1a07384d
Merge pull request #258 from ReactiveX/feature/kvo_revamp
...
KVO revamp.
2015-11-15 23:22:13 +01:00
Krunoslav Zaher
7d3387989d
Adds `flatMapLatest` to `Driver` unit.
2015-11-15 23:21:39 +01:00
Krunoslav Zaher
90dad761a2
Fixes warnings in example app.
2015-11-15 13:11:21 +01:00
Krunoslav Zaher
a269a42a38
KVO revamp.
2015-11-14 15:34:08 +01:00
Daniel Tartaglia
e6f79b510f
Update UIImageView+Rx.swift
2015-11-11 20:39:58 -05:00
Krunoslav Zaher
ce5b31b8a9
Renames `rx_tap` to `rx_primaryAction` on `UIButton` for `tvOS` and adds it to unit tests.
2015-11-09 23:06:37 +01:00
Krunoslav Zaher
93f9e2de54
Merge branch 'develop' of github.com:kzaher/RxSwift into develop
2015-11-09 22:47:12 +01:00
Krunoslav Zaher
c5d22b7bc4
Merge pull request #243 from larslockefeer/master
...
Added tvOS specific extension for UIButton
2015-11-09 22:46:25 +01:00
Krunoslav Zaher
15ad7ead1d
Deprecates KVO wrappers that don't accept type as first operator and adds overloads that do.
2015-11-09 12:15:24 +01:00
Lars Lockefeer
a9d445c2cd
Added tvOS specific extension for UIButton
...
This extension registers for the `PrimaryActionTriggered` event, rather than the `TouchUpInside` event, to ensure `rx_tap` works as expected.
2015-11-09 08:24:11 +01:00
Krunoslav Zaher
9fa53a6bb3
Transforms `NSError`s across projects into Swift enums that inherit from `ErrorType`.
2015-11-09 00:44:59 +01:00
Krunoslav Zaher
5293690a61
Updates bundle version to 2.0.0.
2015-11-02 10:36:14 +01:00
Krunoslav Zaher
e52b2c9449
Changes `AnonymousObservable` access modifier to `private`.
2015-11-02 10:31:38 +01:00
Krunoslav Zaher
a1cd43dfe8
Updates documentation.
2015-11-02 10:17:39 +01:00
Krunoslav Zaher
26a34c4ac3
Makes `Producer` internal.
2015-11-01 20:40:07 +01:00
Krunoslav Zaher
0f50808bc6
Adds `withLatestFrom` to `Driver`.
2015-11-01 20:35:38 +01:00
Krunoslav Zaher
451c2be94e
Adds additional `UITableView` and `UICollectionView` unit tests.
2015-10-30 23:58:18 +01:00
David Potter
a701d79a0f
Fix warnings due to use in app extensions and to Xcode updates.
...
Xcode gives two warnings when including the Rx project and building in an app.
1. The first is due to use in a component that will be used in an extension. Xcode displays the message “linking against dylib not safe for use in application extensions”. To configure an app extension target to use an embedded framework, set the target’s “Require Only App-Extension-Safe API” build setting to Yes.
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
2. The second is due to changes in Xcode that want to update the project file to comply with the latest guidelines. Clicking the warning brings up a prompt to modify the project.
2015-10-29 15:16:56 -07:00
Krunoslav Zaher
24062521b5
Adds unused warnings.
2015-10-19 21:59:31 +02:00
Krunoslav Zaher
fcd63dafb8
Moves `subscribeOn` out of `Driver` unit.
2015-10-19 19:59:27 +02:00
Krunoslav Zaher
060a57d6c4
Changes `subscribeOn` scheduler to `ConcurrentMainScheduler`.
2015-10-19 03:11:12 +02:00
Krunoslav Zaher
63a60b359b
Adds `ConcurrentMainScheduler` and `ImmediateScheduler`.
2015-10-19 02:31:16 +02:00
Krunoslav Zaher
e3efcbb8f5
Reduces code duplication for `UITableView` and `UICollectionView`.
2015-10-19 01:15:09 +02:00
Krunoslav Zaher
e22cf3dfb8
Adds RxCocoa unit tests.
2015-10-19 00:55:41 +02:00
Krunoslav Zaher
29b73836b9
Merge pull request #197 from gregpardo/develop
...
Adds rx_ extensions for UICollectionView focus for tvOS
2015-10-19 00:38:44 +02:00
Greg Pardo
0534aa983a
#193 Only implement essential functions as per kzaher's suggestions
2015-10-18 10:23:53 -07:00
Krunoslav Zaher
8251954b7b
Changes `Driver` extensions to `DriverConvertibleType` extensions.
2015-10-18 18:20:21 +02:00
Krunoslav Zaher
a991cad152
Adds `ActivityIndicator`.
2015-10-18 17:19:50 +02:00
Krunoslav Zaher
6dc7f2e4a6
Rename `ObserverOf` to `AnyObserver`.
2015-10-17 12:15:37 +02:00
Greg Pardo
0fce5c89d4
#193 Implement suggestions to add some helper rx models
2015-10-16 15:20:13 -04:00
Krunoslav Zaher
4872a62f21
Fixes error wording.
2015-10-16 21:19:53 +02:00
Krunoslav Zaher
f9b19afd10
Adds unit tests for `Driver` unit.
2015-10-15 23:30:48 +02:00
Krunoslav Zaher
eba73eec26
Adds `Zip` and `CombineLatest` to `Driver` unit.
2015-10-15 23:30:48 +02:00
Krunoslav Zaher
89d9094521
Moves `subscribeOn` from `Driver` to `ControlProperty`.
2015-10-15 23:30:47 +02:00
Krunoslav Zaher
2958e0a796
Prototype of units.
2015-10-15 23:30:47 +02:00
Greg Pardo
a5f0b4fcaf
References #193 Allows for nil on focus (Focus can be elsewhere)
2015-10-15 10:36:35 -04:00
Greg Pardo
327f5ef945
Merge branch 'master' into develop
2015-10-15 10:25:50 -04:00
Greg Pardo
cc62e2d7ee
References #193 about adding tvOS focused rx_ helpers to UICollectionView
2015-10-14 18:40:51 -07:00
Yoshinori Sano
978b4eb629
Fix outdated comments on UISearchBar's rx_searchText property.
2015-10-09 09:15:59 +09:00
Krunoslav Zaher
059e3ca3ab
Adds watchOS targets and at least tests building targets.
2015-09-30 14:02:41 +02:00
yury
4823443a9b
Add tvOS targets
2015-09-28 23:03:59 +03:00
yury
9917402001
Use array literal for option sets
2015-09-26 18:38:41 +03:00
tokorom
ab954ddd51
Add UIStepper+Rx
2015-09-25 13:05:51 +09:00
Orta Therox
ebd89c3883
[tvOS] adds support for tvOS in RxCocoa
2015-09-22 10:43:35 +01:00
Kyle Fang
8d88a662a9
Add data to error response
2015-09-21 08:30:06 +08:00