Back to Developer Roadmap

IBOutlets

src/data/roadmaps/ios/content/[email protected]

4.0578 B
Original Source

IBOutlets

An outlet is a property of an object that references another object. The reference is archived through Interface Builder. The connections between the containing object and its outlets are reestablished every time the containing object is unarchived from its nib file. The containing object holds an outlet declared as a property with the type qualifier of IBOutlet and a weak option.

Learn more from the following resources: