iPad is a tablet computer designed by Apple running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it is also possible to use other tools to build iPad applications. This tag is related to iOS and Objective-C.

learn more… | top users | synonyms (1)

-1
votes
1answer
13 views

Styling ipad/IOS app

Are there any good tutorials out there on how to make your iOS app look good? Right now I have something with pretty much the functionality that I want but it looks ....unprofessional. I don't know ...
-1
votes
0answers
20 views

MKMapView draw path since Google Maps change?

I've searched about drawing paths on the MKMapView but most answers refer to before the switch from google maps. So my question is, is there a new solution to drawing paths on the MKMapView since ...
0
votes
1answer
18 views

How do I center the contents of a webview in iOS vertically and horizontally?

I have googled quite a bit and I can't seem to find anything that makes sense to me. I need to center the contents of a webview both vertically and horizontally. I have been able to get the horizontal ...
1
vote
1answer
29 views

Getting iPhone Auto-Lock Setting

Is it possible to ask the OS via code if the Auto-Lock and or Password Lock is enabled on the device? A secure app I am making needs to warn the user if these are not set.
2
votes
0answers
28 views

Extra height of popover's content view

I open UIPopoverController popover with UITableViewController as it's content view controller. Popover has the proper size, and it's content view at first glance adjusts correct, but if I try to ...
0
votes
0answers
12 views

Complie Boost c++ library for iOS devices running on armv7s

I've successfully built boost c++ 1_44_0 library for iPhone/iPad on armv6 and armv7 but i can't seem to create a build for the newer devices running on armv7s. Used BoostOnIphone and A-coding on ...
0
votes
1answer
19 views

How to import/export file in coredata

Actually we are working two people on a single project having coredata functionality. We both created different tables within coredata in two different system. Now how can we merge this two tables ...
1
vote
1answer
40 views

MFMailComposeViewController only presented after second tap

I want to present a MFMailComposeViewController from a modal view controller. Basically this method works, but it does not work reliably: -(void)sendMailTapped:(id)sender{ [self ...
0
votes
1answer
20 views

How to handle UIImagePickerController overlay rotation in landscape?

You cannot subclass UIImagePickerController, but surely there is clean(not saying obvious or easy) way to keep camera feed as background of UIViewController and just make UIImagePickerController ...
0
votes
1answer
27 views

Present UIPopoverviewcontroller

I am working on a app, which uses UIPopoverController, I am getting a problem in presenting that popover, I have a UIView which is added on self.view, and a tableview added on that view, that table ...
0
votes
0answers
10 views

jQuery touchstart not behaving the same as mouseenter on iPad

I am having issues with a Tool Tip plugin I am using on touch device such as the iPad (iOS 6). In this example below, these blocks of code are in a each loop and the mouseenter works and positions ...
0
votes
0answers
42 views

Bezier path not working - Objective C

I am trying to draw a Bezier path. Its just not working. My code is as follows: UIBezierPath * path = [[UIBezierPath alloc] init]; [[UIColor blackColor] setStroke]; [path setLineWidth:2]; [path ...
0
votes
0answers
3 views

Unable to install iOS app made using Air 3.2 on iPad retina

I am working on Air 3.2 for iOS project . I am making a game. I have made sure to put the UDID of two devices , my iPad 2 and my iPad 4 retina in the mobile provision. I am able to install the app on ...
-4
votes
3answers
51 views

Difference Between NormalMethods and Selctors in objective c

Here i cant understand what is selector?,still now i knew it is used for calling methods,and someother says its is a callback mechanism. What is the difference between these two methods. Instance is ...
-1
votes
1answer
24 views

How to make a tab view on the popover view of iPad like that?

What I want is to make a tabbar on the popover view in iPad, looks like that: Thank you!
0
votes
0answers
3 views

How to specify a group when displaying an ABPeoplePickerNavigationController iOS 6

I couldn't find any answers for this issue with iOS 6 and xCode 4.6: Does anyone know how to specify a group when initially displaying an ABPeoplePickerNavigationController (so it doesn't ...
0
votes
3answers
69 views

How to merge transparent PNG Image with color

I tried with drawInRect and CGContextDrawImage but it is applying to the whole image. I want it to apply to the image part only, not to the transparent part. Does anyone know how to do it?
0
votes
0answers
11 views

iFrame rescale issue on iPad

If have an element DIV that contains a iframe , when i rescale the DIV , the iframe inside follows that , in all browsers except iPad where it seems rescaling chaotically. the Main html : <div ...
0
votes
2answers
18 views

xcode send boolean to soap webservice

I am trying to send boolean value to .Net Soap Webservice from IPad application. I couldnt figure out how to send it. I tried true, @"true", 1. but they didn't work. has anybody tried it before? Would ...
1
vote
3answers
59 views

Is there any iPAD simulator for WINDOWS in order to test using our ipa file?

How to test our .ipa file in windows machine? Is there any iPAD simulator for windows.. Is there any means that we can test our app in a windows machine?
-3
votes
0answers
14 views

Load mobileiron apps@work onto ipad

I try to download and install apps@work on my IPAD by using WebClip. According to the guide, I have to follow the link to load it onto my Ipad ...
-1
votes
2answers
24 views

store contact data which is already available into iphone AddressBook

I am developing an apps where i am getting some information regarding contacts example Name:xyz Phone number:1234556677 So how do i store this information directly into addressBook of an iphone. ...
0
votes
1answer
41 views

Adding contact into ios addressbook

I want to add contacts into my address book. I am developing an app where I have gone through many links, and I have following code, but now I am stuck. I have imported: #import ...
1
vote
1answer
10 views

iPhone/iPad's Document Directory usage limit

I am working on an application where I have to store approximately 200 photos captured from camera in Documents directory. I know that there has to be some limit on the usage of Documents Directory, ...
0
votes
0answers
36 views

iPad : Partial View Controller Rotation is not working in iOS

I have tried the code from the following link. For iPhone it is working properly as described in the link . But it is not working in iPad project. In navigation controller root view has to appear in ...
0
votes
1answer
15 views

iPhone/iPad/Android: Is there some api for testing web application accessibility?

Instead of going through VoiceOver or similar software, I want a function which can take an element-id as parameter and return the alt text or label so that I can validate whether the text is correct. ...
0
votes
1answer
27 views

how to add contacts info into address book in an application [duplicate]

HI i want to add contacts into my AddressBook in my Application. Like if i have a text field for name and phonenumber, once i click the button it should add into my addressbook. I went through many ...
0
votes
1answer
40 views

iPhone back button refuses to work after selecting an image with the UIImageViewController? [duplicate]

So I am writing this iPad app that starts on a main screen and then from there you can go to a settings page. In the settings page you have the ability to select a picture from the photo album using a ...
0
votes
3answers
28 views

Objective-c: The xib loaded from code is not the same on the project

I have problem with my project. I have an interface file which has two buttons but somehow when i run the application the interface has only one button. I know the interface is not the same the one on ...
1
vote
1answer
25 views

Calculating the exact size of a CGRect frame for a pdf based on UITextField

I am creating a pdf report that renders frames based on text in a series of UITextFields. Currently I am using a series of methods as below. The variables are used to keep track of the position for ...
0
votes
0answers
20 views

White space on left of page when viewing on iPad

There is a problem with my CSS in that there is a blank white space on the right side of the page when viewing on an iPad. I've looked around and tried different fixes with no success. ...
1
vote
1answer
33 views

how to get the RGBA value of UIImage in the specific clicked point

I am developing an iPad application that has multiple UIImageViews in a viewcontoller. each image has some transparent parts. when the user click on the image I want to test if the area of the image ...
0
votes
1answer
19 views

Vertical scrolling boxes in horizontal scrolling row with smoothDivScroll?

I need to create a UI in which boxes lay out in a row, and the user can scroll the row to view one box at a time. Also some boxes are taller than others, in which case the user should be able to ...
0
votes
0answers
11 views

Face book comment box stretches in iPad and iPhone

I have used the facebook generated code to add a comment box at the bottom of my page. it works great on the MAC but when you go to use it on the ipad or iphone the comment box stretches the width ...
0
votes
1answer
27 views

iPad App - Prevent it from being installed on an iPad 1

I have an app which is fairly memory intensive. Although the app does fine on iPad 2 and above it fails miserably on an iPad 1. Is there any way that I can prevent an app from installing on an iPad ...
0
votes
0answers
36 views

unit tests simultaneously iphone ipad

I'm developing an application for iPhone and iPad on xCode 4.6.2 and I am using TDD method. My question is how to make unit test simultaneously for iPad and iPhone ? Currently, I have to run my test ...
0
votes
0answers
7 views

Safari on iPad - Incorrect handling of HTTP status code 204

We are rendering an ASP.Net web form with a runat="server" tag in a bootstrap modal. We use the built in bootstrap capability to use the jQuery load function perform a get request and then insert the ...
1
vote
1answer
20 views

Can not install .ipa in iPad 5.0

I did a very simple application containing just a UiWebView and developed using XCode 4.5.2. I can install this application (using iTunes) in a 6.0 iPad retina and run it with no problems but not in a ...
0
votes
0answers
13 views

MGSplitViewController port to iOS 6 using storyboard?

I'm trying to upgrade my App from iphone only to Universal. I've a critical requirement to be able to hide the master view and show only the detail (in landscape) for a significant part of the App. ...
-2
votes
1answer
55 views

FREE iOS app requires a mandatory in-app purchase for registration [closed]

We plan to launch our app as Free app but it requires "mandatory in-app purchase" to register/create your account. The first screen is allows either to Login or Create account after in-app purchase. ...
1
vote
2answers
48 views

Force landscape mode at the beginning of app, but allow later changes in orientation

I am planning to allow user to rotate the devices however during launch, i want the app start from landscape mode. May i know how can i do that? Here is my code now for the orientation - ...
0
votes
0answers
15 views

Barousel/ thslide carousel move to next item in carousel jQuery

I am using the following carousel (barousel): http://labs.juliendecaudin.com/barousel/ What I really need is the correct jQuery call to move the carousel above just one scroll to the left based on a ...
0
votes
0answers
7 views

Issue with iOS 6 when using camera via input type file

I´m writing a webapp for an ipad and on it I need to take a picture using the camera. My solution is using input type="file" but the problem is that when iOS brings up the camera it automatically ...
0
votes
0answers
17 views

Viewport - automatic iPad/iPhone detection and if portrait or landscape

I have the idea of combining a function which is detecting weather you visit a side with iPad or iPhone: <?php $isiPad = (bool) strpos($_SERVER['HTTP_USER_AGENT'],'iPad'); if ( $isiPad ) { ...
-2
votes
0answers
7 views

does this method of capture qualify as a swiped transaction or a hand keyed transaction?

Will this capture method qualify the transaction as a swiped transaction so the sale gets processed at a lower rate? We are building a third party app through auth.net and wanted to use this method of ...
0
votes
1answer
29 views

First UIView not autosizing to fit iPhone 5 or iPad

I have a simple app with multiple UIViews. I've recently begun work to create a universal app out of it get the auto-sizing and rotation of views working with the iPhone 5 and iPad. On my very first ...
0
votes
2answers
67 views

Application crashes very rarely with UI update on secondary thread

It is really very strange for me as my app is working fine at debug mode & when tried by tester with release build RARELY it gives crash. What I have understood from console log & crash log is ...
1
vote
2answers
39 views

Detect carriage return in UITextField

I have a app that enables the user to enter comments in a series of UITextViews. When complete the app generates a pdf report. Since the text entered varies in length the app needs to calculate where ...
0
votes
2answers
57 views

UIImagePickerController - [picker dismissViewControllerAnimated:YES completion:Nil]; Error

I have been trying this for the past 2 days and I am not able to figure out the answer. I have searched all over and I haven't found the answer. The question is I have a button which brings up the ...
0
votes
0answers
16 views

Legacy web application in jsp,servlets to be made i-pad compatible

Currently we are having a web application that's been developed using jsp and servlets. A new requirement has come to make this application ipad compatible. 1)What is the best way to proceed? 2)By ...

1 2 3 4 5 526