0
votes
0answers
2 views
Question for Printer connection from iPhone and for more than 5 tabs in UITabBarController
Hi All,
I am developing an application where I need to connect to the bluetooth printer via iPhone where I generated a ".txt" file which I need to print. So is there any informati …
0
votes
2answers
36 views
Set tabBarItem.badgeValue for not-yet-alloced viewController?
I have used the Tab Bar Application in New Project in Xcode. In IB, I have added NavigationControllers and I have five in total. On app launch the user login, and I would like to s …
0
votes
3answers
603 views
Autorotate view inside UITabBarController and UINavigationController
My main view controller is a UITabBarController, with 4 UINavigationControllers as the tab bar items. Each navigation bar is a couple of different views that get pushed onto it's …
0
votes
1answer
24 views
Making the tab bar disappear on switiching views - iPhone programming
I am posting my own solution since I spent a lot of time hunting for it and finally figured it out using the clues from stackoverflows posts.
http://kaustubhvibhute.blogspot.com/2 …
0
votes
1answer
38 views
Not sure I’m doing this the best way…
I have app delegate.h & .m files linked to a Main.Nib.
Nib has a window and a tabbar controller which has 4 navigation controllers. Each of these 4 do their own thing inside …
0
votes
2answers
44 views
Problems with TabBarController and NavigationController
Hi there, im trying to programatically do a UITabBarController using a UINavigationController inside each UIViewController called by the tabs... tried everything... read every arti …
0
votes
1answer
21 views
iPhone: AddressBook loaded in a Tab’s View
I have what I thought would be a simple task.
I have a sample project that will let a user click a button to pull up the AddressBook user interface within a view. From what I see …
0
votes
1answer
225 views
Weird landscape UITabBarController Application startup
Hi there. My application is quite simple, but I have some problems when it starts. I setted in the Info.plist to be landscaped, but it seems to ignore the order. In fact, when the …
0
votes
2answers
197 views
UITabBar with UITableView - I can see the table correctly, but cannot select a row
This may be an easy answer for someone.
I first built an a navigation app that had a table loaded from SQLite. The rootViewController (UITableViewController) is loaded from the ma …
0
votes
0answers
4 views
Use a UIButton to add a UITabBarController(and its view) or a UINavigationController(and its view)
Hi, i'm trying to load a simple uiview at the start with 2 buttons.
I would like to do the following:
-Press one of the buttons to go to a Tab bar view(and/or its controller)
-P …
0
votes
2answers
54 views
viewDidAppear Not Firing in Tabbarcontroller>NavigationController>UITableView
I currently have a tab bar controller set up with a navigationcontroller on one of the tabs, then I have a UITableView nib set up for that Navigationcontrollers view. All of this h …
0
votes
2answers
46 views
iPhone How to dismiss a UITabBarController and then show it again?
Hello,
I will try to explain myself as best as possible, I know the title does not say much. Basically i have 4 Navigation Controllers embedded in Tab Bar Controller.
What I wan …
6
votes
3answers
2k views
Hiding UITabBar when pushing a UIView
I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the UITabBar of the UITabBarController when I push a certain vi …
0
votes
5answers
542 views
How to disable the edit button that appears in the more section of a UITabBarController?
In my application (based on the Tab bar application XCode template) I use a UITabBarController to display a list of different sections of the application that the user can access.
…
0
votes
1answer
224 views
Reusing a MFMailComposeViewController
I have an app that is built on the TabBar-based app in which I need to have one tab that is basically an email composer. So I'm trying to use a MFMailComposeViewController as one …
