Component - Modularization
This UI component demonstrates modularization in an iOS Swift app by separating concerns into smaller, reusable views. It shows a main screen with a header and a button, where the header and button are defined as separate SwiftUI views. This helps keep code clean and easy to maintain.