Component - TestFlight beta distribution
This UI component shows the TestFlight beta distribution screen in an iOS app. It allows developers to invite testers, manage builds, and monitor testing progress.
This UI component shows the TestFlight beta distribution screen in an iOS app. It allows developers to invite testers, manage builds, and monitor testing progress.
NavigationView
├── VStack
│ ├── Text (Title)
│ ├── List
│ │ ├── Section (Builds)
│ │ │ ├── BuildCell (Build 1)
│ │ │ └── BuildCell (Build 2)
│ │ └── Section (Testers)
│ │ ├── TesterCell (Tester 1)
│ │ └── TesterCell (Tester 2)
│ └── Button (Invite Testers)
└── Toolbar
└── Button (Refresh)