I NEED TO DISPLAY two tabs in a CarPlay TabBarTemplateBuilder:
Tab 1: Initially shows an empty list with a loading message, then updates with data when API call completes Tab 2: Immediately displays proper sections with data without waiting for Tab 1 to load
Issues Occurring Issue #1: Second Tab Selection Unreliable
- Tapping the second tab doesn't switch tabs on some devices
- Only swiping left/right switches tabs (workaround)
Behavior is inconsistent across devices **Issue #2:
- Second** Tab Title Not Visible Until Tab 1 Loads
Even though Tab 2 loads its data asynchronously and independently Tab 2's title doesn't appear in the tab bar until Tab 1 finishes loading and populating This creates a poor user experience with missing/delayed tab labels