The tabbar tag has no wiki summary.
22
votes
5answers
33k views
Tab Bar Application With Navigation Controller
I have a simple iPhone app that has a tab bar and 3 tabs. Each tab loads a a seperate nib with a corresponding controller. Each nib contains a tableview with some other controls for ...
18
votes
6answers
12k views
How to set the Navigation Bar Color of the Tab Bar Configure Menu
As you can see the view I need to change is the provided view to customize the tabbar order. I want to change the color of the navigation bar (displaying "Konfigurieren" which means "Configure"), I ...
8
votes
1answer
7k views
iPhone 4 Tab Bar Icons
I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines of 96 x 64 for high resolution icons, but when I do this, my ...
8
votes
3answers
13k views
Iphone sdk tabbar View outlet was not set
I'm about at the end of my rope with this freaking project!!!!!!!
I have a UIViewController class that is linked to a nib that has a tabbar controller with 2 tabs. Both tabs load nib files. When I ...
5
votes
3answers
133 views
how to get this tabbar
how to get the following design of a tabbar
When a tab is been selected the the curve button must visible in the particular tab and the other to be in common.
i thought of adding a fixed background ...
5
votes
5answers
10k views
Is it possible to hide the tabbar when a button is pressed to allow a full screen view of the content?
I have a UITabBar in the detail view of my navigation based application. I am storing text and images in a tableview and would like the user to be able to tap on a cell to hide the navigation ...
4
votes
2answers
187 views
RelativeLayout: align view to child of sibling viewgroup
I'm trying to make a tab bar in android using a RelativeLayout and a RadioGroup that has an indicator which will slide to indicate the active RadioButton within the RadioGroup.
These are customized ...
4
votes
3answers
3k views
TabBar Support of Three20 iPhone Photo Gallery
I wend through this tutorial and created a photo gallery for the iPhone. Now I want to add it to my TabBar project. I already heard, that Three20 doesn't support XIB, so I changed my whole tab bar ...
4
votes
3answers
4k views
Adding login screen in front of Cocoa Touch Tab Bar Application for IOS
Still getting my head around things here. I'm not even close, but anyways.... I have a TabBar application created from Xcode. It works I have three tab views, that I know how to manipulate, etc.
I'd ...
4
votes
2answers
667 views
How do I change the background of a UINavigationBar?
I'd like to change the background of my UINavigationBar to a [UIColor colorWithImage:], but it isn't working. What am I missing?
EDIT:
Once I've created my subclass, where do I set the ...
4
votes
1answer
516 views
how to scroll the tabs in tabview
I am using six tabs in tab view. In portrait mode tab size become very small .So i want to scroll the tabs in horizontal so that size of each tab will remain original . How we can do this?
4
votes
2answers
3k views
self.tabBarItem.title not working?
In my iPhone application, I have a tab bar. This tab bar holds a UINavigationController. I have:
In Interface Builder set the tab item title to 'Create New'
In the UINavigation controller I have ...
3
votes
1answer
375 views
How to change the selected index of the tabbar
In my app there is a tab bar. On one of the elements of the tabbar (say element at index 1 of the tabbar) there are some buttons on clicking them will guide to some pages which are under some other ...
3
votes
1answer
2k views
iPhone 4 - TabBar Icons
how can I set high qualitiy TabBarIcons so it will look nice on the new iPhone 4 ?
Thx
Sebastian
3
votes
3answers
246 views
Execute a function just after the view loads, iphone
I am creating a tabbar application. One of the tabs is for an rss feed, which is a navigation application. but when i click the tab bat button, it is taking a while to load the view of that tab. It is ...
3
votes
2answers
350 views
Is there a way to prevent the configuration of tabbar items?
I constructed a tabbar with more than 5 tabs and the remainders were automatically added into the "More" view. That is fine, but along with that, the user is able to "Edit" the configuration of the ...
3
votes
4answers
1k views
iPhone UITabbar item double-click pops controllers
just found out something: If you have a Tabbar combined with a NavigationController (that has some views on it's stack) and you double click the TabBarItem, the view pops to the first ViewController, ...
3
votes
3answers
1k views
What type of iPhone application file should I use?
What type of iPhone application file should I use?
Before, I was trying to make an application that gets information from an RSS, then populates a tableview.
The application would be using a Tab ...
2
votes
1answer
87 views
pressing a UITabBar button Programmatically in Xcode
i used the code below to make a UITabBarController :
inside AppDelegate.h:
IBOutlet UITabBarController *rootController;
...
@property (nonatomic, retain) IBOutlet UITabBarController ...
2
votes
1answer
208 views
iPhone programmatically select Tab AND push view controller
With Facebook's new SSO, logging into Facebook means that my app is temporarily shut down. The problem is that my app requirements dictate that it cannot run in the background. So, when my app is ...
2
votes
3answers
465 views
Objective C: How to disable user interaction to all of tab bars except one?
As what the title suggests, I would like to be able to lock all my tab bars except for one. And only after the user completes an action will I enable all the rest of the tab bars. How can I do that?
2
votes
2answers
464 views
Show / Hide tab bar
Everyone
I have a problem and I have been searching the solution but could not find any. I am working on a tab bar based app. Problem is that I want to hide tab bar at first screen and then show it on ...
2
votes
1answer
1k views
Sencha Touch TabBar add button on the left side of tabs
I was working through some sencha touch tutorials and i can't figure out how to add a button to the left of tabs in TabPanel view. By default a button is added to the right of tabs. I have tried ...
2
votes
1answer
60 views
Having a view with a TabBar without any of the tab views showing?
Is it possible to have a UITabBar with lets say 2 tab bar items, but the view being shown not one that is part of the tab bar?
for instance I have orange view with the tab bar at the bottom, on the ...
2
votes
1answer
276 views
Android TabBar - Slides up along with the keyboard opening up
Is there a way to not have the tab bar slide up along with the keyboard when a user touches the textbox in a screen?
Right now, in the default implementation, along with the keyboard opening up, the ...
2
votes
1answer
204 views
Weird behavior of hidesBottomBarWhenPushed = YES (moves views when popping back)
So I've got something really weird going on here, and can't quite put my figure on it. Basically, I've got a view that has two subviews: one is to a webview, the other is to a button controller
See ...
2
votes
2answers
557 views
How to rotate app with TabBar?
Hi I have a splitview app that is working fine until I add a TabBar in the rootview section. The problem is that when I add the TabBar to the rootview the app does not rotate to landscape, if I change ...
2
votes
5answers
264 views
Tabbar App with Paging between tabs
I've been struggling for about four days now trying to figure out how to implement the functionality I need. Basically I want to make a tabbar app that you can swipe back and forth between the tabs. ...
2
votes
2answers
455 views
How to specify width, flexible space and/or position between UITabBarItems in UITabBar?
I am working on a project when client wants UITaBbar lookalike toolbar (icons and titles) at the bottom of some views.
Tabbar needs to have 1 item at the left, then free space and 2 items at the ...
2
votes
3answers
497 views
How can I “reset” the tabbar in an iPhone application
I've an iPhone application:
When you open the app you see the "LoginView". If you login into application you see a TabBarController. In the third and last tab there is "Logout" button. If you click ...
2
votes
0answers
481 views
Android scrollable Tabbar
is it somehow possible to have horizontal scrollable tabbar if there are more than e.g. 10 tabs in it?
Have anybody implemented something like this?
Mur
Ps.
It was not nice, what I did: I've ...
2
votes
2answers
460 views
iPad tab bar app not autorotating
I made a tab bar application, but it will not rotate into landscape.
I have the 'shouldAutoRotate' set to "return YES" but that doesn't work... Any suggestions?
2
votes
2answers
849 views
iPhone unread counts on tabbar
Which is the best way to implement on Cocoa Touch the unread counts on a icon on a TabBar?
I want to mimic the SMS or Mail application behavior, showing the unread message count to the user of my ...
2
votes
3answers
4k views
Navigation Based Application with TabBar
I have a Navigation-Based Application that shows a TableView where you can select a cell and it brings you to a "Detail View" for that cell. I want this view to then have a TabBar where I can select ...
2
votes
4answers
9k views
How to retrieve standard iPhone tabitem images?
I would like to use the standard icons like search, download, contact, setup, and list. Most of them existing in app like App Store, but I am not sure how to retrieve them.
Thanks
1
vote
1answer
84 views
Animation code stopped working
I have animation code in my AppDelegate file thats making the Default.png splashscreen to fade
out to the first controller of the app.
Since I implemented TabBar in my code, the animation stopped ...
1
vote
3answers
37 views
I need my view controller to sit behind my tab bar
I have a view controller, but when I hide the tab bar, there is just a black space where the tab bar was. I want to have my view controller sit behind the tab bar, so when I hide it, it shows the view ...
1
vote
1answer
55 views
tabbar can't display the image
in my a subclass of uiviewcontroller,implement the delegate method UITabBarControllerDelegate,my init method like:
- (void)viewDidLoad
{
[super viewDidLoad];
NSMutableArray ...
1
vote
1answer
99 views
Table view in Tab Bar App
I have been looking for weeks now and had no luck trying to find a tutorial for Xcode 4 showing how to add a Table View to a Tab Bar app. I was wondering if you could point me in the right direction?
...
1
vote
1answer
142 views
TabBar App Modal View Controller
I am building a tab bar app one of the tabs has an image (image 1) with a modal view controller that flips horizontally to image 2.
Both images have buttons that display content.
When the buttons are ...
1
vote
2answers
266 views
ActivityGroup is Deprecated
I am making android application containing three tabs.. On third tab there is login screen..
when i click on login button ...i want to replace the activity with activity containing list view and ...
1
vote
1answer
181 views
How to remove badge from specific tab bar after clicking away from it?
I want to remove the badge from the tab bar only after the user clicks away from the tab bar with the badge
For example, the badge appears on the 'News' tab as shown below.
If I click on the News ...
1
vote
0answers
104 views
android tabbar issue
in my android app i have 10 layouts and a tabbar with 4 buttons in it. For this 4 buttons i have 4 different layouts. In my app i want to place the tab bar at the bottom of the app and i want to show ...
1
vote
1answer
51 views
Simple TabBar on a View for 2 Other views?
I wanna have a SettingViewMain with a TabBar, which can Flip between SettingView1 and SettingView2.
I tried this simple work since 3 hours and try nearly all tutorials I found, but I don't get it to ...
1
vote
2answers
100 views
iPhone sdk how to allow users to re-order tabbar items in IB built tabbar
I've been investigating this feature but it seems that most solutions require yo to have built your tababr programatically. My tab bar is built in IB and I don't particularly want to recode most of my ...
1
vote
3answers
458 views
Best Android equivalent for iOS Tab Bar Controller
I'm about to start porting an existing iPhone app to Android. The iPhone app's navigation is based on a UITabBarController, with a separate view controller for each of the 5 functions of the app.
...
1
vote
1answer
163 views
Dojo Mobile: Bug in tabbar? Broken image when scrolling
I'm trying to build a Dojo Mobile App at the moment and got a little problem on iOS which I couldn't figure out how to solve. I need a tabbar at the bottom of the application. I positioned it and ...
1
vote
1answer
546 views
How to programmatically create a dojox.mobile.TabBar?
I want to create a dojox.mobile.TabBar of the segmented control type, like the one at the top of this page:
...
1
vote
1answer
202 views
Problem in Android Spinner inside the Tabbars
I am making an application and i am facing a problem.
I am using Tab bars and in one of my Tab bar i am using Spinner.
It loads Perfectly but when i click on it. it gives me:
...
1
vote
1answer
75 views
how do i return back to a tabbar controller main window?
in my app I have a button on my first tab page that leads to a new view with a webview on it. I have added a back button to a navigation bar at the top and coded it to go back to the first tab window ...