tabbar creating issue when loading an Empty CPListTemplate

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

  1. Tapping the second tab doesn't switch tabs on some devices
  2. Only swiping left/right switches tabs (workaround)

Behavior is inconsistent across devices **Issue #2:

  1. 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

tabbar creating issue when loading an Empty CPListTemplate
 
 
Q