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
1 answer

ipad1 vs ipad2: different render results with OpenGL

when I'm running my app on ipad1 I see different result then when I'm running the same app on ipad2. I'm interested in book size in the middle of screen. iPad1 result iPad2 result My code is below. -…
Seify
  • 312
  • 2
  • 10
0
votes
3 answers

Remote push notifications

Can we receive remote push notifications when the application is not running in foreground or background. Basically the application is killed?
-1
votes
1 answer

Major speed differences between static/stack and heap memory

I've encountered the problem that accessing data stored in heap memory performs really slow when the memory is frequently reallocated. in comparison to What could explain this behaviour?
Etan
  • 17,014
  • 17
  • 89
  • 148
-1
votes
1 answer

Help to solve Apple's crash-reports logs

my app was rejected for a crash that i didn't notice on the simulator. Here are the logs, (already imported on XCode > Organizer ) can someone help me with this? Incident Identifier: 88AD655D-3540-419C-A883-EFCEEB8CFE16 CrashReporter Key: …
Phillip
  • 4,276
  • 7
  • 42
  • 74
-1
votes
2 answers

Device orientation is not changing in iOS?

I'm using an iPAD 2 with OS version 9.3. My application tries to change the device orientation but its not changing. How to change device orientation in iOS 9.0. My question is when app is started it should be Portrait and should not autorotate.…
AMI amitekh
  • 198
  • 3
  • 16
-2
votes
2 answers

C Pointer to negative length array strange behaviour Apple LLVM compiler

I know that negative length arrays have undefined behaviours, but with the standard of E1[E2] being identical to (*((E1)+(E2))) I expected something to work. So in this instance what I do is I create an array that spans in direction -32, so the…
Felix Jones
  • 230
  • 3
  • 12
-3
votes
1 answer

Sound doesn't play on ipad 2 while receiving push notification?

When push notification is received on device i.e. iPad 2 of ios 3, the sound doesn't exists on iPad 2 of ios 3.
-3
votes
1 answer

Add items from Array with sign $

I have an Array , if I print that in console it shows Price Array=( "$100", "$300" ) I need to add add objects at each index and show it in label. Please suggest any idea, in this case how it will show 400 with $ sign? I tried this in view…
Ajit Satarkar
  • 717
  • 6
  • 20
-5
votes
1 answer

Why are my menu items not opening on an iPad,iPhone or iTab?

If you try to navigate on my website(http://www.shjlib.gov.ae/en) with an iPad,iPhone or iTab you will notice that the horizontal menu doesn't react at all. Can someone suggest a solution? Example:-
1 2 3
12
13