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

Popover issue on iPad hybrid (cordova) application

I am working on adding iOS 11 support for an hybrid app build on older version. Everything works fine but I am facing issue on iPad. Unable to dismiss the pop over because it keeps on reappearing after making a selection. This also happens when the…
Dee
  • 1,887
  • 19
  • 47
0
votes
1 answer

Force a retina iPad to use non-retina images

I'm creating an app using OpenGL... I have a retina iPad, and I'm using a texture that stores @2x images. When my app starts up, the OpenGL framebuffer is created and querying the size of it comes back as 1536x2048 - so far so good. I also have a…
Michael
  • 84
  • 6
0
votes
1 answer

Core Bluetooth CBCentralManager always reports state as Unknown on ipad2

I am working with corebluetooth to connect with bluetooth printer, but I have a problem with ipad2. When I scan device, CBCentralManager always call to centralManagerDidUpdateState with state unsupported and cannot call another delegate method.
0
votes
2 answers

pull to refresh not working in collection view when collection view have no data in ios

This is my refresh control in worldview method. self.colView.refreshControl = [[UIRefreshControl alloc] init]; self.colView.refreshControl.backgroundColor = [UIColor purpleColor]; self.colView.refreshControl.tintColor = [UIColor…
0
votes
1 answer

Project in Xcode with unity 5.3.4 and IPAD 2 shows the splash screen then close the app

My project in xcode generated from Unity 5.3.4 , shows only the splash screen then close the app, only happens in Ipad2 in my iphone 5 works fine. both have ios 9.2 Show this message after close the app My log: 2016-04-25 17:42:56.385…
Chelendez
  • 163
  • 1
  • 9
0
votes
1 answer

Xcode 7.2/Unity Linker command error exit code 1

im trying to build a unity and then send it to my ipad .The build works fine but when xcode wants to send the app to my ipad I get this error : "ld:…
Francisco M.
  • 99
  • 1
  • 2
  • 9
0
votes
1 answer

Predictable stutter bug with iOS, SpriteKit and iPad 2

I am developing a game for iOS with Obj-C and Apple's SpriteKit framework. My primary testing device is an iPad2 (model #MC773X/A running iOS8.1). My game runs smoothly on this device except for a single "stutter" around 60-120s in. At this time the…
O2easy
  • 1
  • 2
0
votes
1 answer

How to detect (from website) whether ipad is using a Safari or non Safari (wrapper) browser?

On the iPad (2+) The Chrome browser (which is a wrapper around the native Safari browser AFAIK) does not fire some events (such as when the user closes the browser). This leads to false positive "app has crashed" reporting. So we'd like to filter…
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
0
votes
0 answers

Divs not resizing correctly for iPad

I am trying to make my website responsive for tablets, but my gallery menu page does not resize to the breakpoints I have set when viewed on an iPad Air 2. The thumbnails do not shrink to fit the screen as they should, instead being cut off at the…
0
votes
3 answers

Text Field Border is not coming in only IPad2, In IPad Air or Resizable Ipad it is coming

I am running this app in simulator and in ipad2 and ipad air the style is coming different. Also tested in device same thing is happening. Any Idea how to fix this? Code Snippet: answerField.layer.borderWidth = 0.5
Swayambhu
  • 458
  • 2
  • 8
  • 19
0
votes
0 answers

Application rotates incorrectly as of iOS 8.3

I updated to iOS 8.3 and suddenly the Simulator I'm using to debug my XCode/GLES app (iPad 2) is having trouble responding to mouse clicks in the rightmost portion of the screen. Our application's delegate class name points it to our AppDelegate…
Betty Crokker
  • 3,001
  • 6
  • 34
  • 68
0
votes
1 answer

Resize UIView in iOS

I am getting a black patch partially on screen. Its a UIView and this happens only when device is in landscape mode. In portrait, it works fine. Actual screenshot on iPad 2: (Check the black patch) Here is my View Hierarchy in Xcode: (Please check…
Kapil Jituri
  • 1,241
  • 14
  • 25
0
votes
1 answer

Getting difficulty in using the AFNetworking(AFClient) for checking the network is available or not

I am using AfNetworking 1.0 into my app. I have create a singleton class of AFHTTPClient. following is my code; + (id)sharedInstance { static WebServices *__sharedInstance; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ …
Monti
  • 1
0
votes
0 answers

Generating a 500 Page PDF in iOS

My app generates reports for business and one option allows the user to view all the invoices in the app. The app was working fine until now. As the data in the app grows, the reports become larger in size. Currently, the report has stopped…
Gaurav Wadhwani
  • 1,352
  • 2
  • 15
  • 32
0
votes
1 answer

iPad 2 Safari redirect not working after updating to latest ios (8.1.1)

We had a bug report regarding redirects in Safari not working which we couldn't reproduce. Today after updating to latest 8.1.1 version sure enough we're also stuck at the page where redirect should happen. I tried clearing cache and history of…
ConfusedAmish
  • 281
  • 5
  • 14