views:

19

answers:

1

Hello,

Cocoa newbie here...

I know this sounds stupid but I can't find the Bindings Pane in Interface Builder. I have the latest xCode( 3.2.3 ) but tried with other versions too, still the same. The Tools menu does not list it and Cmd-4 opens up the Identity inspector.

Screenshot

What could be the cause?

Thanks

+3  A: 

It looks like you're programming on the iPhone. (I think I saw a UIKit reference in that image.)

Unfortunately they are not implemented for the iPhone and so you can not use binding in Interface Builder.

http://stackoverflow.com/questions/394408/bindings-using-interface-builder-for-iphone-apps

djdrzzy
You're right. Thanks for clearing things up!
Zviadi