Skip to main content
0 votes
0 answers
73 views

I'm trying to show a fullScreenCover when the user taps the third tab instead of actually switching to that tab. The issue is that resetting selectedTab = oldValue in onChange breaks the ...
Mehmet Baykar's user avatar
1 vote
2 answers
76 views

Is there a way to set the background color for the generated "overflow" "more" page for when you have lots of tabs in TabView? SwiftUI iOS
evermore's user avatar
9 votes
4 answers
776 views

We use SwiftUI's tabViewBottomAccessory in our iOS apps for displaying an Audio MiniPlayer View (like in the Apple Music App). TabView(selection: $viewModel.selectedTab) { // Tabs here } ....
NicolasBrunner's user avatar
1 vote
0 answers
105 views

I'd like to achieve a layout similar to the one shown in the Apple Fitness app. When I insert a ScrollView into a TabView, everything works fine, but if I try to add a NavigationStack to wrap the ...
HAS's user avatar
  • 35
1 vote
1 answer
85 views

The SF- Symbols inside the TabView are in my case always displayed filled. Meaning instead of showing book, it shows book.fill. Is there a way to display the "unfilled" version of the symbol?...
Error_Eldar's user avatar
0 votes
1 answer
57 views

In SwiftUI, I have a layout shift bug. Here's a code sample that reproduces the issue. struct ContentView: View { var body: some View { TabView { Tab("Home", ...
Dan Fabulich's user avatar
  • 40.1k
0 votes
1 answer
86 views

I’m new to SwiftUI and have completed half of my TabBar UI. However, I’m stuck on adding an outer corner to the selected tab. This is what I currently have: This is what I'm tring to do: Below is my ...
Ronit Vasoya's user avatar
0 votes
1 answer
245 views

I am attempting to cover the entire screen (iPad and iPhone) while using a TabView, but there always remains the bottom strip that is not covered. struct CoverTestApp: App { var body: some Scene { ...
Pete's user avatar
  • 223
0 votes
1 answer
419 views

I would like to conditionally render TabViewBottomAccessory because I don't want to show it when I am drilling down. When going to the child view I want to hide both tab view (which I achieved by ....
Andrew's user avatar
  • 49.8k
0 votes
0 answers
130 views

If you are currently on the beta of iOS 26, open Apple Music and you'll see a tabViewBottomAccessory that is the mini NowPlayingView. When tapped, it opens the NowPlayingView. Is there a similar way ...
user25626237's user avatar
0 votes
0 answers
1k views

I'm trying to use .tabViewBottomAccessory introduced in iOS 26 to have an audio bar that exists throughout my entire app. The problem I'm having is that I have some nested TabViews, which seems to ...
Ali's user avatar
  • 1
0 votes
0 answers
40 views

If the window width is not enough to display all the tabs, then some may be hidden by the arrow. I have exactly this situation. But the problem is that the hidden tab turns out to be inactive/...
Nikolai Nagornyi's user avatar
3 votes
2 answers
2k views

Apple's new iOS 26 Liquid Glass design language includes a bar that floats above the new tab bar. Seen here in the Music app: As you scroll, the bar elegantly flows down into the tab bar space, which ...
pkamb's user avatar
  • 35.5k
2 votes
1 answer
326 views

I’m building a Files-style SwiftUI app and my primary goal is to adopt both: NavigationSplitView on wider (regular) widths (iPad/macOS), and TabView + NavigationStack on narrow (compact) widths (...
ayelvs's user avatar
  • 736
14 votes
3 answers
20k views

Apple's iOS 26 "Liquid Glass" introduces a new UI paradigm of a tab bar with a separate floating action button off to the side. This seems to be a common UI design used in many of Apple's ...
pkamb's user avatar
  • 35.5k

15 30 50 per page
1
2 3 4 5
28