Commit Graph

30 Commits

Author SHA1 Message Date
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
Ash Furrow 731e69a680 Adds UILabel rx_attributedText. 2015-11-18 08:20:03 -05: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 c5d22b7bc4 Merge pull request #243 from larslockefeer/master
Added tvOS specific extension for UIButton
2015-11-09 22:46:25 +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 e52b2c9449 Changes `AnonymousObservable` access modifier to `private`. 2015-11-02 10:31:38 +01:00
Krunoslav Zaher 451c2be94e Adds additional `UITableView` and `UICollectionView` unit tests. 2015-10-30 23:58:18 +01: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 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
Greg Pardo a5f0b4fcaf References #193 Allows for nil on focus (Focus can be elsewhere) 2015-10-15 10:36:35 -04:00
Greg Pardo cc62e2d7ee References #193 about adding tvOS focused rx_ helpers to UICollectionView 2015-10-14 18:40:51 -07: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
Daniel Tartaglia 596b9d9074 Add rx_enabled to UIBarButtonItem extension 2015-09-14 07:16:20 -04:00
Krunoslav Zaher 964d44d733 Documentation and interface cleanup. 2015-09-09 11:29:39 +02:00
Krunoslav Zaher c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher 12089a017c Moves from `send*` to `.on` 2015-09-01 12:54:44 +02:00
Krunoslav Zaher a4219416cd Introduces new units `ControlProperty` and `ControlEvent`. 2015-08-31 22:01:07 +02:00
Syo Ikeda 77fc2b422d Remove Box references in enums
Those are not used/necessary any more in Swift 2.
2015-08-28 16:08:52 +09:00
Krunoslav Zaher 756a507db7 Fixed `UIBarButtonItem` with Swift 2.0 2015-08-24 11:41:32 +02:00
Krunoslav Zaher 9c893e75f4 Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`. 2015-08-24 00:06:52 +02:00