ipad-3 Questions

10

Solved

I have developed an iOS App and tested it on iOS6 device. While testing, I realized that my App is not responding to Orientation changes as expected. Here is my Code: // Autorotation (iOS >= 6...
Joettajoette asked 12/12, 2012 at 9:26

0

It seems that on iPhone 6+ and iPad 3 (devices I've tested so far which reproduce issue) there is an issue with scrolling a div when the page is zoomed in. When first loading a page with the foll...
Cardiac asked 9/12, 2014 at 19:56

3

When the UIDocumentInteractionController is dismissed, the presenting view controller's views are removed, including elements from the UINavigationController. The UIDocumentInteractionController ...
Effeminacy asked 19/10, 2013 at 5:26

2

Solved

I am trying to get an image out of a view where a user can paint on, or add some other views. With the iPad1 & 2 everything is working fine so far. But on the iPad3 it runs like a dog. I am j...
Ouellette asked 11/7, 2012 at 14:44

1

I just got the new iPad(3) and currently testing out a high resolution version of my drawing app that uses CoreGraphics. In normal 1024x768 mode, the iPad is more or less similar in performance - ...
Quickstep asked 13/4, 2012 at 19:48

2

I'm using the next function to save photos in my app: UIImageWriteToSavedPhotosAlbum(pngImage, self, @selector(image:didFinishSavingWithError:contextInfo:), NULL); It works well on iOS 5.1.1 de...
Debutante asked 19/10, 2012 at 6:24

6

Solved

I have been developing an application for iPad that is very graphically intensive. I have been able to squeeze quite a bit of performance out already on the iPad 2, but the @2x graphics for the new...
Whaley asked 17/3, 2012 at 21:2

3

I've been working on an iPad app that has gone through fairly extensive testing on the iPad 2. I recently obtained a "New iPad" (iPad 3), and the app feels significantly slower. Animations / scolli...
Sextans asked 30/3, 2012 at 18:11

2

Solved

As we know iPad 3 have 2048×1536 resolution. for iPhone 4 with retina display we put big image with name @2X and one normal image in our bundle. so for iPad 3 application development we also need ...
Lawsuit asked 21/4, 2012 at 7:27

1

Solved

Ipad1 can only support 2048x2048, so I want to know ipad retina support bigger size texture. I use cocos2d v1.01
Insured asked 11/4, 2012 at 9:47
1

© 2022 - 2024 — McMap. All rights reserved.