Commit Graph

360 Commits

Author SHA1 Message Date
Krunoslav Zaher
7acaa01861
Polish for DelegateProxy. 2017-06-17 18:53:27 +02:00
tarunon
cc8a222467 improving DelegateProxy 2017-06-17 23:55:10 +09:00
tarunon
2cdf527a21 Divide DelegateProxyFactory implementation. 2017-06-17 13:13:14 +09:00
tarunon
3fba185b96 implement DelegateProxy factory 2017-06-17 01:26:34 +09:00
Vladimir
16eabd5ea4
Add swift 4 support 2017-06-16 13:37:22 +02:00
Romain Bertozzi
60d1d887a2 UITabBar+Rx: update methods prototypes in comments
This commit updates methods prototypes in some comments. These comments
did not represent the current syntax of the methods.
2017-06-15 14:49:35 +02:00
Dominik Arnhof
69dbcd5b01 added UIViewController Reactive extension for tvOS 2017-06-14 07:24:37 +02:00
Tony Li
b4efef32a9 Add UIBindingObserver for updating UIButton's image 2017-05-29 23:19:54 +02:00
Tony Li
a1094141c1 Fix incorrect function signature in comments 2017-05-29 23:19:54 +02:00
Wolfgang Lutz
2e3eb4d01a fix typos using misspell
This PR is part of a campaign to fix a lot of typos on github using https://github.com/client9/misspell!
You can see the progress on https://github.com/fixTypos/fix_typos/
2017-05-20 21:33:15 +02:00
Krunoslav Zaher
5004c6ca1d
Fixes CLLocationManager and UIImagePickerController unit tests. 2017-05-01 00:45:45 +02:00
Patrick Biedrzycki
9e6837f1a1 Fix UISwitch documentation referencing UIButton 2017-04-30 13:06:21 +02:00
Diogo Tridapalli
a5aee86698 Make RxImagePickerDelegateProxy subclass of RXNavigationControllerDelegateProxy 2017-04-17 09:39:02 +02:00
Diogo Tridapalli
56e08de3a1 Update file headers 2017-04-17 09:39:02 +02:00
Diogo Tridapalli
a31982dab0 Add reative wrapper for UINavigationController delegate methods willShow and didShow 2017-04-17 09:39:02 +02:00
Krunoslav Zaher
8b25f19d38
Adds unit tests for #1154 2017-04-06 23:48:05 +02:00
Krunoslav Zaher
ed28a05b4f
Deprecates bindTo in favor of bind(to:). 2017-03-20 00:48:39 +01:00
Krunoslav Zaher
0b17de9889
[Fix] Calls collectionViewLayout.invalidateLayout() after reloadData() as a workaround for iOS 10 bug. 2017-02-26 19:58:13 +01:00
Krunoslav Zaher
cfe403bd2c Improves auto implementing observing mechanism for DelegateProxy. #1081 #1087 2017-02-19 20:46:58 +01:00
pawurb
5549587648 add countDownDuration for UIDatePicker 2017-02-17 23:17:40 +01:00
Crusher
4e19a21bda Change UICollectionView.rx.didUpdateFocusInContextWithAnimationCoordinator context parameter type to UICollectionViewFocusUpdateContext 2017-02-17 23:17:11 +01:00
yusayusa
f29e58003b Add UIButton’s reactive wrapper for setAttributedTitle(_:controlState:) 2017-02-13 23:16:52 +01:00
Krunoslav Zaher
007af77912
Renames abstractMethod to rxAbstractMethod. 2017-02-12 20:50:25 +01:00
Shunki Tan
179e48b844 Add UIBindingObserver for UIVIew’s isUserInteractionEnabled property. 2017-02-05 11:17:01 +09:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Robert Dougan
172b03c056 Adds binding for numberOfPages on UIPageControl. 2017-01-26 10:25:48 +01:00
Andyy Hope
4e2498a4d9 Update changed all project uses of old Disposable API to new API 2017-01-22 22:37:30 +11:00
Krunoslav Zaher
aa045ac1a9 [Fix] Removes final from delegate proxies. 2017-01-08 17:07:08 +01:00
Carlos García
0c961e2f7f Change in some classes final keywoks (for satisfy tests):
Make some classes non final (for use in tests):

`RxCollectionViewDataSourceProxy` is not final
`RxCollectionViewDelegateProxy` is not final
`RxScrollViewDelegateProxy` is not final
`RxSearchBarDelegateProxy` is not final
`RxTabBarControllerDelegateProxy` is not final
`RxTabBarDelegateProxy` is not final
`RxTableViewDataSourceProxy` is not final
`RxTableViewDelegateProxy` is not final
`RxTextViewDelegateProxy` is not final

`RxTextStorageDelegateProxy` is maintained as final
`RxSearchControllerDelegateProxy` is maintained as final
`RxPickerViewDelegateProxy` is maintained as final
`RxWebViewDelegateProxy` is maintained as final

Make some test classes non final:

ObservableConcurrencyTestBase
2017-01-06 12:35:03 +01:00
Carlos García
8bc314f2e7 make final all posibles classes 2017-01-06 11:26:30 +01:00
sgr-ksmt
053fc56001
Add didEndScrollingAnimation as UIScrollView delegate method wrapper. 2017-01-03 15:34:49 +09:00
Krunoslav Zaher
729f66f474 Makes control property naming consistent for UIDatePicker, UISearchBar, UISegmentedControl, UISwitch, UITextField, UITextView (value property + value alias name). 2016-12-17 23:30:30 +01:00
kitasuke
3bbb347871 Use castOrFatalError for force cast 2016-12-17 13:00:52 -08:00
Krunoslav Zaher
8fc093d286 Merge branch 'add_rx_tab_bar_controller_delegate_proxy' of https://github.com/kitasuke/RxSwift into develop 2016-12-17 20:51:02 +01:00
Krunoslav Zaher
9d7ab84920 [Fix] It looks like Apple fixed memory leak for UIButton with iOS 10.2. #842 2016-12-17 10:34:46 +01:00
Krunoslav Zaher
582807e83b Merge pull request #1030 from serluca/feature/extend-UIScrollViewRx
Extend the UIScrollView reactive wrappers
2016-12-14 10:48:40 +01:00
Luca Serpico
e42c94d19b Throw an exception if the cast fails 2016-12-12 09:19:20 +00:00
Krunoslav Zaher
975085d7a8 [Fix] Data sources example typo. 2016-12-11 19:09:13 +01:00
Luca Serpico
665d2a164d Add the scroll view reactive wrapper for the delegate method scrollViewDidEndDragging(_:willDecelerate:) 2016-12-09 12:15:01 +00:00
Luca Serpico
d69c9b1ec4 Add the scroll view reactive wrapper for the delegate method scrollViewDidEndDecelerating 2016-12-09 12:12:08 +00:00
kitasuke
437c339545 Merge master into add_rx_tab_bar_controller_delegate_proxy 2016-12-07 23:34:07 -08:00
kitasuke
4522a158d0 Rename proxy file 2016-12-07 14:38:17 -08:00
kitasuke
07ede09ccd Add RxTabBarControllerDelegateProxy 2016-12-07 14:13:40 -08:00
Krunoslav Zaher
db75d01f31 [Fix] ScrollView contentOffset optimizations and issues. 2016-12-07 21:09:07 +01:00
Krunoslav Zaher
3bb067dbbc Merge branch 'feature/uiwebview+rx' of https://github.com/AndrewSB/RxSwift into AndrewSB-feature/uiwebview+rx 2016-12-04 17:03:05 +01:00
Krunoslav Zaher
d098a84b6a Merge pull request #941 from CezaryKopacz/title_sink
[UIBarButtonItem] Added bindable sink for 'title' property
2016-12-03 22:59:16 +01:00
Krunoslav Zaher
da2bd27590 Merge branch 'develop' of github.com:ReactiveX/RxSwift into develop 2016-12-03 22:58:06 +01:00
Krunoslav Zaher
22da0a6493 Merge branch 'feature/scrollviewdelegatemethods' of https://github.com/AndrewSB/RxSwift into AndrewSB-feature/scrollviewdelegatemethods 2016-12-03 22:53:41 +01:00
Cezary Kopacz
9cb919ba6f Added bindable sink for 'title' property 2016-11-29 17:57:04 +01:00
Suyeol Jeon
0decefca09 Rename refreshing to isRefreshing 2016-11-27 22:21:26 +09:00
Krunoslav Zaher
f6142358a8 Improves data source behavior by clearing data source proxy when forwarding delegate is nil. 2016-11-22 13:26:01 +01:00
Andrew Breckenridge
e51d6b7f20 add UIWebView extension CHANGELOG entry 2016-11-16 12:13:25 -08:00
Andrew Breckenridge
5eb53904f0 create RxWebViewDelegateProxy 2016-11-16 12:13:25 -08:00
Andrew Breckenridge
f8993b3a43 write tests for UIScrollView+RxTests 2016-11-15 18:32:35 -08:00
Andrew Breckenridge
bccb574544 add additional UIScrollView delegate methods 2016-11-15 18:07:51 -08:00
Andrew Breckenridge
db95d13cfd create UIWebView+Rx.swift 2016-11-15 18:05:18 -08:00
Krunoslav Zaher
cd779765b0 [Fix] Adds public suggestion for UIControl.value #991, #681 2016-11-14 21:08:51 +01:00
Krunoslav Zaher
46835b43f6 Compresses comments. 2016-10-23 19:26:22 +02:00
Krunoslav Zaher
fe800bf453 Fixes code example in comments of RxTableViewExtensions that didn't compile. #947 2016-10-20 23:20:06 +02:00
Krunoslav Zaher
02c63a4f56 Replaces model(_:) with model(at:). 2016-10-20 00:41:07 +02:00
Krunoslav Zaher
ac41a0012c Prefixes boolean properties with is and makes String? properties consistent. 2016-10-19 23:45:54 +02:00
Krunoslav Zaher
3f5886e3a8 Fixes warnings and errors. 2016-10-19 22:38:06 +02:00
Krunoslav Zaher
10f82a0b2d Removes deprecated APIs. 2016-10-19 22:02:44 +02:00
Krunoslav Zaher
2e520bf264 Makes rx.text type consistent with UIKit String? type. 2016-10-16 21:47:05 +02:00
Krunoslav Zaher
e992fd0015 Pedantic changes. 2016-10-15 14:38:22 +02:00
Krunoslav Zaher
832f79cd02 Replaces AnyObserver with UIBindingObserver in public interface. 2016-10-11 22:41:05 +02:00
Krunoslav Zaher
3ef88cd405 Large refactoring to support Swift Package Manager (renames RxTests to RxTest). 2016-10-09 22:08:45 +02:00
Krunoslav Zaher
c005b1a775 Applies fix for #907 to methodInvoked. 2016-10-02 23:42:04 +02:00
Krunoslav Zaher
db8ca10336 Replaces observe with methodInvoked. 2016-10-02 23:12:11 +02:00
Krunoslav Zaher
162d293f40 Deprecates DelegateProxy.observe in favor of DelegateProxy.sentMessage. Adds methodInvoked to DelegateProxy. 2016-10-02 22:55:39 +02:00
Krunoslav Zaher
7a4b723b23 Makes UITableViewDataSource also respond to commitForRowAt in case forwarding data source responds. 2016-10-02 18:16:25 +02:00
Krunoslav Zaher
8eb345853f Fixes issues with non open methods in DelegateProxy and table view delegate proxy responding to #selector(UITableViewDataSource.tableView(_:commit:forRowAt:). #907 #884 2016-10-01 23:13:58 +02:00
Jérôme Alves
57a3868269 Add rx. syntax on Types. 2016-09-18 23:34:58 +02:00
Krunoslav Zaher
a29d5df6cc Merge branch 'rxswift-2.0' into develop 2016-09-18 21:56:22 +02:00
Krunoslav Zaher
4ab27a7595 Moves from RxCocoa to example project. #874 2016-09-18 20:24:13 +02:00
Krunoslav Zaher
f4022561b8 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-18 20:19:22 +02:00
Krunoslav Zaher
2e8736b137 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-11 17:38:12 +02:00
Loïs Di Qual
443cbd53df Migrate to Xcode 8 GM 2016-09-07 17:00:18 -07:00
Krunoslav Zaher
1afcf5a8e1 Adapts UITextView extensions to Swift 3.0 syntax. 2016-09-04 15:09:32 +02:00
Krunoslav Zaher
4980dd13e4 Adds missing UITextView extensions. 2016-09-04 15:09:32 +02:00
Krunoslav Zaher
ac156405b5 Adds missing UITextView extensions. 2016-08-30 22:18:03 +02:00
Ryu Tanabe
483c22abd7 adds UISearchBar extensions 2016-08-23 09:08:56 +09:00
Krunoslav Zaher
900035d78b Fixes deprecated warnings. 2016-08-21 19:26:15 +02:00
Krunoslav Zaher
8cebcd786f Excludes table and collection view deprecated APIs from watchOS. 2016-08-21 15:20:57 +02:00
Krunoslav Zaher
7208a8d1cc Improves deprecation messages for table and collection views. #841 2016-08-21 15:09:14 +02:00
Krunoslav Zaher
b68fc4260e Adds UITests. 2016-08-20 22:59:34 +02:00
Krunoslav Zaher
278c681753 Fixes UICollectionView deprecation warning. 2016-08-19 15:57:46 +02:00
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
Krunoslav Zaher
6763f1a4b7 Replaces open with public. 2016-08-16 22:10:41 +02:00
Mo Ramezanpoor
695ea19e02 WIP: Fixes warnings in RxCocoa. 2016-08-16 15:31:51 +01:00
Mo Ramezanpoor
e55c6675f4 Removes the KVOCallback type alias.
The compiler wouldn’t recognise that it should be imported as escaping.
2016-08-16 15:13:47 +01:00
Mo Ramezanpoor
301ad9f438 WIP: Fix a bunch of RxCocoa compilation issues. 2016-08-16 15:01:07 +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
e4e422c4f1 Merge branch 'swift-3.0' into swift-3.0-removing-rx_-prefix
Conflicts:
	RxCocoa/Common/Observables/NSNotificationCenter+Rx.swift
	RxCocoa/OSX/NSImageView+Rx.swift
	RxCocoa/iOS/UICollectionView+Rx.swift
	RxCocoa/iOS/UIControl+Rx.swift
	RxCocoa/iOS/UIImageView+Rx.swift
	RxCocoa/iOS/UILabel+Rx.swift
	RxCocoa/iOS/UITableView+Rx.swift
	RxExample/RxDataSources/DataSources+Rx/UISectionedViewType+RxAnimatedDataSource.swift
	RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift
	RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositoriesViewController.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingDriver/GitHubSignupViewController2.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingVanillaObservables/GitHubSignupViewController1.swift
	RxExample/RxExample/Examples/ImagePicker/UIImagePickerController+RxCreate.swift
	RxExample/RxExample/Examples/OSX simple example/IntroductionExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExample/SimpleTableViewExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift
	RxExample/RxExample/Examples/SimpleValidation/SimpleValidationViewController.swift
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchCell.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchViewController.swift
	Tests/RxCocoaTests/DelegateProxyTest.swift
	Tests/RxCocoaTests/KVOObservableTests.swift
	Tests/RxCocoaTests/RxTest+Controls.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
	Tests/RxCocoaTests/UIScrollView+RxTests.swift
	Tests/RxCocoaTests/UITableView+RxTests.swift
2016-08-15 12:17:26 +02:00
Krunoslav Zaher
4f54c9bf5a Merge branch 'swift-3.0' of github.com:kzaher/RxSwift into swift-3.0 2016-08-15 01:12:21 +02:00
Krunoslav Zaher
8b00921da7 Merge branch 'develop' into swift-3.0 2016-08-15 01:08:36 +02:00
Krunoslav Zaher
bdbcb5bc87 Improves UITableView and UICollection view bindings behavior. 2016-08-14 23:25:54 +02:00
Mo Ramezanpoor
75971c61c6 Replaces all calls to AnonymousDisposable.init() with Disposables.create(). 2016-08-10 15:00:29 +01:00
Mo Ramezanpoor
1fe15bb9da Replaces all calls to NopDisposable.instance with Disposables.create(). 2016-08-10 14:47:53 +01: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
Krunoslav Zaher
441a4a22db Modernizes doOn operator. 2016-08-07 18:24:33 +02:00
Krunoslav Zaher
d1cde77b18 Modernizes image view extensions. 2016-08-07 18:08:13 +02:00
Krunoslav Zaher
afd40f5d8b Modernizes UICollectionView extensions. 2016-08-07 16:48:25 +02:00
Krunoslav Zaher
10b0d39e05 Fixes warnings. 2016-08-07 16:04:47 +02:00
Krunoslav Zaher
7b6a244f45 Fixes problem with data sources. 2016-08-07 15:23:17 +02:00
Krunoslav Zaher
e2c3330d61 Fixes default datasources implementation. #825 2016-08-07 15:12:54 +02:00
Yuki Nagai
7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher
c844b6bdb3 Merge branch 'develop' into swift-3.0 2016-08-01 10:46:20 +02:00
Krunoslav Zaher
d12b8321d2 Merge pull request #804 from devxoul/tableview-willdisplaycell
Fix type mismatch in UITableView.rx_willDisplayCell
2016-07-27 16:00:19 +02:00
Suyeol Jeon
f303efb077 Fix type mismatch in UITableView.rx_willDisplayCell 2016-07-27 04:15:17 +09:00
Krunoslav Zaher
e79457dcd3 Fixes for Xcode beta 3. 2016-07-20 22:14:59 +02:00
Krunoslav Zaher
9cac0cc234 Adaptations for Swift 3.0. 2016-07-10 14:55:18 +02:00
sergdort
cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03: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
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
Jamie Pinkham
5d47db7609 fix errors with RxCocoa introduced by merge 2016-06-22 10:15:37 -04:00
Jamie Pinkham
5a9f47262a Merge branch 'upstream-develop' into swift-3.0
# Conflicts:
#	RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
#	RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
#	RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham
924a9a4983 clean up syntax to get test building
still trying to work out the ambiguious use compiler error
2016-06-22 09:34:04 -04:00
Jamie Pinkham
c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Jamie Pinkham
39a20441e1 begin fixing up the examples 2016-06-18 01:24:07 -07:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Jamie Pinkham
0e38ecbc87 Merge branch 'develop' into swift-3.0
# Conflicts:
#	Documentation/DesignRationale.md
#	Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift
#	RxCocoa/Common/DelegateProxyType.swift
#	RxCocoa/iOS/UICollectionView+Rx.swift
#	RxCocoa/iOS/UIControl+Rx.swift
#	RxCocoa/iOS/UIScrollView+Rx.swift
#	RxCocoa/iOS/UITableView+Rx.swift
#	RxExample/RxDataSources/DataSources+Rx/ObservableConvertibleType+Differentiator.swift
#	RxSwift/Concurrency/Lock.swift
#	RxSwift/Disposables/CompositeDisposable.swift
#	RxSwift/Event.swift
#	RxSwift/Extensions/String+Rx.swift
#	RxSwift/Schedulers/OperationQueueScheduler.swift
2016-06-17 21:14:06 -07: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
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
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
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
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
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
Thane Gill
37d685690c UILabel rx_text as String? 2016-04-30 11:13:38 -07:00
Yury Korolev
353b0b55c3 Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Krunoslav Zaher
4e6880d218 Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Krunoslav Zaher
c4ca775bdc Changes for Swift 3.0. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher
3294458b87 Adds rx_willDisplayCell and rx_didEndDisplayingCell to UITableView. 2016-04-18 23:11:18 +02:00
Krunoslav Zaher
72edf869a0 Removes distinctUntilChanged because is was creating a hidden state that can cause issues in some situations. 2016-04-17 17:14:55 +02:00