tabbarcontroller Questions

3

Solved

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 tit...
Debrahdebrecen asked 6/9, 2011 at 11:51

3

First of all, let me say I'm an absolute beginner, so please forgive me if this is a stupid questions to be asking. And let me just add that I've spent hours/days trying to figure out how to solve ...
Kovacs asked 24/3, 2014 at 18:45

1

Solved

I am working on an app in Xcode. I currently have three tabBarItems on my tab bar. I want the middle one to be a picture chosen by the user. I have the desired picture in a variable and i have the ...
Okinawa asked 6/9, 2016 at 22:36

1

Solved

My root view is a tab bar controller, I would like to open the app on a specific tab when a certain notification is received. If I use presentViewController the tab bar disappears. Is there a speci...
Danby asked 27/8, 2016 at 12:24

3

Solved

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 wo...
Tiberius asked 18/6, 2012 at 13:4

4

I have a Tab Bar Controller with four navigation controllers added to it. The navigation controllers appear as Tab Bar Items in the Tab Bar Controller. Now I want to add a fifth button to the tab b...

5

Solved

I'm trying to add a 3rd tab to the tabBarController using ios5. The standard object you get when you drag it out to your storyboard has 2 tabs. Does anyone know how to do this? I searched the inter...
Scutum asked 7/4, 2012 at 13:22

8

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 lands...
Tierratiersten asked 22/7, 2009 at 10:12

1

Solved

I have a "Sliding Side Menu" in my application working perfectly with SWRevealViewController. 1 Sidebar VC with a tableView connected to 3 View Controllers with the menu button (at Navigation Bar...

6

Solved

I'm developing an iOS app and now I'm at a loss. I'm trying to pass data from the first View Controller to the first tab of a TabBarViewController (with using the storyboard). I found a lot of tuto...

1

I am working with 4 views using a Tab Bar. The first view has a tableview of rounds of golf. The second view allows the user to enter data for a new round. I have a button on the "Add Round" view t...
Deice asked 13/9, 2013 at 0:7

3

Solved

I'm using a Tab Bar Controller in my project where the FirstViewController has a Mapbox map view and the SecondViewController has buttons that when pressed add a tile layer to the map view. Here's ...
Hyperkeratosis asked 7/9, 2013 at 13:55

1

Solved

How can I modify the title and the icon of items of TabBarController? It is possible directly in Interface Builder?
Pianist asked 17/3, 2012 at 9:5

4

Solved

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

Solved

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 NavigationBarControl...
Zelig asked 13/9, 2011 at 20:32

4

Solved

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 ...
Sefton asked 8/10, 2009 at 21:53

1

Solved

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...
Kelwin asked 5/5, 2010 at 14:48
1

© 2022 - 2024 — McMap. All rights reserved.