Questions tagged [uitabcontroller]

UITabController is a common misrepresentation of UITabBarController, a specialized iOS view controller that manages a radio-style selection interface.

UITabController is a common misrepresentation of UITabBarController, a specialized iOS view controller that manages a radio-style selection interface.

Please use the tag instead.

71 questions
1
vote
1 answer

reload view did load on returning to view from other tab (iPhone interface builder)

I have 2 views controlled by a tab bar controller. The issue that I am having is that on returning to my 1st tab from my 2nd, I ideally need all of the 1st view's data to have reloaded based on the changes I made in the 2nd tab. It is possibly…
0
votes
1 answer

Tapku TKCalendarMonthTableViewController tableview under TabBar

I have a TabController-based storyboard application with 4 different navigationController, one each tab. The second tab open a navigationController(this still with storyboard relationship) which programmatically push a Tapku Library's…
0
votes
1 answer

Second Table View in TabController - Crash

UPDATE Here is an easy way to replicate the problem, open any app with a tableview loaded from core data. then in the tab bar, set a different tab to open the same tableview. and you get *** Terminating app due to uncaught exception…
0
votes
0 answers

iPhone tab bar: change buttons at runtime - tab bar design guidelines

I'm developing an iOS 4 application. I have a UITabController with a tab bar with four buttons. One of them it is called play. When user taps on play button I need to change tab bars buttons: now it will have to buttons, one to turn back to previous…
VansFannel
  • 45,055
  • 107
  • 359
  • 626
0
votes
2 answers

Core Data: changes in one UITableView/entity not being recognized by other "indirectly" related UItableviews/entity

appdelegate passes modelview to each tab controller | | / \ / \ / \ / \ / \ / \ vc1 vc2 …
0
votes
1 answer

How to change an existing UIViewController (which is controlled by a UITabController) so it will appear as a pop up?

Apologies, Swift newbie here. I know there are other answers to questions "similar" to this, but I believe this scenario is different: I am making some UI changes to an existing app. As you can see from the included image, the UI was created from…
MultiGuy
  • 912
  • 2
  • 17
  • 34
0
votes
2 answers

UISplitViewController - willShowViewController Not Firing

I am converting an iPhone application to work on the iPad. In this case, the user interface was created with interface builder. The interface of the root controller (at index 0), consists of a Tab Controller & Navigation Controllers in this…
0
votes
2 answers

UIBarButton won't show up on Table View within Tab Controller

noob question regarding ios development. In a previous project, I have a UITableViewController, to which I am adding a button in the viewDidLoad method, like this: UIBarButtonItem *button = [[UIBarButtonItem alloc] …
thekevinscott
  • 5,263
  • 10
  • 44
  • 57
0
votes
1 answer

UISearchBar error when entering Searchbar textbox

I have found a strange error. I have been following this sample: http://jduff.github.com/2010/03/09/throwing-a-uinavigationcontroller-uitabbarcontroller-and-uisearchbar-together/ I tested it and then tried to roll it in my app. It worked in the…
0
votes
1 answer

Tab Bar Controller showing on storyboard but not at execution time

My app is working fine and I have the following structure: The highlighted one is the tab bar controller, which is not displaying at execution time. Everything else is working fine. What seems to be the problem? I want the following workflow: Auth…
John
  • 1,711
  • 2
  • 29
  • 42
0
votes
1 answer

Passing parameters to a UINavigationController's main view

i'm pretty new in the iPhone/iPad developing. In my application i have a uitabcontroller and in one tab, i'll add a uinavigation controller. But I realized that i need the same design and function in other tab, I would like the reuse the code and…
0
votes
1 answer

Swift Change look of Uitabcontroller?

Recently tried to implement a toolbar in my app, for now I'm using the uitabcontroller which is built in. I wondered if it was possible to edit something like so: http://i64.tinypic.com/iwlxzo.jpg I've failed to find any documentation on…
Adrien Zier
  • 687
  • 1
  • 7
  • 28
0
votes
1 answer

Can someone tell me what is the name of this controller?

I'm looking and trying to find a doc about creating something like a tabbed view but on the top of the screen. I believe it's a plug'n play component, so, can someone tell me please the name of this component?
0
votes
2 answers

How navigate from one view to another without using NavigationController?

I want to call the UITabBarController after signing in from a UIViewController I use the pushViewController but it doesn't work. Here's my code let dashboarController = DashboardTabBarController() …
0
votes
1 answer

Segue from Tab controller MORE issue

I have a tab controller that has 7 tabs on. I am on a page called Device. The back button shows "< Devices" Segue from any of the 4 tabs in view and the destination back button says "< Device" which is what I would expect. If I however, click on the…
Mike
  • 1
  • 3