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
0
votes
1 answer

Specifying a Delegate before ViewDidLoad in Tabs

So, I followed this tutorial: http://enroyed.com/ios/how-to-pass-data-between-ios-tab-bars-using-delegate/ And the most important part of the tutorial: - (void)viewDidLoad { [super viewDidLoad]; SecondViewController *svc =…
tjberte
  • 111
  • 2
  • 9
0
votes
0 answers

I want to re-position the badge graphics on a tab control

Does anyone know how to re-position the badges on a UITabController? I'm using custom graphics and the badge graphic have the right edge cut off.
Grymjack
  • 529
  • 1
  • 10
  • 21
0
votes
2 answers

change view (storyboard) after zbar didFinishPickingMediaWithInfo inside a tab

I'm still new to programming on the iPhone, and have researched my problem, but have no luck with any of the solutions. I have managed to follow ZBar SDK Integration tutorial to have a working app at the end, inside a tab controller. What I am…
Daniel P
  • 2,439
  • 3
  • 20
  • 27
0
votes
2 answers

How to Create UITabController on a Button Click

I am working on app. It has normal 3 views. On third view, I have a table view. If I select any row, I want a view which contains UITabController. I have created a simple UITabController app, but unable to do this. How to do this ? thanks in advance
0
votes
0 answers

How to launch UIViewController that is embedded in UINavigationController

I have TabController with 2 tabs A &B Tab A: UINavigationController1-->Controller X--->Controller Y TAB B: UINaviagtionController2-->Controller A --->Controller B --->Controller C In the Tab Controller, I have a button that I would like to launch…
SMA2012
  • 161
  • 1
  • 3
  • 9
0
votes
1 answer

Bug using UISplitViewController in a UITabController in iPad interface

I am a new IOS developer working on my first app. I'm quite a way in to it, and have managed to get pretty much everything working how I want, but I'm chasing an odd bug. Here's the basic app design (yes, I understand it may not confirm to Apple UI…
0
votes
1 answer

XCode Multiple implementations in separate views with UITextView not updating

Hey I just had a question regarding XCode's behavior with multiple views implementing the same UIView class of my own creation. I am working with a tabbed application and controller, and I have multiple views on the storyboard, all of which…
Shelby Vanhooser
  • 58
  • 1
  • 1
  • 5
0
votes
3 answers

Navigation Controller in a Tab Controller not showing back button

I have a tab controller with 2 tabs "My information" and "their Information", which is just a bunch of text boxes. I want a Navigation controller at the top so I can go back, but the back button won't show up... here is my code: Button pressed to…
-1
votes
1 answer

Pushing viewController which is not in tab controller without hiding the tab bar

I have a tab controller in which five viewControllers are there. I even have a side menu bar which has the list of other viewControllers . My problem is when i try to click any list to move to viewController it get pushed over the screen, hiding the…
Abhishek
  • 184
  • 12
-4
votes
1 answer

How can I detect programmatically (e.g.IBAction) when the tab selection changes views?

I am using Swift 5. I would like to be able to programmatically detect when a tab bar item is clicked to select a different ViewController. The ideal situation would be to be able to set an IBAction event for the tab item selection. While I can…
bbabbitt
  • 3
  • 3
-6
votes
2 answers

Jump to a specific tab in a UITabBarController

I want to jump to third tab in tabcontroller. I searched in Google but found nothing helpful. If anybody can help I will be grateful.
rockford333
  • 1
  • 1
  • 1
1 2 3 4
5