Questions tagged [ipad-3]

The 3rd Generation Apple iPad.

The third generation of iPad known as "iPad 3" is a tablet computer designed, developed and marketed by Apple Inc. The 3rd generation iPad adds a Retina display, the new Apple A5X chip with a quad-core graphics processor, a 5 megapixel camera, full HD 1080p video recording, voice dictation, and 4G (LTE). It shipped with iOS 5.1, which serves primarily as a platform for audio-visual media, including electronic books, periodicals, films, music, computer games, presentations, web content. Apple.

76 questions
0
votes
2 answers

Safari - Web site Crashing in iOS 6.0.1 and not in iOS 5.x

I'm trying to open the following URL in iPad 3 Safari browser. http://www.pearsonschool.com/index.cfm?locator=PS1yJe&PMDbProgramId=110081&sampleId=11241 And doing the following steps: Click on "Explore the innovative technology of Teacher Place for…
Satyam
  • 15,493
  • 31
  • 131
  • 244
0
votes
1 answer

It's obligatory to support the retina display of the new ipad?

I just finished developing a long project, universal (iPhone, iPod, iPad), and i didn't develop with the retina display on mind. I'm forced to add assets to support this new resolution ?. If i'm using the latest SDK, can i specify whether to…
José Joel.
  • 2,040
  • 6
  • 28
  • 46
0
votes
1 answer

"_OBJC_CLASS_$_IconDownloader", referenced from: & clang: error: linker command failed with exit code 1 (use -v to see invocation)

Run time program show the following error:- "_OBJC_CLASS_$_IconDownloader", referenced from: & clang: error: linker command failed with exit code 1 (use -v to see invocation) Any One solve this Problem? Thanks In advance.
Shriram Kadam
  • 394
  • 1
  • 4
  • 20
0
votes
4 answers

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 the resolution is same.. and same case for iPhone,…
Krunal
  • 6,440
  • 21
  • 91
  • 155
0
votes
0 answers

Is it a good idea-Make view nil in viewdiddisappear?

I am facing memory management problems in one of my iPad application which is in iOS6, wherein my application terminates due to large amount of dirty size. I have 5 view controllers which get created each time i tap them. So is it a good idea to…
Shantanu
  • 3,086
  • 3
  • 25
  • 32
0
votes
1 answer

Optimizing Image Drawing for iPad 3

I am trying to find the most optimized way to draw images in iOS on the iPad 3. I am generating a reflection for a third party version of coverflow that I am implementing in my app. The reflection is created using NSOperationQueue and then added via…
daveMac
  • 3,041
  • 3
  • 34
  • 59
0
votes
2 answers

Incorrect display on iPad3 during iOS programming

I am developing an iOS app using Cocos2D and I encountered a very strange problem as follows. At the beginning, there is only a full version, and everything works well on both iPad2 and 3. Now, I plan to create a lite version, so I registered a new…
Dali
  • 1
0
votes
1 answer

iPad retina stretches non-retina images in Cocos2d

I have a iPad app built with SDK 5.1 (Xcode 4.4). The app is a non-retina app. On iPad 1 and 2 the images are scaled properly. On the new iPad (3rd generation) all the images get scaled up. This behaviour is kind of expected, but undesired in my…
mmvie
  • 2,571
  • 7
  • 24
  • 39
0
votes
2 answers

UIAlertView in iOS 6 Beta 3 (ipad 3) Does not seem to trigger the code in the delegate

I ran across this problem where the UIAlertView does not trigger any handlers in the delegate. It works fine on all iOS 5.0 and later/ iOS 6 beta (iPhone4/4s, iPod, ipad1/2) device, but the problem is only with the iOS 6 beta 3 on iPad 3.
dhilipsiva
  • 3,688
  • 1
  • 24
  • 35
0
votes
0 answers

Adobe Air app installs at ipad 1 but doesn't on Ipad 3

We have an air app which works on ipad 1. But when we try to install it on Ipad 3 it fails to install our app (saying useless message). But it is possible to install another apps on this Ipad. We have Adobe Air 3.2 SDK. App.xml config is below
Kakadu
  • 2,837
  • 19
  • 29
0
votes
1 answer

Automatically selecting ipad @2x retina images for ipad3 from document folder

I am developing an iPad3/iPad2 application. In my bundle I have both iPad2 and @2xiPad3 images.It is working fine when i use bundle. In iPad2 low resolution images are detected and in iPad 3 high resolution ones are detected. But my problem is when…
arundevma
  • 933
  • 7
  • 24
0
votes
2 answers

CGContextDrawLayerAtPoint is slow on iPad 3

I have a custom view (inherited from UIView) in my app. The custom view overrides - (void) drawRect:(CGRect) rect The problem is: the drawRect: executes many times longer on iPad 3 than on iPad 2 (about 0.1 second on iPad 3 and 0.003 second on iPad…
Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
0
votes
2 answers

ipad: how can i detect ipad3 for in my application?

i am working in an app in which i have images , now the problem is that ipad3 has retina display is there any method in ios5 by which i can identify whether the device is ipad3 or ipad2.I want my app to be worked in both the devices.Is there any…
Purva
  • 1,291
  • 2
  • 15
  • 30
0
votes
1 answer

iPhone app Rejected with iPad 3 crash without log

That's what Apple said - the app got crashed for them against iPad 3, there was no log produced: The application crashed on the third generation iPad running iOS 5.1, there were no crash logs produced. What i did is that i re-signed exactly the …
A-Live
  • 8,904
  • 2
  • 39
  • 74
0
votes
1 answer

Monotouch Ipad3 retina cannot run in full resolution

What do I need to do to run in full resolution? No matter what I do, UIScreen.MainContent.Bounds => {1024x768} I am running Monodevelop 2.8.8.4 and I am setting my Deployment Target to 5.1 Any Ideas? Thanks
Luis
  • 5,979
  • 2
  • 31
  • 51