Name

NSNibAwaking — Mac OS X 10.0

Synopsis

This informal protocol declares the single method awakeFromNib:, which is implemented by classes to perform any final initialization for objects that are being loaded from a nib. When this method is invoked, the outlets of an object are guaranteed to be connected to their respective objects.

@interface NSObject (NSNibAwaking)
                                  // Instance Methods
   - (void)awakeFromNib;
@end

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.