Krunoslav Zaher
5c0ce0a1c8
Xcode 8 beta, Swift 2.3 fixes.
2016-07-04 03:35:41 +02:00
Krunoslav Zaher
2d50bc135c
Fixes compilation for Swift 2.3 compiler.
2016-07-04 01:07:19 +02:00
Krunoslav Zaher
f95b1ed122
Unit tests, documents and improves data source/delegate interfaces.
2016-07-04 01:02:08 +02:00
Krunoslav Zaher
7a15347943
Adds UIButton.setTitle(:forState:) extensions.
2016-06-24 23:11:08 +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
0686b9a045
Add unit test for UIScrollView.rx_scrollEnabled
2016-06-08 18:31:27 +09:00
Krunoslav Zaher
645b93c3e4
Fixes composite disposable.
2016-05-31 21:54:35 +02:00
Krunoslav Zaher
2fdb6a6d81
Merge pull request #720 from larryonoff/feature/extend-composite-disposable
...
Extend CompositeDisposable with variadic init
2016-05-31 21:39:43 +02:00
Kyle Fuller
aba717b642
Add rx_title to UIViewController
2016-05-30 09:19:26 -07:00
Ilya Laryionau
c6ae73f9ce
extend CompositeDisposable with variadic init
2016-05-29 18:47:00 +03:00
Krunoslav Zaher
bb4052fb1b
Remove `hasObservers` from `SubjectType`.
2016-05-28 15:23:22 +02:00
Krunoslav Zaher
bdb09885c2
Merge branch 'develop2' of git://github.com/pRizz/RxSwift into pRizz-develop2
2016-05-28 14:52:31 +02: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
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
4b3056b81f
Improves unit tests.
2016-05-19 12:25:57 +02:00
Peter Ryszkiewicz
185f66af90
Merge branch 'develop' into develop2
...
# Conflicts:
# Rx.xcodeproj/project.pbxproj
2016-05-18 20:48:58 -05:00
Peter Ryszkiewicz
45042307ac
Added unit tests for the hasObservers var.
2016-05-18 19:47:01 -05:00
Peter Ryszkiewicz
66230b7afe
Fixed compilation of unit tests
2016-05-18 16:56:24 -05: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
3fa44935a1
Adds unit test for only setting different text values.
2016-05-14 01:20:54 +02:00
sergdort
43269fa279
Added `rx_itemSelected` for UIPickerView
2016-05-13 10:55:21 +03:00
kumapo
02d30f846c
Add unit tests for UINavigationItem+Rx
2016-05-12 00:24:06 +09:00
Andrew Breckenridge
af7c011a53
add forgotten parentheses to test function declarations
2016-05-08 15:08:43 -07:00
Krunoslav Zaher
b202c91991
Fixes unit tests for `installForwardDelegate`.
2016-05-08 22:10:34 +02:00
Krunoslav Zaher
d197ce0fbb
Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension.
2016-05-08 21:32:02 +02:00
Andrew Breckenridge
c4e83f3f34
add UIAlertAction tests to Control+RxTests+UIKit
2016-05-07 12:31:31 -07:00
Francesco Puntillo
b384c3e982
Adding Unit testing for UIPageControl+Rx
2016-04-25 10:50:34 +08:00
Krunoslav Zaher
0c53b24b18
Fixes unit tests.
2016-04-21 22:52:18 +02:00
Krunoslav Zaher
3294458b87
Adds `rx_willDisplayCell` and `rx_didEndDisplayingCell` to `UITableView`.
2016-04-18 23:11:18 +02:00
Krunoslav Zaher
39a87bfcfd
Fixes anomaly with `multicast` subscription disposal.
2016-04-11 00:07:54 +02:00
Krunoslav Zaher
18cf20820f
Merge pull request #550 from stack/uisearchbar-cancel
...
UISearchBar Cancel Event
2016-04-10 12:57:13 +02:00
Stephen H. Gerstacker
d6731613d9
Switched to ButtonClicked over Tap for UISearchBar delegate methods
2016-04-09 18:22:29 -04:00
Krunoslav Zaher
45540eb574
Improves UITableView and UICollectionView tests.
2016-04-10 00:06:28 +02:00
Krunoslav Zaher
f50a33c1e2
Fixes warnings with deprecated selector specifications.
2016-04-08 00:08:03 +02:00
Stephen H. Gerstacker
f58d032d34
tvOS Fixes for UISearchBar
...
- `searchBarCancelButtonClicked:` is only available on iOS.
- UISearchBar instantiation is not supported on tvOS, so all subclass
delegate methods and tests are skipped.
2016-03-27 21:31:53 -04:00
Krunoslav Zaher
6292a3303a
Merge pull request #556 from sergdort/rx_search_controller_delegate_proxy
...
Added reactive extensions for UISearchController
2016-03-27 20:23:57 +02:00
Stephen H. Gerstacker
dd37af0069
Additional UISearchBar Methods
...
- Added the searchTap for the "searchBarSearchButtonClicked:" delegate
method.
- Added the "rx_createDelegateProxy" method to UISearchBar.
2016-03-26 20:57:23 -04:00
Eric Jensen
2b0dd31a9f
Correct mixed indentation by replacing tabs with spaces
2016-03-22 20:04:39 -07:00
Stephen H. Gerstacker
e1ea14819c
Merge branch 'develop' into uisearchbar-cancel
2016-03-22 20:41:09 -04:00
sergdort
2f16a4faa7
Adds reactive extensions for UISearchController and tests to cover them
2016-03-22 16:50:07 +02:00
Krunoslav Zaher
5dfab9ca70
Removes wrong condition from unit tests.
2016-03-22 13:32:03 +01:00
Krunoslav Zaher
bd8b188a49
Fixes for Swift 2.2 warnings in unit tests.
2016-03-22 12:12:15 +01:00
Stephen H. Gerstacker
f91b86b8d2
Merge branch 'develop' into uisearchbar-cancel
2016-03-22 06:57:56 -04:00
Krunoslav Zaher
a1c2448efe
Fixes synchronization problem with `SingleAssignmentDisposable`.
2016-03-17 10:40:24 +01:00
Stephen H. Gerstacker
92911a6876
Added rx_cancelTap for the searchBarCancelButtonClicked: delegate method
2016-03-13 21:04:31 -04:00
Krunoslav Zaher
439e6bddda
Improves blocking unit tests cleanup logic.
2016-03-13 19:53:17 +01:00
Krunoslav Zaher
718495a6ea
Fixes `rx_selectedScopeButtonIndex` tests.
2016-03-13 17:30:55 +01:00
Stephen H. Gerstacker
4ebf810993
Added tests for selectedScopeButtonIndex
2016-03-12 22:23:27 -05:00