tabbar Questions
9
Solved
How do I disable a particular tabbar item? Something like for the 3rd icon...
self.tabBarItem.items![2].enabled = false
There must be a way of doing such a simple task as a one liner?
The above...
Threephase asked 19/7, 2015 at 8:46
2
Here I have use SwiftUI 2.0 and manage TabBar badge count. Reference of
https://medium.com/flawless-app-stories/swiftui-tutorial-showing-badge-on-tab-bar-item-d71e4075b67a
In Xcode 12.1 , the badg...
4
Solved
I am trying to reload the tab bar after the user changes the appearance of the app from light to dark mode and vice versa. I am able to update everything in the app except the tab bar. I don't want...
8
I am working on an iOS App that have an UITabBarController for show a TabBar.
In some where, I present a modalView full screen that hides the tabBar.
I want to detect when my tabBar is visible for...
Churchgoer asked 13/8, 2013 at 10:36
1
Solved
SwiftUI 2.0 - TabView tab bar colors don't respect the current color scheme (dark or light mode)
I'm desperately trying to have my tab bar colors respect the current color scheme.
When the app is launched, the Colors are correct. But if I toggle dark and light mode, the colors don't switch bac...
1
I have TabBarView with 3 children, one of them I have a container which has an onPanUpdate gesture.
When I am trying to move container tab bar onHorizontalDragUpdate calls and tab bar changes tab...
Aeronautics asked 27/10, 2019 at 20:53
5
I have implemented large titles in my app with the following code:
if #available(iOS 11.0, *) {
navigationController?.navigationBar.prefersLargeTitles = true
navigationItem.largeTitleDisplayMode...
Mcrae asked 18/12, 2017 at 15:21
2
Solved
I work on a Xamarin.Forms.Shell app using the default bottom TabBar, and I need to know the TabBar height to adjust some items.
I've found a way to get the StatusBar height on both platforms there,...
Courtnay asked 18/11, 2020 at 11:43
1
Solved
SwiftUI’s Tab selection is suppose to work with any hashable content however that doesn’t seem to work.
In the example provided, you can see that in “Working” Tab, eveything works correctly if you ...
15
Solved
On iOS 10 this code doesn't work in order to remove the tabBar shadow line:
[[UITabBar appearance] setShadowImage:[[UIImage alloc] init]];
Somebody knows, what must I do to remove it?
On iOS 9....
4
I created a custom indicator for tab bar using Decorator.
I want to create a unselected indicator for not selected tabs in tab bar.
I did a container with custom decoration but current selected ind...
1
Solved
I have a problem related on my List view. The question is simple: how can I get rid of that wierd gray rectangle showing on top of the TabBar? I didn't code that, I just implemented a controller wi...
2
How can I animate Tabbar Items (of a TabView) on selection in SwiftUI?
for example give the selected item a .scaleEffect() with .spring() animation
or sth like below:
This is what I've tried so...
4
this is about SwiftUI.
my custom PNG 75x75, Black, Background Transparent TabBar icons doesn't get the color. My Icons are always black, no matter if there active or not. What I'm doing wrong?
Te...
2
Solved
I was developed android application. More over i have completed, but i want to minimize option. I have used tab bar. In that i want to minimize tab. When user click minimize tab to minimize whole a...
1
I have Main Page With SliverPersistentHeader and TabBarView Like Below code :
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Theme.of(context).backgroundColor...
Forequarter asked 28/5, 2019 at 10:18
11
Solved
How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems dim and hard to read for unselected tabbar items.
Giacometti asked 11/9, 2013 at 7:9
1
I have a TabBarView which contains a List of items, and I assign a Navigator.push method for each item. Currently this method will jump to a new page.
My question is , is it possible to navigate t...
Blomquist asked 12/2, 2019 at 16:5
1
What I'm essentially trying to accomplish here is to merge these two tutorials (x)(x) in order to create a simple TabBar that has custom icons. I'm trying to use icons from the react-native-vector-...
Hygrothermograph asked 24/3, 2018 at 3:31
1
Solved
I am showing custom tab-bar in my application which is showing at centre of the screen. So, Each time one tab should be active and other tabs will be inactive state.
According to that, I have imple...
Kriegspiel asked 1/2, 2019 at 7:1
1
Solved
I am trying to put the TabBar on the bottom of the app.
It worked so far, yet I can't get the pages to work (TabBarView). It just looks black and unresponsive. The TabBar is unresponsive too. Have...
3
Solved
I want to create an animation like the iOS app facebook at tabswitch[1]. I have already tried to develop some kind of animation, the problem that occurs is that the old view controller becomes invi...
Eminence asked 23/7, 2018 at 15:40
1
Solved
I am trying to make an app where tab bar, navigation drawer and search all comes under the toolbar but when I try to do it in tabbar page title gets separated where I want to show the title of othe...
Soave asked 2/6, 2018 at 17:29
0
I'm looking at Material's onboarding design guideline. I was wondering how I should approach replicating this kind of navigation. It seems to incorporate a special bottom tabbar and viewpager. With...
Ehman asked 11/5, 2018 at 11:17
5
Solved
I currently try to find a way to remove while run the app a TabBar Item, i found a way to enable or disable it but not to complete remove it.
For disable it i do:
In ViewDidLoad
if let tabBarI...
Bullis asked 7/2, 2015 at 16:9
© 2022 - 2025 — McMap. All rights reserved.