- (BOOL)
loadNibNamed: (NSString*)aNibName
owner: (id)owner
topLevelObjects: (NSArray**)topLevelObjects;
Availability: MacOS-X 10.8.0
Loads the model file specified by aNibName
with owner as NSOwner. The
topLevelObjects array is a return
parameter which returns a pointing to the
topLevelObjects in this model.
- (void)
prepareForInterfaceBuilder;
Availability: MacOS-X 10.8.0
This method is called on a designable object to notify
it that it was created at design time. This allows
IB/Gorm to set up the appearance of the object when
loaded into the editor.