Skip to content

Commit 74e9c4b

Browse files
committed
Remove MutableProperty from Documentation since thats implemented in ReactiveCocoa, not in ReactiveSwift
1 parent 30aaa93 commit 74e9c4b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Documentation/FrameworkOverview.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,16 +153,8 @@ all cases, the target has to be a binding target, represented by the [`BindingTa
153153
* `property <~ otherProperty` binds one property to another, so that the destination
154154
property’s value is updated whenever the source property is updated.
155155

156-
The [`DynamicProperty`][Property] type can be used to bridge to Objective-C APIs
157-
that require Key-Value Coding (KVC) or Key-Value Observing (KVO), like
158-
`NSOperation`. Note that most AppKit and UIKit properties do _not_ support KVO,
159-
so their changes should be observed through other mechanisms.
160-
161156
[ReactiveCocoa][ReactiveCocoa] implements a number of extensions on AppKit and UIKit to allow observation of and binding to properties via the `.reactive` structure.
162157

163-
[`MutableProperty`][Property] should be preferred over dynamic properties
164-
whenever possible!
165-
166158
Properties provide a number of transformations like `map`, `combineLatest` or `zip` for manipulation similar to [signal](#signals) and [signal producer](#signal-producers)
167159

168160
## Disposables

0 commit comments

Comments
 (0)