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
Francesco Puntillo
2c7a403dae
adjust formatting for UIPageControl+RX
2016-04-14 17:14:20 +08:00
Francesco Puntillo
8b4642a1c0
add UIPageControl to RxCocoa
2016-04-14 15:45:35 +08:00
Krunoslav Zaher
e16ce89f3f
Documents parts of `RxCocoa`.
2016-04-11 00:31:26 +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
f50a33c1e2
Fixes warnings with deprecated selector specifications.
2016-04-08 00:08:03 +02:00
Krunoslav Zaher
77d72dcaee
Updates comments.
2016-04-07 23:22:37 +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