IBOutlet

Crowd-sourced documentation and tutorials by the Cocoa developer community
Jump to: navigation, search


Defined in <AppKit/NSNibDeclarations.h> as

  1. ifndef IBOutlet
  2. define IBOutlet
  3. endif

Unlike IBAction, which is defined as void, IBOutlet's sole purpose is to alert Interface Builder of outlets, and is thus an empty macro that is skipped by the compiler.


Usage

@interface className {

IBOutlet id outlet;

} // ... @end


See also IBAction.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox