4

I'm new to Xcode 4.2, and I have a sample code from Apple, and I'm playing with it to make myself familiar with Xcode.

I made a similar project with that of Apple's, and one button of my project (in Connections Inspector), has less options in comparison with Apple's, which has two more options, "Bindings" and "Referencing Bindings".

See screenshot:

Screenshot

My question is how can I add the two more options?

Mike
  • 43
  • 1
  • 3

2 Answers2

3

I believe those only appear if you have already connected the item through the bindings tab.

Daniel
  • 1,079
  • 1
  • 11
  • 25
  • So they will appear when I made the necessary connections between the button and the other objects? What's the difference between Bindings and Referencing Bindings? – Mike Nov 17 '11 at 02:29
  • Referencing Bindings are other objects that are bound to the selected item. Bindings are things that the item is bound to. – Daniel Nov 17 '11 at 04:21
1

i had the same question and posted in the apple developer forums...the additional two inspectors are only available in OS X projects, not in iOS projects...if you open an OS X project in XCODE you will see them

dave adelson
  • 853
  • 9
  • 15