Sunday, January 17, 2010

Cocoa development sequence

The sequence to development cocoa application

1) in Interface builder, layout the components.
2) in XCode, to create the corresponding class to the layout in the interface builder.
3) link the components in IB with the class in XCode.
3.1) create an instance of the class in IB.
3.2) link the components to the corresponding IBOutlets and IBActions.
Build and run.

No comments: