iPad 2 is the second generation model of Apple's tablet computer running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it's possible to use other tools to build iPad applications as well.

learn more… | top users | synonyms (1)

0
votes
1answer
18 views

Interacting with UItableview using UIgestures on iPad

This is a question on an iPad app that I am currently working on. I have a UIViewController with 2 UItableViews. One UItableview will display a list of accounts and based on selections from this list ...
0
votes
0answers
15 views

Container's background not working on ipad

I have an issue with my background image not showing up. although the box's top, bottom & left, right bg image works, but only the middle portion doesn't shows up the bg image you can have a ...
1
vote
0answers
73 views

View is Not masking to Parent View

I've added Line View to one Content View, while adding on Content View ,i set UIViewAutoResizingMask ,but my view is cutting to Parent View for minute of seconds. lineView.autoresizingMask = ...
1
vote
0answers
39 views

Stuck With UIViewAutoresizingMask

Hi I am New in iOS Development I added UITableViewCell With Custom Cell Design in which I added two labels in one Cell for which I added UILabel *label = [[UILabel alloc] initWithFrame: ...
0
votes
0answers
39 views

internal api server error in linkedin integration

when i am sending invitation through linkedin integration i got the following error "errorCode": 0, "message": "Internal API server error", "requestId": "3KLV53VUW0", "status": 500, ...
0
votes
0answers
20 views

Azure website viewed on an iPad

I have a website hosted as a cloud service in Azure built with MVC4. I have a domain and an SSL cert, and the homepage after logging in (forms auth) looks like this: ...
0
votes
0answers
81 views

WebPages not loading properly in Safari on iOS5/6

My WebPages are not working with Safari on iPad iOS6. I have tested my Webpages in IE, Chrome & Safari on Desktop and also tested in Android tablet (default browser) and Mobile Chrome in iPad. I ...
0
votes
0answers
22 views

ipad3 and mini box shadow (1px unwanted offsett)

I have problem on i.losett.com paintings gallery (ie. http://i.losett.com/Shimmer,p3,2 ) - it seems there is an 1px unwanted offset between image and shadow (css box-shadow) only on iPad3, iPad Mini ...
0
votes
0answers
50 views

Programmatically setting ipad layout issue

I'm having kind of a funny problem. I problematically now when i enter scene two set the frame sizes of my controls on scene 2 ( they are graphically laid out on the story card too), in order to ...
0
votes
0answers
256 views

jQuery UI slider with custom handle not working with Twitter Bootstrap 2.3.0

i have a custom handle for my jquery UI slider that worked fine on my laptop as well as on my iPad (using ui touch punch plugin) against jquery UI 1.9.2 + jquery 1.9.0 + twitter bootstrap 2.2.1. ...
0
votes
0answers
79 views

Upload my iPad's TSV file to SMB server (or access data with FileBrowser)

I am a novice programmer. I have created a VERY simple survey app that stores [myData writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil] the data in a TSV file. Ideally, ...
0
votes
0answers
52 views

Undo and Redo Button title and actions with NSUndomanager

I am creating an ios application like sudoku.In that application i created undo redo buttons.In sudoku each grid values are button titles.What i want is whenever i click undo or redo buttons then ...
0
votes
1answer
140 views

How do I provide iPad and iPhone 5 versions if I use .xib files?

I have a very simple app that just displays a block of text every time you touch the screen. I have a graphic behind the text, that the basics of it. I made it back in 2010 using a .xib file to ...
0
votes
4answers
76 views

Which iPhone apps will run on the iPad 2 in scaled mode?

I don't own an iPad 2, so I can't test this. Say I've developed an app that uses retina images only, as I made it compatible to iPhone 4 upwards only. Will they run on the iPad 2 in scaled mode?. ...
0
votes
0answers
36 views

Bad Request Error shown when opening a webclip the next day after installation

I have installed a Profile on ipad device for using Apple Push Notification. This profile has a webClip section where i have provided a URL. [WebClip : sort of a bookmark used by IOS ] ...
1
vote
0answers
21 views

How can i test an application for 1000 iPad,because i have only 1 ipad & i want to perform the load testing.for server side data

How can i test an application for 1000 iPad,because i have only 1 ipad & i want to perform the load testing.for server side data and want to see the response time when i hit the button from the UI ...
0
votes
1answer
154 views

Full precision floating point textures on iPad 2

Can somebody tell me if it is possible to use full precision floating point 2DTextures on the iPad2? (full precision = single precision) By printing out the implemented OpenGL extensions on the iPad2 ...
0
votes
0answers
166 views

how to play sound in iphone speakers/headphones in iOS6?

In my application i want to play sound in iphone speakers/headphone. For that i am getting sound from server.This code i wrote in .C file. #include <AudioToolbox/AudioServices.h> void ...
0
votes
1answer
291 views

IOS 6.0.1 framerate drop when models are rendered close to screen

I have recently updated my iPad2 to iOS 6.0.1 from 5.x and upgraded xcode to 4.5.2. Now when I build and run my game it runs smoothly at 60 fps. However when a a 3d model gets close to the screen the ...
1
vote
0answers
124 views

Responsive website design

I am currently working on a new design for a website which is responsive - everything works fine and perfect but as soon as I start on a form on one of the pages the page becomes none responsive in a ...
0
votes
0answers
35 views

What is the best resolution when designing an app for iPad2?

I'm going to design an app for iPad2, I'm in doubt of 2048 x 1536 pixels and 300 dpi. What should you use for the iPad2 with its Retina display?
0
votes
0answers
33 views

Creating image 2-6 times in a second using CGBitmapContextCreateImage(context) creates low memory warning and app quit on iPad1,2,3 IOS5

I am working with bitmap context, I have bitmap data which is updating continuously and I want to convert this data to an image and want to show the updated image continuously on the iPad screen. I ...
1
vote
0answers
169 views

Embed picasa album without flash to support ipad

I'm using JA_Mesolite_II template for joomla 1.5. Picasa sideshows embedded in my website work well when viewed on a PC, but absent when the page containing the link is viewed on an iPad2. Can ...
0
votes
4answers
277 views

Will iPad2 app work on iPad3?

I am new to iOS, I seen that iPad 2 has resolution of 1024-by-768 and iPad 3 has resolution of 2048-by-1536 with retina display.. I am sure that iPad 2 app will defiantly work on iPad mini because ...
0
votes
0answers
369 views

iPad 2 shows blank black screen after launch randomly on device

I'm newer to xcode and have picked up this universal app project from another dev who never could figure out how to fix a bug that was in the code because he said that he could not replicate it. I ...
1
vote
1answer
442 views

iPad 2 Chrome rendering issue

I currently have a site that is rendering properly in Safari for iPad 1 & 2 and properly in iPad 1 Chrome but Chrome for iPad 2 isn't picking up my media queries for portrait mode properly. The ...
0
votes
0answers
153 views

JQuery Mobile app significantaly slower on iPhone 4

I have made a JQM app and when I test this app on an iPad 2 it runs very smooth and fast. When I test the same app on an iPhone 4, it is significantaly slower. The page transitions are very slow. One ...
2
votes
0answers
320 views

ipad safari browser not clearing cookies

I am developing mobile web application using Jquery Mobile and MVC 3. I am using FormsAuthentication for the user authentication. Here is my code for Login button click AuthenticationResult ...
2
votes
1answer
50 views

No response of popover button while change the orientation from lanscape to portrait?

My app cannot respond pop over button while i had change the orientation from landscape to portrait.Any one give a solution for the give issues
1
vote
2answers
82 views

My iPad get too hot while im testing on it [Running projects on] [closed]

While im testing my new app on my iPad 2 retina , i noticed that my device temperature is getting too high, anyone know why ??
1
vote
2answers
259 views

CoreAnimation: failed to allocate 1971232 bytes with my iPad apps?

I am using core plot frame work ,i am refresh the view after some time i got the error for "CoreAnimation: failed to allocate 1971232 bytes". here am attaching my code for plotting chat - ...
1
vote
0answers
193 views

iPad 2 Safari not showing progressive .jpg files

Using iPad 2 with OS 5.1.1. In Safari, trying to display a jpg image through img tag but doesn't shows (shows only ? icon). The same image displays if url directly typed on address bar. Also noted ...
3
votes
1answer
121 views

Does mobile simulators work?Css Jquery on iPad

Hi everybody this is my jquery function to change font-size and other specific css values based on screen width. <script type="text/javascript" src="/jquery.js"> </script> <script ...
0
votes
0answers
58 views

Is there any tool available for iPad2 to occupy RAM to the full?

I need to test one of the application on iPad 2 and as a part of negative test, I want iPad memory is almost fully occupied with some other apps or tool so I can see how my testing app behaves when ...
4
votes
1answer
70 views

Unity3d apps on iPad2 require old prov. profile to run

Recently I renewed my provisioning profile and the certificates. The problem that occurs now is that the previous Unity3d apps that were on the iPad2 now still require the old provisioning profile to ...
0
votes
0answers
105 views

iOS Highlighting or selection PDF text on Tap

I'am working on PDF reader, I've PDF in my supporting files(Static PDF). I am using reference of PDFViewer application. When i tap and hold on PDF page it should select some text but when i'm trying ...
0
votes
0answers
119 views

Roll and pitch relative to a reference frame from two gravity vectors on iOS

I need to find the relative roll and pitch angles (factorization R = R(roll)*R(pitch)*R(yaw)) around the devices y- and x-axes between two frames of a video stream on an iPad 2. The values returned ...
2
votes
0answers
84 views

Shadowbox closes safari on ipad

This happens in iPad and its native Safari browser: I have 2 pages one opens a shadowbox which loads the second page which has a form in it. Once the user selects some fields from the form and ...
0
votes
0answers
54 views

How to implement a transition style for a split view Controller from a view Controller?

How to implement a transition style for a split view Controller from a view Controller? [UIView transitionFromView:self.window.rootViewController.view ...
0
votes
2answers
531 views

Jquery Animate ScrollLeft doesnt work on ipad

So im developing this site it works perfectly on pc and mac but on ipad im having problems with the navigation. http://remedia-solutions.com/clientes/0039_kiplingmexico/demo2/ This code moves the ...
0
votes
1answer
67 views

xml parsing having multiple opening tags

I m getting response like this <NewDataSet> <Map> <URL> ...
0
votes
1answer
312 views

Background images not rendering correctly and others dont appear on Ipad

Hi im currently developing this site: http://remedia-solutions.com/clientes/0039_kiplingmexico/demo2/ Actually is works perfectly on Mac and on PC browsers, the problem here is when i go into Safari ...
1
vote
1answer
2k views

exc bad access code 2

I have been struggling with this error for the last 3 days and no luck. I'm developing a combined app with uiviewcontrollers and uitableviewcontrollers and in table views I click the add button and it ...
0
votes
2answers
726 views

phonegap for iOS (iPad 2, iPad3) - Background worker and continuous refresh

I am developping an app for Ipad (2 and 3). The app needs a continuous synchronization with a remote web app. Point is, my app needs to keep "listening" whenever there is connectivity in order to ...
0
votes
1answer
467 views

Why view size is 703x768 for iPad app in Interface Builder?

Im working on my first iPad app. By default Xcode generated for me a starting point project, which contains the basic template for the Split view controller. I am focusing on the detail view ...
1
vote
1answer
244 views

iOS avaudiosession not starting on certain iOS hardware

I have a strange situation with an AVAudioRecorder used to record audio in my iOS app. I have found some rare iPad2 devices where the audio session will not start recording. The iOS app code does ...
1
vote
1answer
402 views

UIScreen screens always return 1 screen

I'm trying to display a picture on Apple TV with Airplay without mirroring mode. But [UIScreen screens] method always return 1 screen (main screen) when mirroring is OFF. I want my picture display ...
0
votes
1answer
391 views

UIControlEventValueChanged not working when i tapped an already selected segment section

My aim is to trigger UIControlEventValueChanged delegate again when i tapped an already selected segment . So i have referred the below links uisegmentedcontrol-register-taps-on-selected-segment ...
0
votes
0answers
47 views

Making phone number clickable inside alertview

I have an alert view which is populated with errors from webview.Now i want the user to click on phone number which comes if there is any error which is shown in alertview. In iOS, if in a page a ...
0
votes
1answer
389 views

How can I stop views on screen from multiplying? (touchesBegan,touchesMoved,touchesEnded)

I am new to Objective C and I am trying to make a basic puzzle game. I am using multiple UIImage objects, some labels and a button. It consists in moving the pieces to its correct position. If the ...

1 2 3 4