Questions tagged [uitabview]

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

UITabView is a common misrepresentation of UITabBarController, which is a specialized iOS view controller that manages a radio-style selection interface. The view that contains the tab images and text is not directly exposed by the iOS SDK, instead you define the controllers, text, and images associated with each tab option and the system takes care of its display and touch responses.

Please use the tag when referring to the user interface of a tab-based view controller container on iOS.

76 questions
1
vote
2 answers

Combining UITabBarController with UINavigationContoller

I am sure this is very simple, yet I am stuck... I have created an application and added UITabViewController (dragged in from the library in Interface Builder. My application has 3 different views, clicking on appropriate tab brings the different…
leon
  • 1,412
  • 2
  • 17
  • 26
1
vote
4 answers

Can someone provide a tabbed view plugin for jQuery?

Should be light in size and have an acceptable UI.
omg
  • 136,412
  • 142
  • 288
  • 348
0
votes
3 answers

CALayerInvalidGeometry'CALayerInvalidGeometry'

I'm making a tabbed view application and using CloudMade's API. I have a working project in a single view application which I try to copy to the tabbed view one. I copied and pasted everything, set up the project preferences and everything. The…
La bla bla
  • 8,558
  • 13
  • 60
  • 109
0
votes
1 answer

Retrieving data using dispatch_sync in UITabViewController

I'm writing an app which utilizes a UITabBarController to switch views. One tab makes a web request to gather and then process JSON data before populating a UITableView. I am attempting to load this data in the background so when the user presses…
blueHula
  • 1,581
  • 1
  • 9
  • 16
0
votes
2 answers

iOS tabbed application with table view, how to reset table view tab? Beginner.

I have a tabbed application with 3 tabs The first tab is a table view The second and third tabs are single page views When a user clicks on a table cell in view one a new view is pushed on with a back button to the table cell. Now lets say they…
Eric
  • 1,014
  • 2
  • 13
  • 22
0
votes
1 answer

Where to declare ViewControllers for a custom tab view?

I'm trying to figure out how to use a custom tab view I found called JMTabView by Jason Morrissey on GitHub. (I tried asking him directly but got no response.) I know how to programmatically create a UITabBarController and assign view controllers.…
awDemo
  • 355
  • 1
  • 5
  • 14
0
votes
1 answer

How to implement a custom keyboard pop on an iPhone

I have a tabviewcontroller and within that is a navigationcontroller and tableview. When i tap on one of the table rows I want a custom keyboard to pop up. (This will be some simple plus and minus buttons to increase/decrease a counter on the…
zio
  • 2,145
  • 4
  • 21
  • 25
0
votes
1 answer

Navigation View formatting Inside of custom UITabBarController

I created a custom UITabBarController to avoid some of the shortfalls of SwiftUI's tab bar. See more here. Here is where I implement it: import SwiftUI struct HomeView: View { @EnvironmentObject var appState: AppState var body: some View…
0
votes
1 answer

Animate New View from Tab Bar Application Template XCode

I have created a new Tab Bar Application template in xcode. How should I properly setup a new view that animates in (Slide Up) when a button is pressed? I've seen this done using the NavigationController. I've added a navigation bar and a button…
0
votes
1 answer

dismissModalViewControllerAnimated doesnt work for my TabBarController app

I've seen many people post about modal view controllers and their sue but so far nothing that specifically fits my case. I've created a TabBarController application and I wanted to load the app with a login modal view (just a basic subclass of the…
Y2P
  • 111
  • 1
  • 1
  • 5
0
votes
2 answers

How to display the tabs when click the back button from hided tab view controller

I created a tab bar controller and from one tab item I gave segue to the navigation view controller. And I create a some view controllers attached to navigation controller. So in one view controller I don't need a tabs so in that controller I wrote…
vijju
  • 462
  • 9
  • 30
0
votes
2 answers

iphone tab app architecture question

I have two tabs on my app that handle different flows. For each tab I want to have a controller that determines (based on info in the app) which view to display. So you click on tab 1, the app goes through some logic and displays either View B or…
mea36
  • 746
  • 2
  • 9
  • 17
0
votes
1 answer

Pass a paramether to a view transition

I have a class managing the transiction between two views. In the first view I have a table of chapter and in the second the text of each chapter. Now as my sqLite table is chapter(id,title,text) I'd like to pass to the second view the id of the…
Michele
  • 681
  • 3
  • 16
  • 27
0
votes
0 answers

Swift - add colored top border for selected tab

How can I add such a top border color on the selected tab in Swift 3 like in the following image?
phoebus
  • 1,280
  • 1
  • 16
  • 36
0
votes
1 answer

Putting an ad always at the front on iPhone?

I want to put an ad on my iPhone application. And I'm using TabBar to separate some features. Here's my question. I just want to put ONE AD which always should be displayed no matter what user select & switch between views by pressing tab-bar. I…
SeniorLee
  • 805
  • 1
  • 12
  • 25