From 78e20d1e8593cc8b88a5618579419e74b5649d0a Mon Sep 17 00:00:00 2001 From: mrgsdev <157994617+mrgsdev@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:29:45 +0300 Subject: [PATCH] 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 --- .../ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md b/src/data/roadmaps/ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md index e9fa33a6c..96eef7386 100644 --- a/src/data/roadmaps/ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md +++ b/src/data/roadmaps/ios/content/iboutlets@tuUuLInq0p-nhehe2AqPg.md @@ -1 +1,7 @@ -# IBOutlets \ No newline at end of file +# 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)