Re: How to search for specific bindings in IB

2010-08-10 Thread Jerry Krinock
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

How to search for specific bindings in IB

2010-08-09 Thread Chris Tracewell
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