Questions tagged [uitabbaritem]

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.

Tab bar items gives the ability to switch between different subtasks, views, or modes. A tab bar operates strictly in radio mode, where one item is selected at a time—tapping a tab bar item toggles the view above the tab bar. There is a way to specify a badge value on the tab bar item for adding additional visual information—for example, the Phone application uses a badge on the item to show the number of new messages. This class also provides a number of system defaults for creating items.

991 questions
0
votes
1 answer

I can not set title to my programatically tab bar controller

I try to create tab bar controller as programatically. It is ok but I can not set title to tab bar items.. How can I do this? - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view from its…
Hacer Akac
  • 175
  • 1
  • 7
  • 18
0
votes
1 answer

'UITabBarItem' may not respond to 'SetAction'

I have a number of tabs in my app. The tabs are working with no issues, but I'm getting some warning messages (in the title above) which I would like to get rid of. My code is as follows: -(void)pressItem1:(id)sender { [self…
Stephen
  • 4,715
  • 8
  • 53
  • 78
0
votes
1 answer

Individual navigation bar for every tabbar item in monotouch

I need an individual navigation bar for every single tab-bar item because I have different type of titles in each every navigation bar and I need to add some customize buttons on this navigation bar. Please suggest me.
0
votes
2 answers

Reload View by Clicking on TabBarItem (Cause of PDF)

I have a Tab Bar Controller with 4 Items. In the 4 one I included a webView with some links. One of the links is a PDF, if I open a PDF in the webView there is no way to go back to the main webView with the links. Is there a way by re-clicking the…
joelschmid
  • 828
  • 1
  • 16
  • 32
0
votes
1 answer

Monotouch: BarItem badge tint color?

When I set the badge value, it's red background with white font. Is it possible to change the background color of the badge to eg. blue?
MojoDK
  • 4,410
  • 10
  • 42
  • 80
0
votes
2 answers

Tabbar Tab Overflow

Is there anyway that I can have tabs on an iPhone hide if there is not enough room to display them. The best example I can think of is on Android Music Player the tabs for "Artist", "Albums", "Songs" are displayed but "Recent", "Playlists", "Genres"…
Stefan Bossbaly
  • 6,682
  • 9
  • 53
  • 82
0
votes
1 answer

How to detect edit button actions in UITabbarController(More) iPhone?

I have 6 tabbar items in my iphone app. 4 tabbar items visible directly and other 2 items in More tabitem. There user can change the tabbar items by clicking Edit button. Is it possible to detect the Edit button functionality? If it is possible…
Yuvaraj.M
  • 9,741
  • 16
  • 71
  • 100
0
votes
1 answer

UITabBar padding

Is there a ways to adjust the width of the padding between Cocoa Touch UITabBar buttons? I'm working on an iPad project and I would like to reduce the padding between buttons for a slightly tighter look. Am I out of luck?
0
votes
1 answer

how to use UITabBarController's shouldSelectViewController delegate method

I have a tabbar-based application (tabbar controller is added in window itself) and all the navigation controller with their respective root view controllers are being set in window's xib. I have 4 tab bar items. Suppose I click on item 1, then the…
anshul
  • 846
  • 1
  • 14
  • 32
0
votes
1 answer

Can I UITabBarSystemItem in the View Controller?

I saw in the documentation that I can set the tabBarItem property of each view controller that is associated with my tabBarController. I can set the title and I can set the image. But I don't understand how to set it to a UITabBarSystemItem, which…
Jim
  • 5,940
  • 9
  • 44
  • 91
0
votes
1 answer

Selection of UITabBarItem loading corresponding view

I have a UIViewController named "RootViewController" which contains a UITableView and a UITabBar (2 TabBarItems - Favorites and More). When the View is being displayed, the TableView and TabBar are visible. Now I want to load an additional view when…
mybecks
  • 2,443
  • 8
  • 31
  • 43
0
votes
3 answers

How to set image for Tabbar item in iPhone sdk

I have a tabbar application created using Interface builder. When I try to set Custom Image for tabBar Item does not show up. Can Anyone Please help me in this? Thanks in Advance
Lakshmi
  • 585
  • 2
  • 13
  • 22
0
votes
2 answers

Can you programmatically retrieve the names of the tabs in a TabBarApp?

I created a tabBar app in Interface Builder - and named all my tabs and tab-items there. Can I now programmatically find out or retrieve the names of my tabs during run-time? When I do an NSLog of the viewControllers array, all I get is: ( …
sirab333
  • 3,662
  • 8
  • 41
  • 54
0
votes
1 answer

How to implement UITabBarItems that pop out from the UITabBar?

I want to build a UITabBar with a UITabBarItem that pops out, just like the "Check In" tab item in Foursquare? (Screenshot below)
gabor
  • 4,281
  • 8
  • 24
  • 20
0
votes
0 answers

Handling more than 16 tabbaritem

Is there anybody that have tried to work with more than 16 UITabBarItem? Basically I show, as usual, only 4 UITabBarItem plus the classical "More" UItabBarItem. The problem raises just when "More" tab is touched. I cannot scroll the items and I can…
freedev
  • 25,946
  • 8
  • 108
  • 125