TabView's Tab Label Image symbolEffect not allowed?

Hi, I'm using a TabView and for a given case I wish to have the icon of the Tab animated by symbolEffect to signify a state.

The symbolEffect however doesn't seem to have an effect when used on a tab's label image. Is it really not possible?

Tab(value: .hello) { EmptyView() } label: {
  Image(systemName: "hand.wave.fill")
  .symbolEffect(.wiggle, options: .repeating)
}

I still wish to use the TabView because it's amazing.

Currently, there is no support for .symbolEffect or any other click effects on a Tab's image.

I'd encourage you to file an enhancement request using Feedback Assistant. Once you file the request, please post the FB number here.

If you're not familiar with how to file enhancement requests, take a look at Bug Reporting: How and Why?

 Travis

Hi Travis, thanks for the reply. I've submitted a request as suggested. Number: FB22518752. 🤞

TabView's Tab Label Image symbolEffect not allowed?
 
 
Q