The UITabBarController class implements a specialized iOS view controller that manages a radio-style selection interface.
0
votes
0answers
9 views
Q: How to rotate a TabBarController programmatically created
I created a TabBarController programmatically for a login app like this:
AppDelegate.h
@property (strong, nonatomic) UITabBarController *tabBarController;
-(void)createTabBarController;
...
0
votes
1answer
20 views
How can i refresh my other view controllers from an action of slider
I have a UITabBar Controller having three view controller. I am trying to refresh my two view controller which are map view controller and tableview controller; from third view controller with an ...
0
votes
1answer
5 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 ...
-3
votes
1answer
37 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
0answers
37 views
iOS: How to put UIButton below/up to UITabBar Controller?
I am trying to put a UIButton below/UP to the UITabBarController.
Original Screen
Wants the make it either of below
I tried the below code and others but no success. please help
[window ...
0
votes
2answers
44 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
1answer
63 views
can't make tab bar hidden when using container views
My app uses view controllers each containing 2 container views as intermediaries between a tab bar controller and navigation controllers. This is for the purpose of managing a menu that is embedded in ...
0
votes
0answers
21 views
How to code different selection backgrounds for each icon for IOS
I'm currently designing an APP for the iphone and am searching for a way to create different selection images for each icon. I've found how to just create a single selection image for the entire ...
0
votes
1answer
11 views
Set up view controllers like Find My Friends iPad app
I want to set up my view controllers like the Find My Friends iPad app. Based on what I've found so far, I believe that I need to:
Use a container view controller
Make the tab bar controller the ...
-2
votes
1answer
23 views
What is the maximum number of view controllers that can be part of a UITabBarController?
Please answer this question.
I know that it is pretty trivial, but I do not possess sufficient knowledge to be able to answer it myself, that is why I am asking the readers of this question.
0
votes
1answer
25 views
How to get the previous viewcontroller that pushed my current view
The home page of my app has UIButtons, btnIncome and btnExpense. Pressing on this buttons pushes IncomeVC and ExpenseVC respectevely,which are two UIViewControllers with UITabBar added via xib. The ...
0
votes
0answers
24 views
iOS tabbar centerButton action
I implemented my custom button for a tabbar with this code:
- (void)addCenterButtonWithImage:(UIImage *)buttonImage highlightImage:(UIImage *)highlightImage target:(id)target action:(SEL)action
{
...
0
votes
1answer
24 views
Storyboard - switch tab on click
I'm developing an app in iOs6 in which I'm using storyboards. I have a controller which has two buttons. When i click on the first button, i launch a tabbar controller which has 1st tab as its default ...
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 ...
0
votes
1answer
10 views
How can I trigger one UIViewController of the UITabBarController from another UIViewController?
I have a project that is a "tab-bar controller" app. The first button is essentially a Home screen. The second one displays a UITableView of content. The third button displays a different ...
0
votes
4answers
39 views
Change title of navbar based on which tab is selected?
I have an iOS app where there is a navigation controller as the root controller but at one part there is a tab bar to select between views in one of the nav bars. It looks similar to the iTunes app ...
0
votes
0answers
13 views
Lock screen orientation for a single controller when there's a UITabBar in IOS 5 & 6
Following are the main poins I have.
I'm new to IOS development
I need to support IOS 5 and IOS 6 in my IOS app
I have a UITabBarController in AppDeligate file as follows.
UIViewController ...
1
vote
0answers
24 views
Switch tab on click in storyboard
I am using storyboards to develop an application, i have a viewcontroller which has two buttons. I launch a tabbar controller on 1st button's click with first tab as default tab bar, now on 2nd ...
0
votes
1answer
36 views
Replacing UITabbar items with buttons - Apple Accepts/Rejects
In my app, i am making UITabBarController as root view controller. But i am hiding all the UITabbar items using following code to display custom buttons on the tab bar.
for(UIView *view in ...
0
votes
1answer
24 views
Passing model data to tab bar view controller as a detail controller in iOS
I'm developing a Core Data Master-Detail application. The detail view is a tabbed interface with each tab displaying different aspects of the model object.
Therefore, I have a:
Master view ...
0
votes
1answer
25 views
Tab bar issue for iPad app
I'd like to display what looks like a vertical tab bar at left side as in, for example, Twitter app for iPad:
Is that a UISplitViewController with a UITabBar within its left side?
Is it a tab bar ...
0
votes
0answers
13 views
Get reference to current navigation controller within tabbarcontroller
I have a tabbarcontroller application which have 5 tabs, and so 5 different navigation controllers to run things on each tab.
The app works fine, no issues.
I have just got my head around how to ...
0
votes
2answers
24 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
One instance of navigation bar in every tab
I've been struggling this problem for several days. In my application I have tab bar controller with UINavigationViewControllers inside. I want every navigation bar in every navigation controller to ...
0
votes
1answer
19 views
switch for a TabBarView without StoryBoard
I have a ConnectionViewController and when i click on the Test button, i would like to switch for a tabViewController.
In my ConnectionViewController :
- (IBAction)testButton:(id)sender {
...
0
votes
1answer
37 views
How to share the ViewController class in TabBar with NavigationController?
Since I am a newbie in iPhone development, I need some advice.
My app has two tabs which
first tab to show tables of items that has lat/long and url.
When I select an item in the tables, then show ...
0
votes
1answer
32 views
(UITabBarController *)self.window.rootViewController;
I've seen this declaration in a tutorial where someone is changing the appearance of the UITabBarController.
UITabBarController *tabBarController = (UITabBarController ...
1
vote
2answers
52 views
Connecting navigation controller through button on Storyboard crashes app
I am using a Storyboard for the first time.
Here is a picture:
My app is a TabBar application. From the 'Main' screen I have a settings button, which I would like to connect to the ...
0
votes
2answers
22 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
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
votes
2answers
35 views
Can I detect taps on a controller's tab without being its delegate? [closed]
I've written a container controller which I'm using inside a tab bar controller. The container manages a stack of controllers like a UINavigationController, and I'd like it to behave the same way as ...
0
votes
0answers
9 views
how to push other view in UITabbarcontroller with coding when I am using story board aswell
I have UItabbarController with two tabs using storyboard. I am performing some HTTP call in first view then want to push other view on response of tht HTTP call. how can I push other view in ...
1
vote
2answers
42 views
UITabBarController not changing the title color after setSelectedIndex
Actually, the problem is in the question title. The thing is that I need to change the active tab of a UITabBarController in my application. I do it by following:
[self.tabBarController ...
0
votes
0answers
48 views
How to move from a View to a Tab Bar Controller in iOS?
I'm very new to iOS and I have an issue.
I have a view with a login form and a button.
I want to make it so that once the button is pressed, the login is processed and if successful it loads the ...
0
votes
1answer
57 views
Custom delegation to pass data between tab bar view in iOS not working
I am facing a problem related to delegation.I have 2 tabView. In first tabview i have 2 textfield and a button(to trigger the delegate method) and in the second tabview i have 2 label to display the ...
0
votes
0answers
29 views
UITabbarController + UINavigationController creating issue for push and pop
In my iPhone application I am using UITabbarController + UINavigationController, created in appDelegate.
My issue is as follows:
On screen- I have tableview. When one selects cell I am pushing the ...
0
votes
0answers
11 views
View move back to rootViewController when pressing the same UITabBarController button
I got a UITabBarController. One of the button have correspond to a UINavigationController.
The UINavigationController has a rootViewController. However, another view is pushed on top of that.
If I ...
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
34 views
Clarification on prepareforsegue and presentModalViewController while using Storyboard
I have an app with a LoginViewController as the initial view.
Note: So in appDelegate.m, self.window.rootViewController is NOT the TabBarController.
After Auth, I present the main part of the app, ...
1
vote
1answer
29 views
Passing managedobjectContext to tabbarcontroller with navigation controllers in modal view
For a small app, I have a login screen. On Auth, A tab bar controller with two views (one with navigation controller) is presented. I am following this tutorial. It uses core data. ...
-3
votes
2answers
31 views
I need help in creating a tabbar controller using xib [closed]
I'm developing an application, for which I need a tab bar controller in my "2nd view controller".
i.e for eg, when I click an UIButton I need this tabbar to appear in the next view.
As I searched, ...
0
votes
0answers
7 views
How to display a UINavigationBar within a UITabBarController that works with MoreNavigationController
So I have around 10 UIViewControllers within a UITabBarController app that I have created. Since the number of UIViewControllers is large, I automatically see the MoreNavigationController appear.
...
0
votes
0answers
30 views
NavigationBar doesn't change when pushing to navigationController
I have encountered some weird behaviour in my app. It's rather complicated so allow me to explain the setup:
I have a tabBarController which holds different navigationControllers. Each of these ...
0
votes
2answers
38 views
iPhone- How to get the main view (1st view) every time when we switching form one tab to another tab
In my iPhone app, I have used tabbarcontroller in that i have 4 tabs for four different items
In each tab i have different views navigate transaction in those.
my requirement is, when i switch form ...
-2
votes
0answers
25 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 ...
0
votes
1answer
14 views
Present a specific tab in a tabbar modally with storyboard
I have a login screen, and after auth, I have a tab bar controller with navigation controllers for each views, which I want to present.
Here is the code I use
UIStoryboard *storyboard = ...
0
votes
1answer
25 views
UIViewController hanging after viewWillAppear
I have a simple workflow for my iOS 6 app :
UINavigationController -> loadingVC -(push)-> UITabBarController -> UIViewController(s)
I call the push via performSegueWithIdentifier:, called ...
0
votes
1answer
56 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
28 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






