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

How to add splash screen from xcode 6 to ipad?

I am using Xcode 6 .In my app i want to add slash screen.splash screen for 3 sec .give me step by step instruction .
0
votes
1 answer

iPhone app run in iPad Retina with image Picker but image picker Object is nil

This is iPhone app code but when i run into ipad retina simulator or ipad then it's crash the app. i have check many times & i realise the picker object is nil. but it's works good on iPhone simulator . Any one any Idea about this thing.(This app…
Sandy Patel
  • 768
  • 7
  • 19
0
votes
1 answer

My site will only scroll a few hundred pixels down the screen before it freezes on an iPad

The question is simple I've tried several different techniques like re-ordering scripts being called in the DOM, removed 100% height from the body and html element in my css; but none of it worked. My site won't scroll down the page on iPhone or…
MARS
  • 305
  • 1
  • 3
  • 14
0
votes
1 answer

Code to make iPad unlock till content is loaded

I am runnig an app and testing in device. When user clicks on button content will be updated.It takes time to update.If the iPad is locked the content will not be updated and app crashes. Can any on help me. Is there any code to make iPad unlock…
shireasha
  • 151
  • 1
  • 2
  • 10
0
votes
1 answer

Application was crashed in ipad Air

i did one application and submitted to appstore.But application was rejected due to crash problem.But i run on my ipad it's working properly.I send a mail to review team.And they give me reply as "Your application was running successfully in all…
0
votes
0 answers

after i've upgraded to iOS version 7.1 my iOS app crashing on iPad 2 only, works fine on all other devices

I've an iOS app for iPad & iPhone. My app worked fine on all devices until now . Now (after i've upgraded to iOS version 7.1) it crashes on ipad2 only. On all other devices it has no problem. At the startup of the app (and before calling viewDidLoad…
ottorottok
  • 181
  • 1
  • 3
  • 11
0
votes
2 answers

Encrypted HLS not playing in iPad 2

I have generated HLS content using ffmpeg. This content is plain (i.e. without encryption). I am doing the segment level encryption i.e. after ffmpeg gives out the *.ts segments then I encrypt them using AES-128, CBC mode. After encrypting the…
Harit Vishwakarma
  • 2,338
  • 4
  • 21
  • 36
0
votes
1 answer

CKEditor IPAD icons not displaying

The issue I am having trouble getting the toolbar icons to appear on the ckeditor on the ipad (safari). ckeditor Version 4.3.2 Diagnosis The ckeditor works fine on all other browsers however on safari ipad it has issues. It even works on Safari on…
user1619480
  • 533
  • 8
  • 18
0
votes
0 answers

Loading fbx files as Asset bundles in iPad - Memory Issue

In our iPad app we need to load fbx files(of size 1MB - 100MB) as asset bundles. I started testing with a fbx file of size 26MB and it creates an asset bundle of size 17MB. When I run the test scene to load this asset bundle in the iPad it load…
Madhu
  • 1,209
  • 2
  • 22
  • 28
0
votes
3 answers

iOS reading data from server regularly

I need to create a iOS app where the app has to continuously check for the updates from the server(may be every 30 secs). But only when the app is running on the foreground. I know this will drain the battery, but this will run on a environment…
Madhu
  • 1,209
  • 2
  • 22
  • 28
0
votes
2 answers

I have used Quartz2D to draw the line, Now to UNDO the drawn line?

Well i'm using Quartz2D to draw the things, i have followed this tutorial and its working fine.But i need to implement the UNDO option in it. I have a undo button when i press it , it must undo the drawn line . I"M using below code to draw . Does…
Uday
  • 1,619
  • 3
  • 23
  • 48
0
votes
1 answer

Does Html5 Fullscreen Api Work On Chrome Version 28

I want to know whether html5 fullscreen api works in iPad 2 Chrome version 28 or not? I came to know that works in Android tablet chrome(version 28) Regards, Pranoopa
0
votes
2 answers

In ASP.Net, Request.Browser.Browser & Request.Browser.MajorVersion is wrong for Chrome on iPad

I have to get current browser name & version of client browser. I am using Request.Browser.Browser for Browser Name and Request.Browser.MajorVersion for Browser version. This is working good for all browsers except for chrome on iPad, where it…
Pranav Singh
  • 17,079
  • 30
  • 77
  • 104
0
votes
1 answer

Interacting with UItableview using UIgestures on iPad

This is a question on an iPad app that I am currently working on. I have a UIViewController with 2 UItableViews. One UItableview will display a list of accounts and based on selections from this list of accounts, we display details on the other…
user1657861
  • 271
  • 3
  • 14
0
votes
0 answers

View is Not masking to Parent View

I've added Line View to one Content View, while adding on Content View ,i set UIViewAutoResizingMask ,but my view is cutting to Parent View for minute of seconds. lineView.autoresizingMask =…
Sandeep Khade
  • 2,832
  • 3
  • 21
  • 37