A common user interface element in apple's [tag:iOS]. Used notably in the music application, a UITabBar is a black bar at the bottom of the screen which has images and/or text represent different views for an application
-1
votes
3answers
27 views
Create Silver UITabbar like Apple Music App?
So I really want to implement a silver tab bar like the Apple Music app. I'm unsure about how to do it, specifically the silver look and feel.
Any help is much appreciated!
2
votes
3answers
29 views
Exchange UITabbarItems programatically
I am making an app in English having UITabbarController. Now i want the same app in Arabic as well. So i need to flip the tabs that were initially from right to left - to - left to right. Is it ...
0
votes
1answer
25 views
How can i make a UITabbar like this?
I would like to create a UITabbar like below but i don't know what is the logic to do that.
0
votes
1answer
9 views
self.tabBarController setSelectedIndex: not working
Things in the project:
a storyboard which contains just one Tab Bar Controller and four view controllers (so I have four tab bar items, and four segues, very very simple)
a custom Obj-Class which is ...
0
votes
0answers
7 views
Hiding UITabbar when scrolling in iOS
Hi i am trying to replicate A UItabbar being hidden and showing while scrolling much like how the pinterest and google + apps do it. I found a quick emulation on git hub by tony million ...
-3
votes
1answer
38 views
Any way to use common variable for all tab in tabbarcontroller?
i am creating 4 tab in tabbarcontroller,i want use common variable like name in all tabs how to do that
Thanks
0
votes
2answers
47 views
How to create scrollable UITabBarController in iPhone?
I want to show 10 views on UITabBar with scrolling functionality. For this I am using UITabBar on a UIScrollView. But I am not able to show different different views after click on a item of UITabBar. ...
0
votes
6answers
75 views
Tab bar shows alert message
My app has four tabs 3 of them moves to a separate view controller . The fourth one enable the user to log out from the app what i need here is to add an alert message when the fourth tab is pressed ...
0
votes
1answer
21 views
space underneath custom tab bar
I am adding custom tab bar images to a UITabBar in xcode, but the images dont sit flush against the bottom of the screen.
I am using
UIImage *selectedImage0 = [UIImage ...
1
vote
1answer
44 views
How to set tabbar image color ios button?
i create a 4 button like tabbar , but image show as colored ,i need show images as like tabbar image color (gray) .
Thanks
0
votes
1answer
30 views
UIBarbutton Item - image selected and un, not shown when called programmatically
It works in selected state, hence when you select either one of the tabs, but when app launched the images are not visible. (I think there seems to be a problem with the unselected state and not the ...
0
votes
0answers
22 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
0answers
18 views
Custom tab bar in storyboard
I am new in iphone and working on an app in which there is storyboard.I want to use cutom tab bar after successfull login.I searched in google and found some example in which they told to make a ...
0
votes
2answers
26 views
changing tabbar images when tabbar not root view
I am looking at changing the graphics on a tabbar, such as
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
UITabBarController ...
0
votes
1answer
35 views
App crash on making UITabbar select to nil in iOS
I dont want tab items selected by default. I want them to be selected only when i click on that tab item. So i am making the selected view controller to nil.
...
0
votes
2answers
32 views
tab bar in ios that opens a picker, not a view
I have a tab bar application with several tabs, and all that is no problem. Each tab goes to a new page and opens a new view.
What I want to do is add a tab that does NOT open up a new page or a new ...
1
vote
1answer
26 views
Is there a way to remove of add a tab to a tab bar dynamically while using the app in iOS?
I have a tab bar with 5 tabs on it in my app. The final tab shows some ads. I want to add a setting where a user can turn that 5th tab "off".... so essentially I just remove it from the screen.
Note ...
0
votes
1answer
39 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
63 views
Add a Tab Bar Controller Programmatically to current App Flow
I want to add a tab Bar Controller to my current App Flow. Currently I have a page with a button which on clicking opens a new viewcontroller with a web view where the user logs in and after login I ...
0
votes
1answer
29 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
13 views
insert a uitabbarcontroller to a different uiviewcontroller
I am still kind of new to using the uitabbarcontroller in Xcode 4.6 and i have a problem regarding it. I'm using a tabbarcontroller as the main controller and in the tabbarcontroller I have 4 tabs. ...
1
vote
1answer
93 views
iOS possible for draggable hide button on UITabbar?
Is it possible to add a custom button ontop of a tabbar which can be used to hide and show the tabbar?
I can hide the tabbar but i want to be able to do it from the tabbar itself (button on it)
...
0
votes
1answer
32 views
UITabBarController switch tab is slow at first time
I am working on an ipad project whose UITabBarController (it's also the root) has 5 tabs.
The second tab is a tableview where there are quite rich UI elements.
The problem is that everytime I ...
0
votes
0answers
47 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
1answer
14 views
UITabBar autorotation for ios4+
at the moment i have developed an ios tab bar application the rotates perfectly on the iphone simulator(ios 6.1). The problem is that when i run the app on my real device (ios 4.3), the app works ...
0
votes
2answers
73 views
custom uitableview with a tab bar on top ios
http://www.iospirations.com/component/iphoneinspirations/detail/198-burgerquest
screenshot
...
2
votes
0answers
35 views
Memory management for webview content (Image data from script)
How to manage memory for the webview content? Creating Sample that uses the tab bar with webviews each loads html Google image search results. Its known that app running out of memory, I received ...
0
votes
1answer
63 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
3answers
28 views
Passing the value of UILabel from FirstView to SecondView on a Tabbar Application
I am trying to make an app which is getting data from a Weather Station. It is a tabbar based application.
I have two viewcontrollers: FirstViewController and SecondViewController.
In the ...
0
votes
1answer
32 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
73 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
1answer
67 views
InAppSettingsKit Tabbar, doesn't call settingsViewController
For a Iphone app I've tried to implement InAppSettingsKit (tabbar version). I succeded to integrate the library sample in my app but "settingsViewController" methods are not called.
This is my code:
...
0
votes
0answers
39 views
iOS switching tab bar controller when navigating through application
i have a little unordinary problem. Lets say i have tab bar and there are two tabs in it. First one is for search the second is for map.
Now imagine this situation. User goes to the search and ...
0
votes
1answer
59 views
Create Custom UITabBarController in which Label should be in front of Image not bottom
I need to create the custom UITabBar Controller , 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 ...
0
votes
1answer
44 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
0answers
46 views
shouldSelectViewController not getting called
I am trying to call my shouldSelectViewController Delegate function. But it doesnt seem to work.
I did the following, but still the function doesnt get called
.h
@interface myAppDelegate : ...
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
1answer
40 views
Tab bar not appearing
The tab bar for this project isn`t showing up, instead it just shows a black screen.This tab bar is enter in pragmatically in application launch in app delegate.
main_tab=[[UITabBarController ...
0
votes
1answer
106 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 ...
1
vote
3answers
70 views
get rid of white strip across UITabBar
I am have researched this and still cant figure out what the proper word for the white gloss strip across UITabBar. I have googled so much on how to remove this gloss and couldn't find anything. For a ...
1
vote
1answer
71 views
UITabBarController and UITabbar with background images for UIBarButon
Hello, please forgive me for asking very common question, I created uitoolbarcontroller in app delegate, and assign title for tabbar in view did load of view controller.
Code is here:
...
0
votes
2answers
173 views
My Tab bar controller disappears after a push segue
Here is the setup of my app:
Nagivation-
-loginVC -if login is valid, pushes segue to-
tab bar controller with 3 tabs:
-in the first tab, is a profile display which modal pushes to a ...
1
vote
1answer
72 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 ...
2
votes
1answer
47 views
Programically change TabBar order Objective C
I have a Storyboard Xcode project, and I'm battling to place the order of the tabs in the Tabbar. Which has 4 tabs.
CurrentLocationViewController, LocationsViewController, MapViewController and ...
0
votes
0answers
17 views
Call button to my uitableviewcontroller
I have a custom tabbar button in the middle and i am trying to call my uitableview but it`s not work.
The code i am using is this:
// Create a view controller and setup it's tab bar item with a title ...
0
votes
0answers
30 views
Prevent UITabBar SelectionIndicatorImage To Appear Curved or Slanted
How can I prevent my selectionIndicatorImage in my tab bar to have its edge curved or slanted? I have three tabs in my UITabBar and my left and right tabs have widths of 213 while my center tab has ...
0
votes
2answers
20 views
viewbased application with tabbarcontroller
Im a newbie in ios , my app is a single view application (nib), the first view has 2 buttons , the first one open a uiview with 4 buttons , every button open a tabbar , (thats mean 4 bar button items ...
0
votes
2answers
66 views
UITabBar keeps UIPickerView's bottom to display
I am trying to show the picker view immediately after the the viewDidLoad method get called. But, the UITabBar block some parts of picker view from displaying. How to bring the picker view to the ...
0
votes
2answers
56 views
How to pop views in uitabbar?
i've developed an app for ios, using a uitabbar. In the tabbar i have some uitableview leading to some uiview. For example:
A:Tabbar button -> B:Table View -> C:View relative to the line of the table ...
0
votes
1answer
89 views
iOS - Add title image in UITabBarController
I have created a new Tabbed application in iOS 6 But i want to add an image at the top so that it will be same through out my project
in AppDelegate.m file i added this code
- ...





