Questions tagged [ipad-2]

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.

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.

Currently, there are 4 "generations" (yearly-ish updates) of the iPad:

  • iPad
  • iPad 2
  • iPad 3 (No official version number. Was known as "The New iPad" at release)
  • iPad 4 (No official version number. Minor refresh of iPad 3)

There is also a iPad mini which was released at the same time as the 4th generation of the iPad.

All iPads starting with the second generation are capable of running iOS 6.0.1, the current iOS operating system as of November 2012. iPad 2 was also the first model that supported a rear facing camera.

Links

Related

189 questions
0
votes
0 answers

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: CGRectMake(/* where you want it*/)]; label.text = @"text";…
Sandeep Khade
  • 2,832
  • 3
  • 21
  • 37
0
votes
1 answer

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 the grid values changed depending on the…
yhpets
  • 87
  • 1
  • 11
0
votes
1 answer

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 create the text field and the image. I'm now…
hey_suburbia
  • 389
  • 3
  • 16
0
votes
4 answers

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?. Technically, the resolution of the iPad 2 non-retina…
user1169629
  • 441
  • 3
  • 12
0
votes
1 answer

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 using glGetString(GL_EXTENSIONS) I figured out…
RayDeeA
  • 271
  • 3
  • 12
0
votes
2 answers

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 framerate now drops to 40fps and stays there even…
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
2 answers

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 html,body to another section. It works perfectly on…
Waymas
  • 423
  • 1
  • 5
  • 22
0
votes
1 answer

xml parsing having multiple opening tags

I m getting response like this
0
votes
1 answer

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 Ipad some background images dont show at all and…
Waymas
  • 423
  • 1
  • 5
  • 22
0
votes
2 answers

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 receive updates (lots of data), alerts,... etc. PS:…
CoolStraw
  • 5,282
  • 8
  • 42
  • 64
0
votes
1 answer

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 controller right now (my first app version may only…
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140
0
votes
1 answer

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 maintaining-selection-in-uisegmentedcontrol As per…
Shamsudheen TK
  • 30,739
  • 9
  • 69
  • 102
0
votes
1 answer

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 user fails to put a piece in a place, the piece goes…
paqolp
  • 1
  • 2
0
votes
2 answers

How to convert xcode 4.1 iPhone app in to Universal app

I recently developed an Application on iPhone in Xcode version 4.1. Now I need to convert this app for iPad also. I have verified so many links but all are regardig Xcode 3 ond it's extensions. How to upgrade, how to resize the view etc etc Please…
jamil
  • 2,419
  • 3
  • 37
  • 64
1 2 3
12
13