On 2010 Aug 09, at 17:14, Chris Tracewell wrote:
> In larger NIB files this can be hard to find and remove. Is there anyway to
> search IB for bindings other than selecting individual elements and looking
> at the bindings inspector?
Not in Interface Builder 3.3.2.
The only workaround, when yo
On occasion I refactor a controller or model by deleting a property. I do my
best to remove associated bindings in IB, but many times I miss something - a
textfield bound to a deleted property for example. This leads to...
this class is not key value coding-compliant for the key myProperty.
In