Commit Graph

358 Commits

Author SHA1 Message Date
Krunoslav Zaher f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Krunoslav Zaher e20ac5fbb7 Adds simple data source usage examples in inline docs. 2016-07-04 01:42:26 +02:00
Krunoslav Zaher f95b1ed122 Unit tests, documents and improves data source/delegate interfaces. 2016-07-04 01:02:08 +02:00
Krunoslav Zaher e730955869 Merge pull request #770 from tonyarnold/fix/static-analysis-issues
Resolve minor static analysis issues
2016-06-29 13:37:57 +02:00
Tony Arnold e4219c8423 Add RX_CATCH_ERROR macro to work around implicit nullable state of NSError parameters in Objective-C methods 2016-06-29 10:59:13 +10:00
Tony Arnold c50efe34c7 Initialise targetClass to NULL to silence a static analysis issue 2016-06-28 13:17:17 +10:00
林達也 fc0fdb4850 Change _forwardToDelegate to weak reference 2016-06-27 23:31:38 +09:00
Krunoslav Zaher 933cb02cb0 Adds `UIButton.setTitle` extensions to tvOS. 2016-06-26 14:37:10 +02:00
Krunoslav Zaher 7a15347943 Adds UIButton.setTitle(:forState:) extensions. 2016-06-24 23:11:08 +02:00
Krunoslav Zaher 9b1583f2e3 Merge pull request #751 from brentleyjones/swift-rand
Replace `rand` with `arc4random`
2016-06-17 12:15:28 +02:00
Brentley Jones 079ab269c0 Replace `rand` with `arc4random`
Swift 2.3 won't compile with `rand`.
2016-06-16 16:04:25 -07:00
Krunoslav Zaher 8797a05a0e Improves `drive` documentation. 2016-06-15 23:05:21 +02:00
Krunoslav Zaher 49ccdac810 Merge pull request #717 from solidcell/tab-bar-delegate-proxy
UITabBar delegate proxy
2016-06-10 11:34:40 +02:00
Jesse Farless 7c706713b5 Rename delegate methods to remove 'Item' suffix 2016-06-08 11:46:15 +02:00
Suyeol Jeon e291bff0f0 Add UIScrollView.rx_scrollEnabled 2016-06-08 04:12:53 +09:00
Krunoslav Zaher a9fafcee41 Merge pull request #721 from kylef/kylef/rx_title
Add rx_title to UIViewController
2016-05-31 21:35:48 +02:00
Krunoslav Zaher 52c6e6dc31 Improves version checking logic. #707 2016-05-31 21:33:38 +02:00
Kyle Fuller aba717b642 Add rx_title to UIViewController 2016-05-30 09:19:26 -07:00
Jesse Farless 75d1983afc Add RxTabBarDelegateProxy and UITabBar+Rx with delegate methods 2016-05-28 14:27:19 +02:00
Krunoslav Zaher a5f1d1eef7 Merge branch 'feature/uialert-action' of git://github.com/AndrewSB/RxSwift into AndrewSB-feature/uialert-action 2016-05-27 23:24:50 +02:00
Krunoslav Zaher e902c8b7f6 Merge remote-tracking branch 'origin/develop' into develop 2016-05-27 22:34:36 +02:00
Krunoslav Zaher 38f5eb210f Merge branch 'uipagecontrol-add-rx' of git://github.com/punty/RxSwift into punty-uipagecontrol-add-rx 2016-05-27 22:34:01 +02:00
Krunoslav Zaher 31ebe46a16 Merge pull request #710 from larryonoff/bugfix/fix-typo
fix typo
2016-05-25 14:17:07 +02:00
Ilya Laryionau 3693809b34 fix typo 2016-05-22 22:58:49 +02:00
Krunoslav Zaher eda25e28ff Simplifies sectioned view extensions. 2016-05-20 22:34:13 +02:00
Krunoslav Zaher b1dd82e831 Merge branch 'UIPickerView+Rx' of git://github.com/sergdort/RxSwift into sergdort-UIPickerView+Rx 2016-05-18 22:14:45 +02:00
Krunoslav Zaher 3aa3850a74 Makes `NSTextField` implement `RxTextInput`. 2016-05-15 18:28:31 +02:00
Krunoslav Zaher aed5ac864a Improves delegate proxy messaging. #675 2016-05-15 18:28:31 +02:00
Jesse Farless 8a5e303af9 Improve language in comment 2016-05-14 10:47:04 +02:00
Jesse Farless f4ddfbda39 Use new Swift selector syntax in comment 2016-05-14 10:46:38 +02:00
Jesse Farless 5a26b2bc74 Update comment to use new non-deprecated method 2016-05-14 10:45:24 +02:00
Jesse Farless 665d9c7fbc Fix argument key in comment 2016-05-14 10:44:39 +02:00
Jesse Farless e6090fff58 Typo in comment 'extensions' with an 's' 2016-05-14 10:43:11 +02:00
Krunoslav Zaher 4c23f61b81 Improves documentation for `DelegateProxy.observe`. #654 2016-05-14 02:02:25 +02:00
sergdort 43269fa279 Added `rx_itemSelected` for UIPickerView 2016-05-13 10:55:21 +03:00
Krunoslav Zaher bee2ce5e4b Provides explanations for check. 2016-05-13 00:47:44 +02:00
Krunoslav Zaher 1aa1b570b0 Fixes problems with two way binding that was caused by `rx_text` and always setting the text value even when the value was equal, and thus clearing the marked text state. #649 2016-05-13 00:38:26 +02:00
kumapo e1a6847fbf Fix pre-release-tests error 2016-05-09 20:47:54 +09:00
kumapo cbe17b7c1c Add rx_title property to UINavigationItem 2016-05-09 18:20:53 +09:00
Andrés Cecilia 881909a687 Fix to support iOS 7 2016-05-08 22:42:53 +02:00
Krunoslav Zaher d197ce0fbb Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
Andrew Breckenridge 0188dccd4f create UIAlertAction+Rx.swift 2016-05-07 12:23:50 -07:00
Vedran Burojevic 139559f410 Unwrap optional forwardToDelegate in assert message 2016-05-06 20:52:08 +02:00
Yury Korolev 5fff8d2b7f Better code formatting 2016-05-03 12:05:21 +03:00
Yury Korolev 2e6cfdc15c Docs for Reactive protocol 2016-05-03 12:01:23 +03:00
Yury Korolev c5a21681a8 Rename Rx to Reactive protocol 2016-05-02 20:05:38 +03:00
Yury Korolev 3e1b2d0789 Typed rx_event for UIGestureRecognizer 2016-05-02 13:36:09 +03:00
Yury Korolev 353b0b55c3 Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Denis Lebedev 96de182dd3 Rename outdated class name 2016-04-18 22:45:21 +01:00
Krunoslav Zaher 3294458b87 Adds `rx_willDisplayCell` and `rx_didEndDisplayingCell` to `UITableView`. 2016-04-18 23:11:18 +02:00