TabBar is a ActionScript UI component used for switching between different application states.
0
votes
1answer
34 views
Change Action bar title for each tab swipe on android
I have set up Action bar with swipe tabs using ActionBarSherlock and Fragments.
I want to have different Action bar title for each tab. And it would be great if i could set up image instead of the ...
0
votes
1answer
15 views
Reload badge of tab bar item
I have an app with a tab bar controller. One of these views is a table view. There is a method to set the badge of this view in the tab bar. This works...but only when the user touches this view and ...
1
vote
1answer
41 views
Bring Tab bar back after using navigation bar
I have an app that based on Tab Bar combined with navigation bar.
In the navigation bar i have a button that takes me to another page which I want to hide the tab bar. When i trying to back to the ...
0
votes
5answers
61 views
How to change style of tabbar in iphone sdk
I am developing an application in which I need bit customize tabbar as I attached Image below. As in Image home tabbar item show I want as it is, I tried but I couldn't change highlighted area as show ...
1
vote
0answers
19 views
how to directly switch on another UITabBar?
by button press i want to go to the last tabbar item:
here is the code :
In my AppDelegate :
self.tabBarController.viewControllers = @[navController1, navController2, navController3, ...
0
votes
3answers
63 views
How make static view on any viewcontroller in Xcode?
I Have interesting question.
I have two screens, I need that would be the third screen elements (buttons, label) are static and do not change when you move from one screen to another. .
So MAIN ...
0
votes
1answer
22 views
dojo tabbar programatically created but not fixed at the right position
i created a dojo tabbar programmatically and set the fixed:"bottom" attribute but the tabbar is created below the existing document and not fixed at the bottom of the window. After i have done a ...
0
votes
1answer
26 views
android setting default tab in tab-activity
android TabActivity launches the FragmentActivity associated with the first tab added in the sequence before setting tabhost.setCurretnTab(4);
@Override
public void onCreate(Bundle ...
1
vote
3answers
51 views
iOS - Changing tabbar badge from other class
I've searched a lot but could not find an answer and therefore decided to ask you :).
I have an application with some views. After logging in I create a UITabBarController with 3 tabs.
Now I wish ...
0
votes
3answers
54 views
How to Create Tab bar programmatically from second viewcontroller
I am developing an application which contains a login page. The first page should be a login page (with a view controller). Once the user has logged in I am going to show another view from that I need ...
0
votes
0answers
34 views
How to change the title of Tabbar with localizable system
I use the language change in the app, but do not change the title of the Tabbar. You can give me the solution to my problems do not perform.
-(void) menuCallbackEN: (id) sender
{
...
0
votes
0answers
34 views
Multiple tab bars in ios app
Quick question, to which I would be grateful of thoughts on.
We are developing an app that has different main sections within it, that are quite clearly different sections.
We want to have a tab bar ...
-1
votes
0answers
28 views
Tabbar Dynamically in Storyboard
-(void)LoadTabBar
{
if (!tabBarController)
{
self.tabBarController=[[UITabBarController alloc]init];
self.tabBarController.delegate=self;
UIStoryboard *mainStoryboard = [UIStoryboard ...
-1
votes
2answers
45 views
Icons in tabbar are not displayed correctly
I have an issue with iPad application. I'm porting the iPhone app to iPad. In iPhone, all is working in order but when convert to iPad (Universal app), the tabbar controller looks like this
...
-2
votes
0answers
26 views
Create tabbar programmatically in 1 class and using it as function in all class or specific class [closed]
I want to know is there any way to
Create tabbar controller with 5 or more tab button programmatically in 1 class and using it as function in any class or specific class .
just like you call any ...
1
vote
1answer
43 views
Tabbar cannot clickable after iPhone 5 optimize
I am optimizing my screen from iphone 4 to iphone 5. However, Once I have optimized, my tabbar stopped working. As it can be seen in the first image, once I clicked on world average, it took me, ...
0
votes
1answer
107 views
how to customize More Tabbar TableView Cell for storyboard ios 6?
i have add 6 or more tabbar on the storyboard. it will automatically generate More Tab.
When I click more button. I can see other view controller on tableview row cell. But I couldn't change cell ...
0
votes
1answer
81 views
Hiding tab bar on one view in Xcode storyboard
I have a Tab bar application where I would like to hide the tab bar for one of the views to exchange it with a toolbar. I am using Storyboard and by setting the Bottom Bar to None and dragging in a ...
0
votes
0answers
27 views
Displaying popUpWindow in the current tab without implementing onClick
I wish to get a popUpWindow as soon as my tabActivity is called. I am getting the popUp after i click the tab. But I need it to be displayed when the activity started. Here is my code.
Resources res ...
0
votes
0answers
24 views
Press Button on ViewController which pushes to TabBarController with UINavigation Bar?
I am currently developing an app that I plan to distribute soon, however I am having trouble with my storyboard configuration. What I want is to have a view which displays 4 buttons on it and when one ...
0
votes
1answer
37 views
android - more button in tabbar
is there any way to create ios like more button in android ?
here is some examples in ios.
...
0
votes
1answer
46 views
Xcode - How to attach a tab bar to a view without adding a tab for the new view
I have an application which has 5 tabs. I also have another view which you can access from tab3 via a selection of buttons. I will call it view 3b. View 3b populates with information based on which ...
0
votes
2answers
62 views
Flex 4.6 TabbedViewNavigator - Remove Border
How to completely remove the button borders of a TabbedViewNavigator in Flex?
I've tried CSS, replacing the skin in AS and MXML with no luck:
.
I want to create a custom skin to the TabBar, ...
0
votes
1answer
25 views
Static Table navigation in a Tabbar application
I am working in an Tabbar based app.
On the last of 4 tabs(More), I have a ViewController with a StaticTableView in it, embedded in a NavigationController which is in a Relationship View with my ...
0
votes
0answers
23 views
how to display up and down arrow arrow of qtabbar seperately on either side in qt
In qt when dockwidgets are added and tabified there appears a up/down arrow together at the bottom of tabbar to help in scrolling. This overlaps with the tab text. so i want to move the up arrow to ...
0
votes
1answer
53 views
Add view in tab bar project - xcode
I have a x-code project made by tab bar. On AppDelegate.m I create three buttons for each view:
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];
...
0
votes
0answers
36 views
setBadgeValue not working in AppDelegate.m (Storyboard)
In my AppDelegate didFinishLaunchingWithOptions BOOL I am calling this method:
UIStoryboard *iPhone35Storyboard = [UIStoryboard storyboardWithName:@"Storyboard3Inch" bundle:nil];
...
0
votes
0answers
8 views
Show TabBarView
I'm trying to show a TabBarView from a normal ViewController. I already have a TabBarView in storyboard and connected a TabBarViewController-Class to the View. Then I imported the .h-File of my ...
0
votes
2answers
35 views
STACKING OF TABS similar to iPad Chrome app
I need to develop tab bar similar to Chrome's tab bar functionality on iPad. If the user opens more then 5 tabs it displays the extra tabs as a stack:
How can I achieve this?
1
vote
0answers
70 views
Sencha tab bar bottom in google chrome browser iphone does't appear
I'm new to sencha, I'm starting with a web app for ios and android but this example Kitchen Sink the tab bar bottom in google chrome browser iphone does not appear totally, anyone know why?
1
vote
0answers
26 views
How to select a dojo TabBarButton?
i have a view called divChal. When i change the view to that i also want to change the selected Button in the tabbar to the button with the id tabBarButtonChal.
i tried it like this, which doesn't ...
0
votes
1answer
39 views
Connect same view in two different way with storyboard
I'm sorry for my english and my question is:
i have started to develop app recently and maybe my question is stupid.
I'm trying to develop an app with a tab bar, and in my "home" there are some ...
0
votes
0answers
65 views
Changing UIView in iOS App?
I've been struggling with this for little over a week. I studied the "InfinitiTabBar" project shared with me in a previous question here (Thanks Gunther!). This is the very first programatic TabBar ...
0
votes
0answers
28 views
Animating a view in android simulating a product adding to cart tab
I have a tab bar which holds fragments for each tab. In my application I want to add an animation like, when a product(imageview) is added to the cart, the animation should simulate that the product ...
0
votes
1answer
46 views
Tabbar makes my view horizontally scrollable
When I insert a tabbar for bottom navigation, I can scroll the whole view a little bit horizontally. I tried the scrollDir command for the scrollableview but that doesn't work. I don't want the view ...
0
votes
1answer
84 views
iOS Tab Bar Icon Clicked Event
I am trying to execute some code when a tab bar button/icon is pressed - even if that button/icon is currently active.
How do I do that?
All I find is words like "delegate" which mean nothing to me ...
0
votes
0answers
5 views
How make value persistance of variables through different views?
This could be a very basic question that I missed while I am learning. I hope I will get right direction from here.
Here is the scenario :
I have two views, first one is having segmented control on ...
0
votes
1answer
45 views
How to make TabBar transparent
I want to make the tabbar transparent and leave the icons still there. So that when you look at it the icons on the tabbar look like they are their by themselves. Whats the code for me to do this? ...
0
votes
1answer
81 views
In iOS 5, how can I fix a width issue with a Custom Design I want to use for a TabBar. Please see Image
I have the following code in my App Delegate in order to change the appearance of my Tab Bar:
[[UITabBar appearance] setBackgroundImage:[UIImage imageNamed:@"tabBar.png"]];
However, the result is ...
-1
votes
1answer
69 views
Odd push segue transition going back to root controller [closed]
I'm having a strange issue with my push segue when coming back to the root view. I have a navigation bar and a tabbar. Segue-ing to a view displays a pretty smooth transition with the entire new view ...
0
votes
0answers
43 views
Xcode - Sliding Tab Bar? [duplicate]
Is there a tutorial I am overlooking online for a sliding tab bar application? I've been going at this research for little over a week. I'm wanting to use this feature instead of having the "more" ...
2
votes
1answer
35 views
How to load the child class in tabview in android
currently am working with TabActivity in android,i have 4 tabs and in the 4'th tab the main class is calss A,and other class are class B,class c,my questions is when i click on my 4'th tab i want to ...
0
votes
0answers
24 views
Moving the TabBar
I have a form with a panel docked to top with 1 menu and 1 toolstrip in.
I have also a TabControl.
I want to move the tabbar into the panel's free space like that :
Someone told me "It can be ...
0
votes
2answers
61 views
Tab bar disappearing when switching controller
This code works perfectly to switch view controllers,except the tab bar controller disappears.
Now I try many different variations of this code
[self ...
0
votes
0answers
40 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
113 views
Android 4.2 : Application Navigation with multiple activities
I am new to Android development. I am developing a application which basically needs to have a application navigation (Tabbar, Buttons etc) on the top of the screen always. When user clicks(Or Taps) ...
-2
votes
1answer
48 views
How to reorder TabBar's Tabs programmatically?
Is there a way to reorder tabs of a TabBar programmatically on xCode?
Thank you a lot, Matteo!
0
votes
1answer
299 views
instantiateViewControllerWithIdentifier in Storyboard
I've made a tabbar controller with two views (standard setup from the template). First view is accessing an array within an dataController object. When I tap to the second view on the tabbar, I want ...
1
vote
2answers
27 views
Open App on specific Tab depenging by Device System Language
Can I open an iPhone TabBar App on a Tab or another depending on Language setted on Device?
For example: First Tab of my app is named "USA", second "Germany", third "France". Is possible to open App ...
0
votes
3answers
120 views
iOS TabbarViewController hide the tab bar
I have a viewcontroller that it implement UITabbarViewController, and I want to hide
the tab bar and override it by myself,
self.tabBar.hidden = YES;
the tab bar disappeared BUT there is a blank ...




