RxSwift/RxCocoa/Common
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
..
CocoaUnits Rename outdated class name 2016-04-18 22:45:21 +01:00
Observables Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Proxies Standardizes header format. 2015-12-29 16:56:21 +01:00
CLLocationManager+Rx.swift Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
DelegateProxy.swift Standardizes header format. 2015-12-29 16:56:21 +01:00
DelegateProxyType.swift Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
KVORepresentable+CoreGraphics.swift KVO revamp. 2015-11-14 15:34:08 +01:00
KVORepresentable+Swift.swift KVO revamp. 2015-11-14 15:34:08 +01:00
KVORepresentable.swift Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Logging.swift Standardizes header format. 2015-12-29 16:56:21 +01:00
NSLayoutConstraint+Rx.swift Applies `UIBindingObserver`. 2016-02-13 22:12:50 +01:00
Observable+Bind.swift [bindNext] Change error message to "Binding error: \(error)" 2016-01-27 11:26:52 -08:00
Reactive.swift Better code formatting 2016-05-03 12:05:21 +03:00
RxCocoa.swift Fixed `func castOrFatalError<T>(value: AnyObject!) -> T` in favor of `func castOrFatalError<T>(value: Any!) -> T` 2016-02-09 10:33:37 +02: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 Adds `SectionedViewDataSourceType` and `rx_modelDeselected`, `rx_deselectedItemAtIndexPath` for `UICollectionView`, and corresponding unit tests. 2016-01-10 20:19:30 +01:00
_RX.h Makes debug mode less verbose by treating `TRACE_RESOURCES` as a integer level. #397 2016-01-10 21:29:04 +01:00
_RX.m Standardizes header format. 2015-12-29 16:56:21 +01:00
_RXDelegateProxy.h Standardizes header format. 2015-12-29 16:56:21 +01:00
_RXDelegateProxy.m Issue #511 - added free to reslove memory leaking warnings 2016-02-27 17:14:33 +01: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 Use modern dictionary syntax 2016-03-22 20:12:06 -07:00