mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-13 19:59:42 +01:00
Update iboutlets@tuUuLInq0p-nhehe2AqPg.md (#6035)
* Update iboutlets@tuUuLInq0p-nhehe2AqPg.md * Update src/data/roadmaps/ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md fix style --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
parent
e7cd703607
commit
78e20d1e85
@ -1 +1,7 @@
|
||||
# IBOutlets
|
||||
# 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:
|
||||
|
||||
- [@official@Outlets](https://developer.apple.com/library/archive/documentation/General/Conceptual/CocoaEncyclopedia/Outlets/Outlets.html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user