| It should work pretty much like before. Control-dragging from one item to another will make a new window pop up with an outlets/actions list, and you can connect from there. You can disconnect them from the Connections Inspector (Tools menu).
If the item you're using has no open connection slots, Control-dragging won't do anything, so you might need to disconnect it beforehand.
Also, you need to explicitly import your classes from XCode. I do this by dragging the .h file from XCode into the main nib window. After you do this once, changes made in XCode should automatically propagate to IB. |