I appreciate the attempt to clarify, and I'll take a look at those link, but I'm talking about using TabView as demonstrated in the docs found here:
https://developer.apple.com/documentation/swiftui/tabview
TabView doesn't even seem to be the problem. Tab is the problem, actually. I've been able to use .tabItem, in the meantime, which is not yet deprecated, according to xcode, but will be.
Post
Replies
Boosts
Views
Activity
On top of that, when trying to use .tabItem, I'm being prompted to NOT use it, but use Tab instead, because tabItem will be deprecated, but that's kinda ******** if I'm targeting anything older than iOS 18. So what am I missing?
I misspoke: Tab is not supported prior to iOS 18, which is super confusing, because in the documentation for TabView, literally all of the code examples are using Tab within TabView, and TabView is supported by iOS 13, but Tab isn't.