Questions tagged [uitabbar]

UITabBar is a user interface element in Apple's iOS, which is a bar at the bottom of the screen and has images and/or text representing different views of an application.

UITabBar

UITabBar - iOS Class (Apple Docs)

Class Structure = UITabBar : UIView : UIResponder : NSObject

A UITabBar is a common user interface element used in constructing multi-view applications. Each tab/button may contain text or an image, and when pressed corresponds to a , or a subclass of (such as a ).

Image: screenshot of the UITabBar in Apple's Health application.

UITabBar Example


The object which controls a Tab Bar, is a . This class manages the view swapping that occurs when the user selects another tab.

2318 questions
0
votes
2 answers

How to hide UISearchController inside of navigation bar

I want to dismiss/hide UISearchController from navigation bar when I switch tabs, I tried many things, if I set it to nil a black layer is shown in the search space. The settings view controller should not present the UISearch any thoughts?
0
votes
2 answers

Addding UIView between tabBar and Navigation view in UITabBarController

I am working on a project that uses a UITabBarController for displaying all the different UIViewControllers but now I need to add a mini player just in between the tabBar and the navigation view (ViewControllers will have to resize too). Is there…
Reimond Hill
  • 4,278
  • 40
  • 52
0
votes
1 answer

unhighlight uitabbaritem in uitabbarcontroller

I have UITabBarController having 5 tabbar buttons. On some activity I want to unhighlight all the tab bat items. Can anyone help please? Thank you, Ankita
Anks
  • 225
  • 4
  • 15
0
votes
0 answers

UITabBarItem Icons: Adding Animations in Objective-C

I'm currently making an app with a UITabBar, and I would like the icons to be animate whenever an item is touched, is there any way to do this in Objective-C? After going through some questions here in StackOverflow, I've noticed that I can't seem…
0
votes
2 answers

How can I hide a UITabbarIcon?

I'm currently developing an iOS-App which will have 5 tabbar-icons. One of these should only be visible if you are allowed to see it. How can I hide this icon?
Abc
  • 55
  • 4
0
votes
1 answer

Need to design custom tabbar in swift 4 . - Update

I have created the custom class for UITabBar, to design raised button and tabbar strip. Actually İ need to give wave background effect behind the raised button. İ have already created circle and raised button but setting not accurate not wave flow…
Newbie
  • 360
  • 3
  • 19
0
votes
2 answers

How to make a UITabBar with multi-line itemTitle in swift 4

currently I'm working in an iOS project in swift. In my project, I have UITabBarController, which contains five items. Now it is working fine no issue. But now I need to change the title to a bigger title. But after changing the title, the item…
Hilaj S L
  • 1,936
  • 2
  • 19
  • 31
0
votes
2 answers

Elegant way to use Original Image Color when Image is Selection for UITabBar

I am looking to use the image's original color in the UITabBar when the image is selected, and default to the grey color when the image is not selected. I am trying to do this on the storyboard or in an elegant format instead of going to each…
AlexK
  • 336
  • 8
  • 21
  • 41
0
votes
1 answer

How to make tab bar background transparent by viewing only tab bar icons?

I have an image view behind a tab bar with an image set. How to make the tab bar transparent so that I can see the image behind through the tab bar. The tab bar should only display tab bar icons.
Jaseel.Dev
  • 730
  • 1
  • 7
  • 19
0
votes
1 answer

Make UITabBar Icons not resize/scale when clicked?

I want the icons in my UITabBar to not scale down when pressed. It's not extremely noticeable when you click the icons quickly, but when you hold for a second, you notice them scaling down. GIF of icons scaling when clicked
956MB
  • 135
  • 2
  • 12
0
votes
1 answer

UIScrollView Help

Is there a way to put several UIViews In a UIScrollView in a tabbar page. If so, how would I do that? To make it simple, Imageine the homescreen icons on the springboard. Each page is a UIView. I want to basically put this on a tabbar page. Is this…
0
votes
1 answer

Default tab not showing the first tab as selected

I have used a custom UITabbar for my app Since my app requires a viewcontroller instead of uitabbarcontroller. In that, I have showed both the viewcontroller by adding and removing the 2nd viewcontroller as subview. Till this its fine but…
Triambagan
  • 13
  • 3
0
votes
1 answer

Why UITableView is not getting any user interaction as it's ViewController is added to a UITabBarController as subView

I'm setting a left side menu programatically to a UITabBarController. To do this I am inserting a viewController with 0 index as subView to the TabBarController. When I press menu icon first tabView move right and menu UITableView is shown but I can…
Md. Yamin Mollah
  • 1,609
  • 13
  • 26
0
votes
0 answers

Xcode - how to get rid of line in tab bar graphic

At the top of my tab bar there is a faint, black line that won't go away. It is not in the original image. I have tried Clip To Bounds, changing the image tint and the background color.
squarehippo10
  • 1,855
  • 1
  • 15
  • 45
0
votes
2 answers

is it possible to create tabbar application like iphone in black berry

It is possible to create a tabbar for application like iphone in black berry
Ali
  • 10,774
  • 10
  • 56
  • 83