1,612 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
117
views
Incorrect display of the TabBar when selecting a tab with scroll view inside
I'm trying to implement a tab bar on iOS 26 like the Music or Health apps on iPhone.
On a white background this is not noticeable, but when changing the background color to dark at the start of the ...
0
votes
0
answers
66
views
UIKit Toolbar showing behind tabbar in ios26
See SWiftUI Problem. I'm seeing now the same problem with UIKit.
Here are a couple of screen shots:
Here's a very basic Scene Delegate that creates a tab controller with three view controllers. The ...
1
vote
1
answer
236
views
Toolbar showing behind tabbar in ios26
Updating apps for iOS 26. Noticed that the toolbar (bottom placement) is laid out behind the tab bar in iPhone. So, in portrait mode you can't see the toolbar buttons.
You can see them in landscape ...
0
votes
0
answers
48
views
Flutter TabBarView inside PageView retains previous tab index instead of resetting to 0 when switching tabs
I’m building a Flutter app with a PageView as my main navigation container and a TabBarView inside one of the tabs (specifically the Media tab). The problem is that when I navigate to this MediaScreen ...
0
votes
1
answer
92
views
How to make Custom TabBar with curved selected tab that stays?
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 ...
0
votes
0
answers
64
views
How do I change the dimensions of a tab bar in the tab bar controller view controller
I want the Tab bar to span the length of my top bar. On iPhone this works by default on the bottom, but on iPad, which my app is targeted for, I can't get it to do this. In the triangle part of ...
0
votes
1
answer
194
views
How can I create a curved "notch" in a custom React Native tab bar using SVG to wrap a central floating button?
I'm building a React Native app and using @react-navigation/bottom-tabs with a custom tabBar component. The tab bar has five tabs, and the central one is a special "camera" button that is ...
-1
votes
1
answer
83
views
How can I change width of left-aligned tabBar?
I'm having an issue in React Native where I'm trying to customize the size of a tabBar that is positioned on the left side. However, when I try to change its width, nothing happens — the width remains ...
1
vote
3
answers
251
views
How do I refresh a content page when tapping on it in the tab bar MAUI
I would like to refresh a content page, i.e. completely reload it, when I tap on the page in the tab bar.
I have tried numerous ways without success. Could you please help me?
AppShell.xaml
<TabBar&...
0
votes
1
answer
94
views
In MAUI App, my Home tab is redefined if I click on a page outside the tab
I am confused by the behaviour of my TabBar in MAUI, and I am not sure I fully understand the issue yet.
From what I've observed, it seems that my Home tab gets redefined when I click on an item ...
0
votes
1
answer
105
views
SwiftUI Tabbar Appearance doesnt work in only those views which have Map
I have 3 views inside tabview. For the other two tabs the appearance of the tabbar is working fine, but on the view which has map on it, the appearance seems to go back to default. I have tried to ...
1
vote
2
answers
589
views
How do I animate hiding and showing tab bar in SwiftUI?
In my SwiftUI app I have a basic tab view. For one of the detail views I want to hide the tab bar, displaying it again when a user navigates back. By default the tab bar disappears and reappears ...
-1
votes
2
answers
154
views
Tabbar with TabBarIndicatorSize.tab results in broken tab animation
I have an issue with Flutter's Tabbar. i need the tab to be sized maximum possible, thats why i'm using TabBarIndicatorSize.tab
However this setting leads to a broken animation in the tabbar. Tapping ...
2
votes
1
answer
318
views
How to render different pages in <TabView /> in React Native Tab View Expo
I am creating a <tabBar /> in the React Native expo app. I have three pages as my tabs which are mentioned below.
library: "react-native-tab-view": "^4.0.5",
const tabs = [
...
0
votes
1
answer
45
views
How to use Tabbar widget in SingleChildScrollView in flutter
When we try to build this type of ui like attatched image where data can also be scrollable in column.
As u can see at end we also have to use Tabbar flutter widget.
for which it's necessary to wrap ...