Apple App-Development-with-Swift-Certified-User Question Answer
You have created a view which includes some formatted text:

You decide to extract this formatted text into a subview so that you can reuse the formatting for other texts.
You highlight the Text and choose Extract subview.
You refactor ExtractedView to BigGreenTextView.
You add the line let text: String to the extracted view above the body.
You replace " That ' s all folks " with a reference to text
How should you call this extracted View from the original View?
Apple App-Development-with-Swift-Certified-User Summary
- Vendor: Apple
- Product: App-Development-with-Swift-Certified-User
- Update on: May 15, 2026
- Questions: 40

