Commit Graph

17 Commits

Author SHA1 Message Date
Krunoslav Zaher 9ce054936d Merge branch 'swift-3.0-removing-rx_-prefix' of https://github.com/JegnuX/RxSwift into JegnuX-swift-3.0-removing-rx_-prefix 2016-08-19 00:45:51 +02:00
Mo Ramezanpoor d43e717415 WIP: AllTests compiles. 2016-08-16 16:09:08 +01: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
Jérôme Alves e59adc3ae9 Updates Unit Tests and makes them succeed. 2016-08-15 17:46:13 +02:00
Jérôme Alves 10ff55cfba Moves RxCocoa extensions from `rx_` syntax to `rx.` syntax.
The main work is done in this commit but the feature it's still "work in progress"
2016-08-09 00:17:38 +02:00
Jamie Pinkham c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
sergdort 43269fa279 Added `rx_itemSelected` for UIPickerView 2016-05-13 10:55:21 +03:00
Krunoslav Zaher d197ce0fbb Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
Krunoslav Zaher 18cf20820f Merge pull request #550 from stack/uisearchbar-cancel
UISearchBar Cancel Event
2016-04-10 12:57:13 +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
sergdort 2f16a4faa7 Adds reactive extensions for UISearchController and tests to cover them 2016-03-22 16:50:07 +02:00
Krunoslav Zaher bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Krunoslav Zaher 5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher 6dfec96820 Fixes directory structure, adds Podspec, fixes `pre-release-tests.sh`. 2015-12-19 18:40:09 +01:00