RxSwift/RxCocoa/iOS
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
..
DataSources Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Events Adds rx_willDisplayCell and rx_didEndDisplayingCell to UITableView. 2016-04-18 23:11:18 +02:00
Protocols Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Proxies Merge branch 'develop' into swift-3.0 2016-06-17 21:14:06 -07:00
NSTextStorage+Rx.swift Merge branch 'develop' into swift-3.0 2016-06-17 21:14:06 -07:00
UIActivityIndicatorView+Rx.swift Adds UIBindingObserver. 2016-02-13 21:25:31 +01:00
UIAlertAction+Rx.swift Merge branch 'feature/uialert-action' of git://github.com/AndrewSB/RxSwift into AndrewSB-feature/uialert-action 2016-05-27 23:24:50 +02:00
UIApplication+Rx.swift Adds a work around to an error in swifts handling of preprocessor directives 2016-02-15 09:32:05 -08:00
UIBarButtonItem+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UIButton+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UICollectionView+Rx.swift Simplifies sectioned view extensions. 2016-05-20 22:34:13 +02:00
UIControl+Rx.swift Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
UIDatePicker+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UIGestureRecognizer+Rx.swift Merge branch 'develop' into swift-3.0 2016-06-17 21:14:06 -07:00
UIImagePickerController+Rx.swift Exposes installForwardDelegate and transforms proxyForObject into protocol extension. 2016-05-08 21:32:02 +02:00
UIImageView+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UILabel+Rx.swift UILabel rx_text as String? 2016-04-30 11:13:38 -07:00
UINavigationItem+Rx.swift Fix pre-release-tests error 2016-05-09 20:47:54 +09:00
UIPageControl+Rx.swift adjust formatting for UIPageControl+RX 2016-04-14 17:14:20 +08:00
UIPickerView+Rx.swift Added rx_itemSelected for UIPickerView 2016-05-13 10:55:21 +03:00
UIProgressView+Rx.swift Adds rx_progress to UIProgressView 2016-02-28 01:26:32 -05:00
UIRefreshControl+Rx.swift Fixes referencing self instead of parameter. 2016-02-13 23:12:34 +01:00
UIScrollView+Rx.swift Exposes installForwardDelegate and transforms proxyForObject into protocol extension. 2016-05-08 21:32:02 +02:00
UISearchBar+Rx.swift Exposes installForwardDelegate and transforms proxyForObject into protocol extension. 2016-05-08 21:32:02 +02:00
UISearchController+Rx.swift Merge branch 'develop' into swift-3.0 2016-06-17 21:14:06 -07:00
UISegmentedControl+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UISlider+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UIStepper+Rx.swift Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
UISwitch+Rx.swift Adds UIBindingObserver. 2016-02-13 21:25:31 +01:00
UITabBarItem+Rx.swift Fixes rx_badgeValue inline documentation. 2016-03-05 21:04:06 +01:00
UITableView+Rx.swift Simplifies sectioned view extensions. 2016-05-20 22:34:13 +02:00
UITextField+Rx.swift Provides explanations for check. 2016-05-13 00:47:44 +02:00
UITextView+Rx.swift Merge branch 'develop' into swift-3.0 2016-06-17 21:14:06 -07:00
UIView+Rx.swift Adds UIBindingObserver. 2016-02-13 21:25:31 +01:00
UIViewController+Rx.swift Add rx_title to UIViewController 2016-05-30 09:19:26 -07:00