RxSwift/RxCocoa/Common
Yuki Nagai a9d0cfeb5b Add Error extension instead of NSError for Workaround; NSError extension returns a type which conforms to Error protocol 2016-08-02 21:48:01 +09:00
..
CocoaUnits WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Observables Add Error extension instead of NSError for Workaround; NSError extension returns a type which conforms to Error protocol 2016-08-02 21:48:01 +09:00
Proxies builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
CLLocationManager+Rx.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
DelegateProxy.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
DelegateProxyType.swift Merge branch 'master' into swift-3.0 2016-07-05 18:00:36 +03:00
KVORepresentable+CoreGraphics.swift KVO revamp. 2015-11-14 15:34:08 +01:00
KVORepresentable+Swift.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
KVORepresentable.swift Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Logging.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
NSLayoutConstraint+Rx.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Observable+Bind.swift Fixes `@warn_unused_result(message: "http://git.io/rxs.ud")` warnings. 2016-07-08 00:04:44 +02:00
Reactive.swift Better code formatting 2016-05-03 12:05:21 +03:00
RxCocoa.swift Add Error extension instead of NSError for Workaround; NSError extension returns a type which conforms to Error protocol 2016-08-02 21:48:01 +09:00
RxTarget.swift Standardizes header format. 2015-12-29 16:56:21 +01:00
RxTextInput.swift 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
SectionedViewDataSourceType.swift builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
_RX.h Add RX_CATCH_ERROR macro to work around implicit nullable state of NSError parameters in Objective-C methods 2016-06-29 10:59:13 +10:00
_RX.m Standardizes header format. 2015-12-29 16:56:21 +01:00
_RXDelegateProxy.h Change _forwardToDelegate to weak reference 2016-06-27 23:31:38 +09:00
_RXDelegateProxy.m Initialise targetClass to NULL to silence a static analysis issue 2016-06-28 13:17:17 +10:00
_RXKVOObserver.h Standardizes header format. 2015-12-29 16:56:21 +01:00
_RXKVOObserver.m Improves thread safety of KVO by serializing KVO events. 2016-01-10 20:50:27 +01:00
_RXObjCRuntime.h Standardizes header format. 2015-12-29 16:56:21 +01:00
_RXObjCRuntime.m Add RX_CATCH_ERROR macro to work around implicit nullable state of NSError parameters in Objective-C methods 2016-06-29 10:59:13 +10:00