The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
159 views

css not loading in ipad

Recently someone pointed out that my personal site was not working on ipad, because of the fact that the css did not load. How is this possible? On iphone the system works ok and also on any other ...
0
votes
1answer
351 views

UIView always loads in portrait mode

This one has me ripping my hair out. My iPad application is setup as follows: In my app delegate I have this: [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications]; in my ...
0
votes
1answer
2k views

UIModalPresentationStyle View with Custom View Size

Is it possible to have custom size of the view, when you select "UIModalPresentationFormSheet" Right now it seems as if this is out of our control? According to following link, it seems you can't ...
0
votes
1answer
299 views

iPad drill down menu

I'm trying to build a program which when it opens, has 4 large buttons, each button will take the user down into a sub menu, this sub menu will contain a list of items which is selected the user can ...
0
votes
1answer
1k views

create an interactive map of a campus for an ipad app

i want to create an interactive map of a campus for an ipad application , i am having trouble where to start from and i have no idea , i am a newbie in ipad programming , do anybody now link to any ...
0
votes
2answers
578 views

Interface Builder UIImageView not showing image, only black screen

I have a UIView in Interface Builder and set up different UIImageViews for the background images that I want displayed that are not going to move at all (thus I didn't think I needed IBOutlets for ...
0
votes
1answer
400 views

A UI control for Ipad to brose a list of images

I have made the decision to use monotouch to develop an application that browses an rss feed and displays a grid of images much like browsing the picture library actually on the device. My issue is ...
0
votes
1answer
869 views

UIAlert partially hidden on iPad horizontal orientation. How to move it up?

In my iPad app, I have an implementation of a login window as a UIAlertView subclass that adds two UITextField, using an idiom that's found on the net. The problem is that in horizontal orientation, ...
0
votes
1answer
1k views

TabBarController within the RootViewController of a SplitViewController

I'd like to develop an iPad app which would be composed of a SplitViewController. I'd like to add a TabBarController in the RootViewController. I'm at the very beginning of the development. So I've ...
0
votes
1answer
51 views

How to show images as single line horizontal grid view with delete button in iPad

Hello Every One, I am working on a project where my requirement is to display images as shown below image with delete functionality. I have gone through many grid view samples like ...
0
votes
0answers
40 views

ipad integrating a small menu on the left that opens up another uitableview as submenu

Was wondering how this type of menu can be attained? (ipad version) https://itunes.apple.com/us/app/kayak/id305204535?mt=8 It has a small list of icons on the left side that when tapped will open up ...
0
votes
1answer
73 views

Universal app Splitviewcontroller

Hello I'm making a universal iOS app. I use UINavigationControllers on the iPhone and now I have a "menu" UIViewController from which I want to push to a UISplitViewController. Is this even possible? ...
0
votes
1answer
22 views

differentiating and setting two different types of css and jsp for pc Version and iPad Version

I am trying to make an existing website to properly shown in iPad as an extended support. As there will be two sets of jsp and CSS for both version. How can I differentiate when website is accessed ...
0
votes
1answer
145 views

my website not worked in Ipad and how I can fix some small issue? [closed]

I have a website that's work fine in every browser. I have some issue in Ipad. I try many emulator but none of them worked. Their is a problem that they have some small issue. Somebody can help me ...
0
votes
0answers
43 views

ipad orientation issue in wordpress site

i have made a site in wordpress and its width is in % of container(main and sidebar). http://2backpackers.com. I have not made any specific changes for ipad. When viewed in the ipad its OK in ...
0
votes
0answers
24 views

How can we creating a autoresize view in ipad split view Controller?

My problem is that my split view master viewController had not fitted their view.Kindly give a solution how to use autoresize in ipad master views.
0
votes
1answer
130 views

can not open interface builder due to IBUIScreenMetrics initWithCoder:]:unrecognized selector send to instance

I have build a project with xcode 3.2.6 and sent the project to my partner. He is using later xcode version 4.4, and modify interface builder file and change coding. After he send the project back to ...
0
votes
0answers
20 views

showing location in iphone through url parsed through xml file

I want to show location in a view through url containing address of a location. And url is parsed through xml file.Any sample code for this?
0
votes
1answer
257 views

UIImagePickerController over UIModalPresentationFormSheet : ipad

I am using UIModalPresentationFormSheet and opening UIImagePickerController (or any UIViewController) but size of UIModalPresentationFormSheet changes when dismissing the UIImagePickerController or ...
0
votes
1answer
136 views

I want carousel view buttons with rotating with circle eclipse form with an angle so that we can select the buttons at any [closed]

I want carousel view buttons with rotating with circle eclipse form with an angle so that we can select the buttons at any point on the circle display the required view give please me suggestion
0
votes
1answer
477 views

How to fix scrolling issue of Ajax Modal popUp in iPad safari browser?

I have Asp.net website Its running well in all browsers except iPad Safari. but When I testing then I getting issue in scrolling popup & not renderd into whole page (some part of popup get hidden ...
0
votes
0answers
119 views

inputAccessoryView dismisses, but keyboard won't?

I have a UITextView with an inputAccessoryView that contains a toolbar with a "Done" button so that the user can end the editing process. Inside the method fired by pressing the Done button, I call ...
0
votes
0answers
57 views

open iphone app on ipad with x2 zoom automaticly

i have an iphone app with one view of 480X320 and i want to open it in ipad on x2 mode on the app load, not just after clixking the "x2" button
0
votes
3answers
660 views

Remote push notifications

Can we receive remote push notifications when the application is not running in foreground or background. Basically the application is killed?
0
votes
1answer
142 views

How to add a Navigation Controller to the MainWindow for iPad in Universal Application

I tried to add a NavigationController to the MainWindow_iPad of the Universal Application. placed the Navigation Controller using XIB, Created a New ViewController (MainViewController) Created ...
0
votes
1answer
260 views

UIScrollView created in Interface Builder scrolls out of the view

I'm trying to create a scrollable area in the middle of the screen - above it are a few non-scrolling labels, and below it are some non-scrolling buttons, so I only placed the UIScrollView in ...
0
votes
1answer
157 views

Displaying tables using Tab Bar Controller

Currently I have a tab bar controller set up which displays 5 different pages, i'm trying to display a list of data using the table view, but a different one on each page, the guide i'm using says I ...
0
votes
1answer
213 views

What is the correct UI guideline for an “Action” button in an iOS application on a UITableView per row?

My iPad (!!) app has a table view as the UISplitViewControllers details controller. To trigger various actions I use the following: A swipe gesture on the cells to make a button visible that is ...
0
votes
2answers
574 views

Universal app - iPad view loads, but I cannot link any Image Views to the UIImage objects without getting an error

I have a simple universal app I am working on, basically there are 10 images and 10 buttons on the screen. If you click button2, then image2 will disappear, click button2 again and image2 will ...
0
votes
0answers
192 views

Generate Dynamic Images Inside Ipad Split View Controller

I am want to generate dynamic images here is the image of which i want to accomplish. Can any tell me what should i start with to do the same. Sorry for replying so late was busy in my project i ...
0
votes
2answers
269 views

Question on UIScrollView and UIImageViews

I am making an iPad app that will display six, side by side UIImageViews at once (3 on each line). I want it to be scrollable so I can display up to 15. So its basically like 5 rows of 3 UIImageViews. ...
0
votes
1answer
73 views

Timing touches on an iPad

I've been looking to try and measure the time between touch events (looking at the UITouch class). On the UITouch class there is the timeStamp property that gives this time but it is in seconds. For ...
0
votes
1answer
280 views

In a table view can we give zoom in and zoom out effect?

I want to zoom the table view to see the contents of the cell???i want to know whether it is possible???any kind of suggesstion is highly appreciated
0
votes
1answer
36 views

iPad rotation elements spacing fixed length

I want some elements to be a fixed amount apart from each other on iPad rotation, what is the best way to do this in Interface Builder?
0
votes
0answers
504 views

Customize the presentModalViewController or such effect

I want to achieve the login function on ipad,i've try the presentModalViewController ,but seemed it is difficult to customize(size or position): loginViewController = [[LoginViewController alloc] ...
0
votes
2answers
740 views

Click UITableViewCell to set focus in UITextField in iPad

I have seen related questions asking how to set focus at startup with firstResponder, but this is a little different. When I click on a certain UITableViewCell, I want to set the focus in a specific ...
0
votes
0answers
98 views

iPad - FaceDOWN Down Issue

I am working with iPad App. And i have problem in FaceDOWN, in this orientation viewdidlaod & viewwillappear will not call evenif the button is also not work. In faceUP orientaion all the ...
0
votes
0answers
38 views

If this does not complete or see any info i would like an alert box to come up and let me know

- (IBAction)aview :(id)sender { NSString *ILink = [NSString stringWithString:[webDisplayiPad stringByEvaluatingJavaScriptFromString:@"document.ARSIN.ILink.value"]]; NSString *urlAddress = ...
0
votes
1answer
197 views

Can i Implement admob for a app running in iphone OS 4?

I am creating an universal app.The app should be able to run properly in i-pad ,iPhone 4.0 OS and also in iPhone OS with versions more than 3.0 .I want to implement a banner in my application.In my ...
-1
votes
1answer
68 views

Developing iPad Application

I am a beginner to xCode development. I have downloaded and installed xCode 4. I am watching youtube videos for the tutorial to get some basic ideas of ipad development. I would like to learn iPad ...
-2
votes
2answers
52 views

iPad landscape mode only with UINavigationController [closed]

I am making an iPad app with landscape only mode supported, but when I add navigationController in my app, even though simulator by default is set on landscape mode, my app View is in portrait . This ...
-2
votes
1answer
37 views

when the virtual keypad comes the popover move upward in iPad?

when i type the textfield in popover view it moves upward and hide the some fields in popover view.I want overlap the keyboard in popover.any one knows help me.

1 2