The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
5 views

Why tabbar hiding when push the UIButton

(IBAction)parsing:(id)sender { UITabBarController *tabBarController = [self.storyboard instantiateViewControllerWithIdentifier:@"tablo"]; // ViewController1_1* t = [self.storyboard ...
0
votes
1answer
27 views

Change color of moreNavigationController Configure view

In my App I'm using an tabBarController with more than five viewControllers. For my app I changed the color of my all Navigation Bars including the navigation bar of the moreNavigationController. But ...
0
votes
0answers
17 views

tabBarController didSelectViewController triggers late

My tabBarController didSelectViewController DOES fire and does return the tabBarController.selectedIndex, but it happens AFTER the new view loads. I'd like it to fire BEFORE, so I can use ...
0
votes
3answers
30 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 ...
1
vote
0answers
45 views

Pushing Data From Viewcontroller to NavigationController, which both under tabbarcontroller

I m creating an apps, that has tabbarcontroller, navigation controller and viewcontroller storyboard is like this Tabbarcontroller 1 viewController(ScanViewController) 2 NavigationController1 - ...
0
votes
0answers
66 views

How to pass data into multiple viewcontrollers on a tabBarController

i'm a relative newbie and still struggling with a few things. Ive checked other questions about this on StackOverflow but not found one that really answers my question .. So here goes... I'm redoing ...
0
votes
0answers
26 views

Clarification for a rookie on passing managedObjectContext

Rookie IOS programmer here. I believe I have read about 80% of the posts on here about passing the managedObjectContext to multiple views but still struggling. So far I am able to pass the context ...
0
votes
1answer
78 views

How should login screen appear on start of application IOS

I am making a new application there i have 5 tabs in it, its a user based application so i have to get the credentials of users login and passwords . I am using storyboards with Arc , since its a ...
0
votes
3answers
191 views

IOS pushing viewcontroller from navigationcontroller in a tabbarcontroller but does not show

I am encountering a very strange problem. Here is the code structure in my app delegate: self.accountViewController = [[AccountViewController alloc] initWithNibName:@"AccountViewController" ...
-3
votes
1answer
75 views

Implementing a Log Out Button in UITabBarController [closed]

I have an iPad app with a log in screen view controller as the initial view. When logged in, a tab bar controller appears with 3 view controller tabs. I want to add a 4th tab that will function as a ...
2
votes
1answer
62 views

Tab Bar Disappears

I'm new to iOS Development and I'm having problems with Controllers. I have simplified my problem to make everyone's life easier. So here's the set up: The root view is Tab Bar Controller which has 2 ...
0
votes
1answer
210 views

Delay in updating Tab Bar Item's Badge Value

I have a function which runs every 5 seconds to check for new messages, if a new message is triggered I'm updating the badge value of the tab bar item using the below code NSString *chkUrl = ...
0
votes
1answer
71 views

How can you make a UITabBarController go directly to your address book?

I saw an implementation, but I need help as to where it exactly goes. So I've got the TabBarController open and I saw code such as this to put in picker = [[ABPeoplePickerNavigationController alloc] ...
1
vote
1answer
48 views

ipad Tabbar Customization Notworking

I want to Customize the tabbar of iPad. I have attached The image for Clarify my issue. Currently My Tabbar Like this : I want Like this. I have Taken Custom Background Image for tabbar and ...
0
votes
0answers
71 views

Calling a TabBarController View methods from AppDelegate

I have an old app of mine which uses the AppDelegate states to call methods included instead in the ViewController (it is a SingleView App). Now i'm switching the same App to a new design using a ...
0
votes
1answer
73 views

Rearrange Tab Bar items not working as expected

Following on from this question, I have so far been unable to rearrange tab bar items in my iPad app. I have zoomed in as far as I can go and double-clicked the tab bar controller so that it is ...
0
votes
1answer
36 views

How to stay in the same tab when poping off from Navigation Controller

My intention is to create an App which has the Main View with UIButton to click. Once clicking one of the button will enter TabBarController View. For example, when you click sample1 button will ...
0
votes
0answers
74 views

How to create a push segue from an existing tableview (not the initial view controller) to a TabBarController?

Ok please bare with me as I am new at Objective-C programming. Here is my current basic set up so you get a better idea of what I am trying to accomplish. I have 4 tables organized hierarchically, ...
0
votes
1answer
65 views

Create a viewController or two tables in one?

I am parsing an XML document containing two branches from one XML document of the same sort of item (Topics and Schools), connected by a tabBarController. Right now, Topics is populated, but I do ...
0
votes
1answer
478 views

How to add a TabbarController using phone gap for iPhone App

I am making a iPhone app using phone gap in that I want to add a tab bar Controller either using HTML or by using native components to it. Can anyone suggest to me how to do that.
0
votes
2answers
35 views

How to take user back to First Tab in TabBarcontroller

I am using a Tabbarcontroller in my application. I have added a tabbarcontroller as a root view to deleagate, also there are 5 tabs in it. Now the problem come I have added a logout button on delegate ...
0
votes
0answers
92 views

TabBar + iOS 6 + iPad tabBar disappears

I have iPad app which works fine on iOS 5. My app root viewController implements UITabBarDelegate and UINavigationControllerDelegate. But on iOS 6 i can see tabBar only once - for the first run. At ...
1
vote
0answers
43 views

BadgeValue not working on moreTableView of TabBarController for iOS 5 (works fine on iOS 6)

I have a badgeValue for a ViewController thats shown inside MORE tableview. It works fine on iOS 6 but doesnt work at al with iOS 5 or below. I am setting the badgeValue of the tabBarItem to set the ...
2
votes
0answers
76 views

Supporting all orientation in morenavigationcontroller and children viewcontroller inside tabbarcontroller iOS 6

I have a tabbar application. I have fixed orientation for tabs by setting tab bar controller to window root view controller and then overriding behavior of navigationcontroller and tabbacontroller by ...
0
votes
2answers
270 views

Change Tab Dynamically in iPhone using Storyboard Tabbar Application [duplicate]

Possible Duplicate: Programmatically pressing a UITabBar button in Xcode I've four tabs in Main tabbar controller. On 1st Tab, there is "Dashboard" Page which is displayed when User ...
0
votes
1answer
41 views

[Storyboard TabController Error]

I have a problem with tabbarcontroller.Im working with storyboard and Im using navigation controller between tabbarcontroller and viewcontroller.and also i have login page..From login page, i want to ...
1
vote
0answers
98 views

TabbarController in UIViewController in iPhone?

I'm pretty much new to iphone development and I started with ViewBasedApplication and I have a UIViewController(GetDetails) and I'm adding a tabBarController to it .There are two tabbar items ...
3
votes
3answers
295 views

Black bar flashes at top of UITableView when pushing to view with “Hides Bottom Bar When Pushed” in IB

This is a weird error that may just be an issue in Xcode for all I know. I have a tab bar controller where the first view is a UITableView with (obviously) a number of cells. When you select a cell, ...
0
votes
0answers
181 views

touchesBegan not being called in view controller pushed on top of tabbarcontroller in navigationcontroller

Disclaimer: This is an enterprise app and I am NOT required to follow Apple's guidelines (HIG or otherwise). That doesn't mean it's not biting me though. What I have is a Navigation Controller with ...
0
votes
1answer
146 views

Monotouch use UITabBarController inside DialogViewController

Currently in my app I have this design: -- DialogViewController 1 -----DialogViewController 2 --------DialogViewController 3 -----------TabBarController --------------DialogViewController4 ...
0
votes
1answer
71 views

Load all UIViewController when application is lunched

I have an application with a Tab Bar Controller and a lot of UIViewController, I defined the interface on storyboard, I want that when the user lunch the application (When application loaded) all ...
-1
votes
1answer
86 views

tab bar controller can not display view contollers

Here my code: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] ...
0
votes
2answers
106 views

CustomTabBarController not responding to delegate callbacks

I have created a custom UITabBarController by using Martin's tutorial. My subclass FSTabBarController switches between view controllers, and acts normal as far as I can see. The issue is, when I ...
1
vote
1answer
219 views

Tabbar controller load empty xib

I'm trying to build an app that have main view at the beginning with 3 buttons, then when the user press any button of these buttons, the tab bar view will appear with selected tab bar item. My ...
0
votes
2answers
138 views

tabBarCOntroller is nil; can't change selectedIndex on viewDidLoad

I have a UITabBarController like this: /*SomeTabBarController.h*/ @interface SomeTabBarController: UITabBarController @end and in the SomeTabBarController.m i want to change the active tab on ...
0
votes
1answer
73 views

Need I create many controllers in tabBarController?

there is one xml file in my server: <categories type="array"> <category><id type="integer">5</id><name>1</name></category> <category><id ...
0
votes
1answer
23 views

Using Viewcontroller to control tabbarController

I'm trying to use an ActionSheet (via a viewcontroller which is an item of the tabbarcontroller) to access another tab. But I don't seem to be able to do that. Here is the scenario: 1. I click Tab 3 ...
0
votes
1answer
111 views

Trouble transferring data between view controllers contained in TabBarController

This is my first question and I am very new in programming field. I have a tab bar controller and I want to transfer data from FVC(1st view controller) to SVC(second View Controller). In FVC ,I am ...
0
votes
1answer
325 views

Changing Tabbarcontroller tab in wenderlich tutorial pulse uitableview

I'll be really grateful for any help with this - i've been trying to figure out how to change tabs on a tabbarcontroller from within a nested UITABLEVIEW as in RayWenderlich.com's tutorial on a pulse ...
0
votes
1answer
98 views

Flipping Tab bar to a simple view

Is it possible to flip the tab bar view to another view? If no, please answer me with 'No'. If it is possible, could you give me the basic idea how to do it? I tried some ways but it did not work, ...
1
vote
0answers
314 views

IOS 5 MBProgressHUD disable tab bar buttons while loading data. (userInteractionEnabled = NO)

I use MBProgressHUD when loading data and user can press the another tab button during the process. MBProgressHUD only disable the view contents. I checked other posts but didn't see anything helps me ...
0
votes
2answers
68 views

Get the Identifier of the current tab - iphone

Probably a simple question, but I'm having a hellofa time finding a solution to it. I need to find the identifier of the current tab in a tabbarcontroller and use it in a conditional to run a method. ...
0
votes
0answers
32 views

NavigationBar item mismatch with TabBar Controller

Here is my scenario 1) Two tabs and the first tab is a navigation view Controller Tab1 -> NavigationController-> AnotherView Tab2 -> Someview Controller If I click the Tab1 when in AnotherView ...
0
votes
1answer
259 views

TabView app that pushes and pops views within a tab

This is the second time I am asking this question but I do feel a bit more experience and maybe could word it better this time. I have an iPhone app that has 3 tabs, the delegate has a ...
0
votes
0answers
67 views

IB created view controller doesn't display in programmatically tabbarcontroller

I am subclassing my tabbarcontroller like this (idevrecipes, instagram like tab bar) problem is : I want to display ViewControllers that I can design both with IB and a .h & .m. So created my IB ...
0
votes
1answer
126 views

UISplitViewController inside a TabBar with storyboard not changing orientation

I have created a Tab based application with storyboard and in my tab items i add splitview controllers.The problem is as i add splitview controller to tabs, while running application change in ...
0
votes
0answers
77 views

Autoratoting Interface with Navigation- and TabBarControllers

I searched but didn't find an answer for this problem. Problem summary: I want the interfaceOrientation to be only allowed in landscape on a certain viewController, which works. But when leaving ...
1
vote
2answers
1k views

No top navigation bar in a tab bar controller application

I'm pretty new in iphone programming and have stumbled upon this issue which I guess should be pretty basic stuff. I am using a tab bar application created from a template in XCode IOS 5.1. It works ...
0
votes
3answers
542 views

iphone app - uitabbarcontroller to always select first view in a uinavigationcontroller?

I am building an iphone application. I have a tabbarcontroller that has 2 tab items. Each tabitem links to a different navigationcontroller. Each navigationcontroller links to a hierarchy of ...
1
vote
1answer
321 views

combine navigation and tabbar controller in xcode4 with storyboard

In my tabbar controller, there is a table with number of rows. If we touch up inside the table cell it leads to another view which has the details of the table cell. But the tabbar disappears. But i ...

1 2 3 4