Tagged Questions
The uitabview tag has no wiki summary.
3
votes
2answers
760 views
How can I create a tab view programatically using Objective-C
For an iphone app how can I create a tab view programatically? Can any one help me by providing some good tutorial links or examples?
2
votes
1answer
73 views
Where I can find a repository of iPhone images? [closed]
There are a lot of things I'm bad at, but drawing probably tops the list.
I'm looking for a decent size repository for iPhone tab icons. Something similar to Wikimedia commons (I ask this as I'm ...
2
votes
1answer
102 views
As soon as I make a connection between my code and interface, my tab crashes (iOS SDK 4.2)
Using XCode 4, with the iPhone iOS 4.2
Hey everyone, I'm using a tabBar interface for my new app that I'm trying to finish. I have declared the UILabels and as soon as I connect them in the interface ...
2
votes
3answers
477 views
Push UITabViewController from UIViewController is possible?
my app first viewController is UIViewController.
and when user click button firstView disappear and push UITabViewController
is it possible?
i can't find how to push UITabViewController from ...
1
vote
2answers
31 views
Saving Array content over two view controllers
i have a slightly confusing problem here. I am using storyboard i have a tab view controller tab 1 has a table view controller (table 1) which on selection of a row goes to table 2 and some data is ...
1
vote
2answers
27 views
perform a method every time a tab is selected
I have tabview based project. how can I make a view connected to a tab perform a certain method every time the tab is selected?
Please help,
Thanks
1
vote
1answer
43 views
What Method is used to identify when the user switches views in a tabview controller
I am working on my first simple tabview controller app. The first tab is a setup tab, and I just had a tester provide an unexpected use case. In order to address this use case, I need to execute when ...
1
vote
2answers
254 views
iPhone SDK: Know when tab on Tab Bar is clicked?
I have a tab bar which displays different views when clicked. When you click a tab for the first time, it calls the viewDidLoad method. But, it only calls that the first time.
Is there a method that ...
1
vote
1answer
891 views
Admob in iPhone with Tabbar and TableView
I'm having tab bar with 5 buttons. Out of 5 tabs, 2 are table views which uses navigation controller for showing sub views on click of cell.
Above the tab bar, in each view I left some space for ads ...
1
vote
2answers
655 views
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, ...
1
vote
4answers
46 views
Can someone provide a tabbed view plugin for jQuery?
Should be light in size and have an acceptable UI.
0
votes
0answers
18 views
Placing a UITabViewController in the detail view of a UISplitViewController
I am trying to create an application that uses a UISplitViewController as the top level control. I want the detail view to have tabs.
I started by creating a new project in Xcode 4 based on the ...
0
votes
1answer
33 views
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 ...
0
votes
0answers
44 views
iOS UIWindow display touch sensibility
I am building an iOS app and I just realized that something is not working properly. I've got a UITabView and the last 10-20px in the bottom are not working. Well, the display shows them so the tabs ...
0
votes
2answers
125 views
UINavigationController with UITabViewController
I'm building an app which's delegate has a UINavigationController (navigationController). The first view is a UITabViewController (tabView) which has a UINavigationController with a UIViewController ...
0
votes
1answer
80 views
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 ...
0
votes
1answer
143 views
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 ...
0
votes
1answer
405 views
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 ...
0
votes
1answer
165 views
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 ...
0
votes
2answers
112 views
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 ...
0
votes
1answer
66 views
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 ...
0
votes
1answer
224 views
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 ...
0
votes
1answer
175 views
Remote reloading a view
I was wondering if there is a way to reload a view controller inside one tab from another tab. This is my scenario
Tab controller has 2 or more tabs
Tab 1 has a view controller which has views ...
0
votes
1answer
542 views
Is it possible Bottom Tabview like iphone in android?
I need a tabview , but i has to be at bottom , am having a custom title , it covers most of topview . So i want to go v with bottom tab view . Other question is that , can i add Tabview in a tabview.
...
0
votes
1answer
482 views
UITableView Scroll is not work in inside UIScrollView
I add UITableView inside UIScrollView. It's working fine. UITableView width is 1200. I move scroll to over 320 , I can't scroll and click in UITableView. Between 0 and 320px, it's working fine. Over ...
0
votes
1answer
2k views
List view under tab
package com.example.helloandroid;
import java.util.ArrayList;
import java.util.Arrays;
import android.app.TabActivity;
import android.os.Bundle;
import android.view.Window;
import ...
0
votes
1answer
200 views
How to display, fetched data from API, in the html page?
I have an html page. Here, I am using tabview of Yahoo API. That is :
<div id="demo" class="yui-navset">
<ul class="yui-nav">
<li class="selected"><a href="#tab1" ...
0
votes
1answer
1k views
How to design UISegmentedControl view swapping similar to the Facebook 3.0 app?
Probably easiest to explain by example:
In the Facebook 3.0 app, if you click on a friend, it shows "Wall | Info | Photos" in a UISegmentedControl, which acts like a UITabViewController. If you then ...
0
votes
3answers
794 views
TabView and close button problem
I try to do the same thing as Davs Rants Example :
http://blog.davglass.com/files/yui/tab3/
But I must forget something...
I have this error :
Node was not found" code: "8 [Break on
this ...
0
votes
1answer
142 views
Which view should i use to display large photos from a TabBar application
Hi i have used Tab Bar Application with 4 tabs and i have set navigation controller from IB.
Now for my photo view, when user choose photo from list, it should display large photo. For larger photo, ...