property-bindings icon indicating copy to clipboard operation
property-bindings copied to clipboard

Property Bindings for Objective-C

Results 3 property-bindings issues
Sort by recently updated
recently updated
newest added

Add a block parameter that accepts the value of the observed property and returns the value to be set on the observing object.

enhancement

The UITableView binding requires that an array property triggers granular KVO notifications for insertions, replacements, and deletions which an NSArray does not do by default. The binding should enable these...

enhancement

Ensure two properties are always in sync regardless of which one is changed.

enhancement