Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
7k views

self.title sets navigationController and tabBarItem's title? Why?

I do this in a UIViewController for one of my tabs: self.title = @"Welcome"; However, it's overwriting whatever I have for the tabBarItem. I have tried: self.tabBarItem.title = @"Home"; and ...
8
votes
2answers
5k views

hiding TabBar when rotating iPhone device to landscape

So here is what i have: A UITabBarController that handles different UIViewControllers. In one of the UIViewController i am trying to switch the view being displayed when the device rotates to ...
5
votes
2answers
520 views

No mainwindow.xib in Xcode 4 Confused how to have my TabBarController use a NavigationController

This was pretty easy in Xcode 3. But I'm totally lost in Xcode 4.* It looks like IB is not used at all. And all the TabBarController code is in code. Question: How do I add a NavigationBarController ...
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
365 views

How to prevent the view controllers in a tab bar controller from rotating?

I have a tab bar controller managing 4 tabs. I have subclassed the tab bar controller so that the shouldAutorotateToInterfaceOrientation: method only allows a specific view controller in one of the ...
3
votes
5answers
5k views

iphone tab bar controller and core data

Ok bit of a newbie type question. I want to use Core Data, together with Tab and Navigation controllers. In XCode if I create a Navigation Based Application I get the option to choose Core Data. ...
2
votes
4answers
289 views

Add titles to tabbar created programmatically

I am new to iPhone development... Now I am trying to build an application in which i am creating UITabbarcontroller programmatically like below: UITabBarController *tabbar = [[UITabBarController ...
2
votes
2answers
1k views

Code Pattern: Loading TabBarController objects directly from independent .xib file (instead of from MainWindow.xib)

I've looked around online, and haven't been able to find an acceptable solution to this problem... I'm looking for a simple code pattern: Load a TabBarController object (with associated subview ...
2
votes
1answer
1k views

UISplitViewCOntroller + TabBarCOntroller + iPad

I am developing a tab-based iPad application in which corresponding to each tab, I have to show an UISplitViewController . I have done this by adding two navigation controllers to my tabBarController ...
2
votes
2answers
589 views

UISearchDisplayController,UINavigationController,UITabBarController Woes

Hey everyone, running into a bit of an issue, I have created all my views through IB, with the main window having a NavigationController, and a TabBarController which loads a TableViewController in ...
1
vote
0answers
85 views

UISplitview Initial state within tabbarcontroller in portrait

I have a similar problem as stated in this thread: iPad UISplitView initial state in portrait: how to display popover controller widget? The issue is that when my app starts in portrait mode the ...
1
vote
1answer
285 views

Xcode 4.2 and new Tabbed Application Project

Can anyone help with Xcode 4.2 and the new tabbed application project? With Xcode 4.2, i create a new tabbed bar application, and it works as desired. However, it seems that instead of creating a new ...
1
vote
2answers
65 views

Combining TabBar and Navigation Controllers Question

So I have everything working how I want to...kinda...however I think I'm going about it the wrong way and would like to make sure I do it right from the beginning. So I'll explain what I have right ...
1
vote
1answer
50 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
1answer
364 views

Objective C - wantsFullScreenLayout not covering TabBarController

I've been trying to get a section of my TabBarController to go fullscreen for a while but still can't figure out this 1 last piece. So I'm able to put the UIViewController behind UINavigationBar ...
1
vote
3answers
91 views

Synchronizing plist across a Tab Bar Application

iOS newbie here so apologies up front for my naïveté. I have a three tab application that shares a plist for connection information (Client ID, Server Address, Port Number). In each of the view ...
1
vote
2answers
417 views

Xcode/iPhone: First Windows-Based Application - Why isn't anything showing up in the TabBarController views

Is there something that I need to remember when using the windows-based template? Because I'm unclear as to why the tabs are showing up but nothing in the views are showing up. Could you help? ...
1
vote
1answer
576 views

iPad Full Screen Modal View over TabBarController?

On a TabBar-based application on the iPad, is there a way to present a modal on top of it in "FullScreen"? I have a LANDSCAPE ONLY APP (if that makes a difference) and the item I want to currently ...
1
vote
2answers
424 views

How to used navigation controller and tab bar controller in appdelegate file

I am facing issue of displaying navigation controller and tab bar controller together either one is displayed depending on the position of adding subview in applicationlaunch method. - ...
1
vote
1answer
386 views

Add an initial view (front page) with a tab bar application (Xcode 3.2.5)

I have created a tabbar application from the default templates. I want to add a frontpage that has a picture, the title of the App and that will not include the tab bar, and which will not have a tab ...
1
vote
3answers
101 views

Strange Behaviour of tabbarcontroller

I have a tab bar application and i am encountering a strange behaviour....when i toggle the tab bar and reaches into new view controllers sometimes the viewDidLoad of these view controllers are ...
1
vote
1answer
950 views

Push TabBarController to a View

How can i push a TabBarController to a View? The App is View-Based. In the App I have a XIB with a TabBarController and I want to push the TabBar to the display. I have done everything, and now I ...
1
vote
2answers
564 views

how to add tabbar to uitableview

My app is Navigation base application.In this application , UIViewController has button event . Tap on Button firing to (pushViewController) CalendarTableview. Now i need to add Tabbar and tabitem ...
1
vote
3answers
319 views

After relaunch, application hides navigation bar in three20

i've got a small problem: i've written a small project which is using tabBarController, implementation file have only this methood: - (void)viewDidLoad { [self setTabURLs:[NSArray arrayWithObjects: ...
1
vote
2answers
619 views

iphone tabbarcontroller PNG

I've run out of places to look for why my image will not display in the tab bar controller. Whether I use Inkscape, Pixelmator, or an antique version of Paint Shop Pro to create and then export the ...
1
vote
1answer
2k views

How to display the UIActionSheet view from above Tab Bar Controller?

I need to display the action sheet above the Tab Bar controller. I mean, I would be able to see the Tab Bar controller even the action sheet view is in visible mode. So, Please suggest how to view ...
1
vote
1answer
270 views

Switch from a View (Login) to another View with a TabBarController

i'm new at Iphone SDK Developing and now i need some help. I have a LoginView where the User have to authentificate his legitimacy. After he enter his Username and Passwort he click on the "Sign In" ...
1
vote
1answer
1k views

remove a presentModalViewController

i have posted how to show a modalViewController but now i need to remove it and come back to my tabbarController with the view he was. thx
0
votes
0answers
13 views

How to create a common view( which update my balance) that should visible to all the other views in the tab bar?

how to create a common view (which update my balance)that should visible to all the other views in my tab bar ???controller??? please help me out with the ans I have 5 views in my tab bar ...
0
votes
1answer
23 views

Setting current TabBarController view as root for UINavigationcontroller

I've been searching around for a good way to implement the hierarchy below. I've completed the implementation of the login and the UITabBarController for the other three views. What i need now is ...
0
votes
2answers
45 views

Title does not appear in TabBarItem, but the image does

I've added a tab bar controller and am trying to add a title and image to the item, but only the image shows. The title is nowhere to be seen. Any suggestions would be greatly appreciated. ...
0
votes
1answer
21 views

what are connections need to to be done for tab bar controller in the main window.xib?

help me out with the connections need to be done in the mainwindow.xib for tab bar controller to swith between the tab bar items. i have connected app delegate to tab bar controller. But am unable ...
0
votes
1answer
82 views

set array .viewControllers from SplitViewController

I'm trying to use a splitview inside a TabBar. By now I have a SplitView in my first TabBarItem. My problem comes when I try to access to a different DetailView or right view in the ...
0
votes
1answer
441 views

how to segue a view controller on app load using tabbarcontroller

I am using a tabbarcontroller as the root view controller. Unfortunately, using the new storyboard functionality, it is proving difficult to segue a view controller - Login Page - on the app load. I ...
0
votes
1answer
541 views

TabBarController + CoreData + XML Drill down table on xcode 4.2

Well, i have to feed my application in this way: TabBarController | |--- 1)TableView from xml using coreData --- 1.1)Detail View aftehr 2 choices | |--- 2)TableView (same xml) using coreData (but ...
0
votes
0answers
26 views

NavigationController in a TabBarController

I am trying to display a UITabBarController and a UI NavigationController. It seems to be working with this code in the app delegate: - (BOOL)application:(UIApplication *)application ...
0
votes
1answer
53 views

XCode tabBarController with custom button navigation

I had a question previously that died out and wanted to post a different approach and see if it was possible. I have a working application that has a UITabBarController that controls 4 distinct ...
0
votes
0answers
36 views

Change tabbar inactive icon color

Preventing a UITabBar from applying a gradient to its icon images The private API works for my purpose thanks. Had one question though how can I alter the unselected image in similar manner ? Please ...
0
votes
1answer
49 views

Creating custom menu at top like Real Simple Recipes does

I want to create tabbar controller placed at the top like Real Simple Recipes in iPad has done. I suspect that it is not UITabBarController as I have tried so many ways to place tab bar on the top by ...
0
votes
1answer
54 views

Loging out issue in iphone sdk

I have created an tabbar based iphone app, for the login page i used the following method: @protocol LoginViewControllerDelegate; @interface TradeBarcodeViewController: UIViewController{ ...
0
votes
1answer
174 views

Problem: Tabbar Controller + Navigation Controller: Programmatically

Hello guys, I trying to make a app with tabbar controller and navigation controller. But i get some problems... When i try to popViewController on my second view, the app crash. Some one knows ...
0
votes
2answers
85 views

TabBatController with viewControllers

In my tabBarController-based app, I have four tabs - tabA, tabB, tabC and tabD. The user will be able to jump between the tabs. Now to my question: - tabA, tabB and tabD have single viewControllers ...
0
votes
1answer
36 views

tabBarItem isn't displayed until the tab bar is tapped

I have a TabBarController and define two tabs in my code like: NSMutableArray *viewControllerArray = [[NSMutableArray alloc]initWithCapacity:2]; DisplayMarketViewController ...
0
votes
1answer
57 views

iphone how to change viewcontroller

I need a login viewcontroller,when log in,entry the tabbar controller,and the view in tabbarcontroller should get the data from the login viewcontroller and change the navigationbar(draged from nib)'s ...
0
votes
0answers
132 views

iPhone Tab Bar Controller and Navigation Controller in outside file

I have an app which contains exampleTabAppDelegate (.h and .m files) MainWindow.xib In MainWindow.xib, I have the following structure of my objects Tab Bar Controller - has outlet and is set as ...
0
votes
1answer
71 views

Adding a TabBarController programmatically

I want to make a tab bar controller and navigation controller programmatically. My code works so far that it shows a tab bar at the bottom, but the OptionViewController doesn't say anything (no title) ...
0
votes
0answers
53 views

TabBar/NavigationController Login

You all have been very helpful so I guess this you will know too. First things first, I made a tabBarController with Navigation. I add two views to it but the thing is: When I load the simulator ...
0
votes
0answers
70 views

tab bar controller hide the tab bar or full screen or other methods

I have a tab bar controller as root controller,so when I load the first page,the tab bar show in the bottom,but first screen is login screen, i dont want to show tab bar here as tab bar will be ...
0
votes
1answer
67 views

How do you connect both nib-based and programmatically created view controllers in a tabbarcontroller?

I have created a tab based app. In my mainwindow.xib, I have two view controllers connected via the nib Name & class. My third view controller I created programmatically. So I cannot connect by ...
0
votes
1answer
77 views

Tabbar controller accessing active navigation controller of current tab through app delegate

I have the following setup. I have a TabBarController with three NavigationControllers in it. What I want to do is the following: I have a mapview with annotations on it and a button on the ...

1 2