The UITabBarItem class implements an item on a tab bar, instances of the UITabBar class. Tab bar items are used to configure the tab bar.

learn more… | top users | synonyms

1
vote
1answer
15 views

TabBarItem image not showing

I'm having issues getting images to show on the tab bar. I have a project in MonoTouch that uses a UITabBarController as the host of the app. For each tab item I have a UINavigationController. In ...
0
votes
1answer
41 views

Remove gradient/Gloss from UITabBarItem

I am customizing the UITabBar. I used my custom image in UITabBarItem. The problem is whether there is a gradient/gloss on the item. I checked Apple's app Store didn't had any of this glossy effect on ...
0
votes
1answer
23 views

How to check if a TabBar item is already present before adding at run time?

I have a tab bar project with one tab in the beginning and the view controller has buttons. If a button is tapped - a specific view controller is expected to be added to the tabbarcontroller/tab ...
-1
votes
1answer
42 views

Change the tabBar item title at runtime [duplicate]

How to Change the tabBar item title at runtime by given index. ...
0
votes
1answer
57 views

Prevent tabbar from changing tab at specific index - IOS

Thanks for reading my question. I'm trying to implement a popup menu when a user clicks the tab with the index of 4. So I'm trying to prevent the tabbar from switching viewcontroller when index 4 is ...
1
vote
1answer
55 views

Showing a overlaying menu when tab bar item is clicked - IOS

Thanks for reading my question! I have a 5-part tabbar which I use for app navigation, the center tab is covered by a UIButton and is slightly larger (much like the instagram app). This works fine. ...
0
votes
2answers
50 views

Evenly place UITabbarItem in UITabbarController

Below are 2 images of iPad UITabbar. By default i get the top one. But i need to make it like the second one (evenly spaced throughout the screen) without using Custom Tabbar. Is it possible?! EDITED ...
0
votes
0answers
28 views

Highlight UITabBarItem image

I am using UITabBarItems within a UITabBar. When a particular tabBarItem is selected it is shown highlighted. But for my case this highlighting is not enough (because of the background color of the ...
0
votes
0answers
24 views

iOS: keeping property values while switching between UITabBarItem's

I have a UITabBarController linked to 2 UIViewControllers, and in the "first" UIViewController I have properties whose values I need to be maintained when I switch to the other view controller and ...
0
votes
2answers
24 views

How to choose witch UIViewController to show when i click on UITabBarItem?

I m using StoryBoard, and i have UITabBarController, and an UITabBarItem (User Profile), i want at the moment when i click on UITabBarItem (User Profile) to check if the user is connected or not ...
0
votes
1answer
50 views

BadgeValue not getting updated on UITabBarItem

I use UITabBar and UITabBarItems with it. I can set badge value for UITabBarItem before assigning tabBarItem to tabBar. But my problem is that I am not able to update the badge value of tabBarItem. ...
0
votes
1answer
33 views

How do i add a button on top of a UITabbar

I'm looking for a way to add a button on top of the current layout of a UITabbar. Is it possible to create a custom frame for the UITabbar? any advice would help
0
votes
0answers
50 views

How to handle with big title in UITabBarItem?

I use UITabBar with 5 UITabBarItem and each UITabBarItem have title value set to a person's first name. If the names are 10 characters long then their boundaries with overlap with title of ...
0
votes
2answers
64 views

Image not showing up in UITabBarItem

I am using UITabBar and UITabBarItem. I have an URL of an image. I set UITabBarItem's image to that image using URL. But image is not showing up. If I use any other image from my MacBook, it works. My ...
0
votes
3answers
73 views

BarButtonItem not displayed when views of uisplitviewcontroller changed

My app works with tabbarcontroller as root view of the window, where on clicking each tab item loads splitviewcontroller with required views for it. The left and right panes of split views are ...
3
votes
1answer
53 views

Why it crashed by using two or more webview with Image datas?

I have tested the Google Image Search link in single webview wont crash running for a long time!!! Simply tested with the webviews loaded in four tab bar items each loads the same link.For certain ...
0
votes
1answer
112 views

iOS refresh tab bar items after selected

I have a tab bar that can browse into sub screens. Restart the tab bar item (first screen) when you select the tab item. So basically when you select the first tab bar(see pic above) and select ...
0
votes
1answer
58 views

Moving UITabBarItem Image down?

Normally on each tab of a UITabBar you have a small image and a title naming the tab. The image is positioned/centred towards the top of the tab to accommodate the title underneath. My question is: if ...
1
vote
2answers
96 views

Is it possible to customize UITabBarItem Badge?

The question below is similar as mine. Custom UITabBarItem Badge? Is it possible to use a background image instead of drawing it myself? I think it's fine since my app will only use a 1-digit ...
0
votes
0answers
21 views

UITabBarItems not Presenting Full Size

i'm Using StoryBaord, The App Base on 2 Customize UITabBarItems With images.. UITabBarItems is Not Presenting Full image Size Till Bottom. it remains some empty Pixels down there.. can you tell me ...
0
votes
2answers
82 views

How to set title with UITabbarsystemitem

I just wanted to know how i can set a title of a tab bar item using UITabBarSystemItem ? What i did : self.tabBarItem = [[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemFeatured ...
0
votes
0answers
42 views

tabBarItem image shrinking on setBadgeValue

I have created a tabBarItem with an image. I have set badgeValue for it, which displays count of messages. When badgeValue is displayed, that tabBarItem image shrinks suddenly. Here is a screenshot ...
0
votes
1answer
80 views

Create Custom UITabBarController in which Label should be in front of Image not bottom

I need to create the custom UITabBarController , the layout should looks like first the image then title infront of that image not the bottom of the image. Please suggest me the way how to do that or ...
0
votes
1answer
49 views

Start iphone call from tab bar item

i'm sorry for my english. I'm trying to develop an app and in one of my tab bar item i want provide the functionality to start a phone call. I know that is possible to start a call with the ...
0
votes
1answer
149 views

Hide tab bar item and aligning other tab items

In my app, i have 4 tab bar items. Iam adding these 4 tab bar items in XIB file. Initially i have to show 3 tab bar items and after sync i have to show 4th tab bar item in my app. So for this, i am ...
0
votes
0answers
8 views

bar button is not working as expected

I am having table view embed in navigation control. in the table view I have prototype cell which is having label named cellLabel. I am trying to place bar button on the top bar, to go to about app. ...
1
vote
1answer
124 views

Make UItabbar transparent

So I have two tabbar items in my tabbar and each of them has an image with a round corner, the rounded corner is at location where they meet, as you can see in the picture. I am trying to set the ...
0
votes
2answers
171 views

Add controller to UITabBarController without new item appearing in the tab bar

I have an application with UITabBarController as its main controller. When user taps a button(not in the tab bar, just some other button), I want to add new UIViewController inside my ...
0
votes
2answers
50 views

UITabBarController with UIViewController without tabbaritem

I'm new to iOS development and have such problem, if anybody can help me: My project consist of a view (home view) and a tabbarcontroller with 3 views. How can I make so, that home view will show ...
0
votes
0answers
15 views

uitabbar item image not displayed on ipod 4th generation?

My question is that i am developing app for ipod touch 4th generation.I am showing custom uitabbaritems with transparant white image with size 30x30 and i also tried with 60x60 resolution.It displays ...
0
votes
1answer
93 views

proper way to set badge value on uninstantiated view controller?

I have 2 view controllers in a tab bar controller. My 2nd Nav Controller wants to set a badge value. This controller is not loaded when the app starts, so the badge does not show. If I go over to that ...
0
votes
0answers
28 views

remove ItemBar from UITabBarController that created programatically

In my appDelegate I create TabbarViewControler, when I want to go to some view I want to remove one Item bar, would you please help me how should I do that? _tabC = [[UITabBarController alloc] init]; ...
0
votes
1answer
140 views

How to link a tabBarItem to a viewController programmatically (iPhone, iOS)

I have an application with a login system. I want the tabBarController to change dynamically at runtime if the user login himself successfully! I have 5 tabs (Accueil, Tous les Voyants, Inscription, ...
0
votes
3answers
274 views

colour icon in UITabbar item objective-c

I have a UITabbar controller with 3 item, I want to have colour icon instead of based Gary icons, would you please give me some hint that how can I have colour icon in tababr, Here is my code: ...
0
votes
0answers
44 views

UITabBarItem taking wrong vertical offset

See the screenshot: my tab bar selected item is taking a wrong vertical alignment, both images (normal background and selected item) has same height in pixels. Any suggestions? Thanks.
0
votes
0answers
43 views

Disable double tab on uitabbar with storyboard

Is there a way to prevent that tapping two times on a tabbaritem, the view pops to the first viewcontroller? I'm using storyboard and I've done something like this - (BOOL) ...
0
votes
1answer
37 views

How to change the Color of text in UITabBarItem in iOS 4

I know iOS 5 and later has methods to change the attributes for UITabBarItem but i don't know how to change the color of UITabBarItem title in iOS less than 5.0
1
vote
0answers
98 views

tab bar xcode remove title of bar item with storyboards

I would to remove a title of the bar item and show only the images also in the space of the title (size of the image 60x60 not 30x30) its possibile only wih storyboards or IB ? thanks a lot
0
votes
1answer
212 views

Delay in updating Tab Bar Item's Badge Value

I have a function which runs every 5 seconds to check for new messages, if a new message is triggered I'm updating the badge value of the tab bar item using the below code NSString *chkUrl = ...
2
votes
2answers
99 views

App will crash when run on iOS 4.3 in simulator

My app running perfectlly in iOS 5.1 and iOS 6.1. But wheen I try to run it on iOS 4.3 than it was crahing on this code: [self.tabBarItem setFinishedSelectedImage:[UIImage ...
1
vote
1answer
95 views

why does selecting a tabbarController index programatically doesnt call delegate method

when we touch the tabbaritem of the tabbarcontroller the delegate methods are called: -(BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController ...
1
vote
1answer
195 views

UITabBar Customization in iOS 4

Hi i am developing in Custom tabbar and my deployment Target is iOS4 In iOS5 wise Everything fine. In iOS4 wise not working Code snippet UIImageView *imageView = [[UIImageView alloc] ...
1
vote
1answer
113 views

No UITabBarItem image when using BannerViewController

I have a universal tabbed app targetting ios 6 with 4 tabs. Almost ready to release, and I started to look at the latest and greatest ways to support iAds. After looking at the iAdSuite demo project ...
0
votes
0answers
50 views

Image in Tab bar item

UIImage *clockIcon = [UIImage imageNamed:@"librettoitem.png"]; UITabBarItem *localTabBarItem = [[UITabBarItem alloc] initWithTitle:@"calcolo" image:clockIcon ...
0
votes
1answer
84 views

UITabBarButton without switching to another view

Does anyone know of a way to have a UITabBarButton that, rather than segueing to another view controller, will perform another function, e.g. call a method? My iPad app utilises a tab bar but the ...
0
votes
2answers
191 views

Remove selection image from tabbar item on modal view dismiss

I have a tab bar based app. I have selected/de-selected image set for every tab bar item. On first tab I have a button that opens up modalviewcontroller. At the time when modal view is activated, ...
1
vote
2answers
76 views

Add new TabBarItems in UITabbarController

I have an application which has a UITabbarController with only One TabBarItem in it i.e. "Home". Now the problem is while I am in my Home Tab bar Item Can i Add More TabbarItem's with different ...
1
vote
2answers
514 views

how to set the image for tabbar item when tabbar controller supports all the orientations in iPhone

I am new to IOS development. I am facing an issue in dynamically setting the images for Tabbar items. I have sub-classed the UITabbarItem . @interface CustomTabBarItem : UITabBarItem { UIImage ...
2
votes
1answer
350 views

Increased height of one of the tab bar items

I have a tab-based app created, which has 5 tabs. I want the 3rd tab bar item to be of greater height than all other tabs. The size of this 3rd tab bar item will always remain greater than other ...
1
vote
1answer
69 views

self.tabBarItem respondsToSelector always returns no

I am trying to change the font color on tab bar items. I'm using code from this post: change tabbar text color,iPhone My code is as follows: if ([self.tabBarItem ...

1 2 3 4 5 8