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

Is it cocos2d useful only for iphone?

I want to build a apps used for ipad 2. Is the cocos2d only available for iphone apps? Thank you.
Peter Lam
  • 37
  • 2
  • 8
0
votes
1 answer

How to save Login credentials in SQLite for allowing offline Login

i am quit a newbie in iOS development and using login view where login credentials are getting authenticated using web services. I have to implement the same thing in offline mode also but how to do that using SQLlite any type of suggestions will be…
0
votes
4 answers

Installing iPhone app on iPhone

I want to install my iphone app on iphone and also have test provisional profile also. The main problem is that i developing applicaion in mac lion environment Xcode version is 4.2.1 and using iOS5 i want to install it on device iPad 4.3.1 (iOS 4)…
Tirth
  • 7,801
  • 9
  • 55
  • 88
0
votes
2 answers

How to check Facetime Support in iOS devices (hardware check)

I want to check if iOS device I am using has support for Facetime call. I don't want to check the iOS version on the device, rather if the device has the hardware support to initiate a Facetime call. For example: I have an iPad 1 with iOS version…
Jayshree
  • 281
  • 1
  • 6
  • 28
0
votes
1 answer

iOS : How to link a mainViewController.XIB to another page called about.XIB with a button to press?

I have my iPad ViewController.xib with a button called about us. How to link that button to another page called about us. I have created one XIB file called about.xib. And how do i link that page. Also can I link back to the main viewController. Do…
Amink
  • 35
  • 11
0
votes
1 answer

ipad orientation issue with modelview

I have button in main view,when i click on main view button model view Mv1 is open.Mv1 model view width and height is 730 and 620.in portrait mode Mv1 model view show center in main view but in landscape mode Mv1 model view show center horizontally…
Gauging
  • 705
  • 1
  • 6
  • 8
0
votes
1 answer

App works on iphone ipad simulator but not ipad device: Black screen and then goes out

I've an iPhone app that Works perfectly on iPhone simulator/device. It runs in iPhone resolution and iPhone 2X resolution (i.e. I didn't add any root viewcontrollers for iPad). The problem is the application works fine on iPad simulator, but when…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
0
votes
1 answer

cannot swipe a UIScrollView on iPad2

as topic shows, i am unable to swipe an UIscrollView. Now the problem is: only NOT swipeable on iPad2. it works well on every iPad and iPhone - except for ipad2. Now - these information are few and meta - but is there any idea what i can possibly…
thedanielhanke
  • 730
  • 1
  • 6
  • 22
0
votes
1 answer

Gremlin in the tab button

I'm new to Objective C and Xcode. I'm building an iPad app, the best that I can. But I'm currently stuck. I have a tabbed app, with 3 buttons at the bottom. They all work. I want to add a new button. But every time I use Interface Builder to add a…
0
votes
1 answer

iPad 2 iOS5, localStorage QUOTA_EXEEDED_ERR

Is anyone else having issues with localStorage on iPad 2 with iOS5? I keep getting QUOTA_EXCEEDED_ERR even on a basic page suc as this on my iPad: http://jsfiddle.net/dmK7w/2/ Removing the item then setting the item doesn't fix it. There's nothing…
Benno
  • 3,008
  • 3
  • 26
  • 41
0
votes
1 answer

Disabling Video Out of App Videos on iOS devices

I have an iOS app which I am developing, this app has videos which are copyright material. I am allowed to use them to be seen within the app but not to be seen when connected to a TV. ie. via HDMI or component - instead when a video is playing and…
GameDev
  • 445
  • 7
  • 21
0
votes
1 answer

Only button being shown when taking picture with camera in iPad 2

I'm presenting my camera using a popover. It works perfectly in my iPad. For my surprise in iPad 2 when the camera is summoned only the grey bar with the take picture button appears, but the image that shows what the camera sees is invisible, even…
José Joel.
  • 2,040
  • 6
  • 28
  • 46
0
votes
1 answer

iPad2 home screen icon dimensions?

What dimensions should I save a bookmark icon for iPad2? I know the original iPad uses 72 x 72. Is it the same for iPad2? I can't find any info on this. iPhone 4's icon dimensions went up to 114 x 114 (from 57 x 57 in older iPhones), and I'm…
Jon Raasch
  • 3,703
  • 6
  • 30
  • 32
0
votes
2 answers

How to use AD credentials for corporate wifi so that an iPad can see everything in a corporate network

Corporate networks use AD mostly to authenticate users - in that desktop machines require signing in to a Windows domain - which is centrally managed/universal. Now, if I had an iPad and I brought it into work, I wanted to be able to sign in to my…
Amit Kothari
  • 520
  • 8
  • 23
0
votes
2 answers

ipad2 neon floating point speed versus ipad1

When testing NEON instructions on ipad1 and ipad2, I notice allmost no speed up in the code on ipad2, where most functions actually run much faster on ipad2 than on ipad1. This is for instructions like VMUL, VLD1, VADD and VSUB etc using quad word…