Questions tagged [ipad]

iPad is a tablet computer designed by Apple running the iPadOS operating system. iPad applications are usually written in Objective-C or Swift in the Xcode IDE, although it is also possible to use other tools to build iPad applications. Questions that are not dependent on hardware should use the iOS tag instead.

iPad is a tablet computer designed by Apple running the operating system. iPad applications are usually written in and in the IDE, although it's possible to use other tools to build iPad applications as well.

Only use if you have problems with the hardware itself. For iPad Mini related questions use .

Models:

  1. iPad series:

    • iPad (1st generation)
    • iPad 2
    • iPad (3rd generation)
    • iPad (4th generation)
    • iPad (2017, 5th generation)
    • iPad (2018)
  2. iPad Mini series:

    • iPad Mini (1st generation)
    • iPad Mini 2
    • iPad Mini 3
    • iPad Mini 4
    • iPad Mini (2019)
  3. iPad Air series:

    • iPad Air (1st generation)
    • iPad Air 2
    • iPad Air (2019)
  4. iPad Pro series:

    • iPad Pro 12.9-inch (1st generation)
    • iPad Pro 9.7-inch (1st generation)
    • iPad Pro 10.5-inch (1st generation)
    • iPad Pro 12.9-inch (2nd generation)
    • iPad Pro 11-inch (1st generation)
    • iPad Pro 12.9-inch (3rd generation)

Resources


Related

34728 questions
11
votes
3 answers

How to reset UIPickerView to index:0,iPhone

I am trying to reset the UIPickerView on button click. My pickerview id is created at runtime, I have delegates set already. After googling, I found [pickerView reloadAllComponents]; But this makes my app crash everytime it reaches here. Object at…
FirstTimer
  • 313
  • 1
  • 5
  • 14
11
votes
3 answers

Create A Folder Programmatically In Xcode - Objective C

I am using the following line of code to save my file of yoyo.txt in the Documents folder :: NSString *docDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"]; NSLog(@"docDir is yoyo :: %@", docDir); NSString *FilePath = [docDir…
kamalbhai
  • 510
  • 2
  • 10
  • 23
11
votes
1 answer

With an HTML5 video element on the iphone, how can I detect the difference between "pause" and "done"?

This is an extension of this question According to my research, for a video element on an iPhone/iPad, pressing both "Done" and "Pause" triggers a "pause" event. So if I have some desired webpage behavior that I want to initiate upon pressing the…
Scott
  • 309
  • 3
  • 8
11
votes
6 answers

How to exclude scroll indicators while enumerating subviews of a UIScrollView?

I'm trying to adjust my subviews in a UIScrollView subclass, but I don't want to disturb the scroll indicators. There doesn't seem to be any public interface to access these and I want to check if a view is one of the scroll indicators or not (so…
jhabbott
  • 18,461
  • 9
  • 58
  • 95
11
votes
1 answer

iPad Newsstand Subscriber Information (name, email, zip)

When users purchase a magazine subscription on my iPad Newsstand app they get prompted to share some info: Share your Information? The publisher of [app name here] would like your name, email, and zip code for use in accordance with their privacy…
user628896
  • 225
  • 2
  • 9
11
votes
2 answers

XCode 4 CpResource error

When I build my app with Xcode 4 it always show this error message: CpResource "Color Calculator/X.png" "/Users/mauro/Library/Developer/Xcode/DerivedData/Color_Calculator-eomtenpvfeomibgervrskkupofrx/Build/Products/Debug-iphonesimulator/Color…
boscarol
  • 1,901
  • 2
  • 15
  • 29
11
votes
2 answers

load view form StoryBoard that does not have a Segue

I am really liking having all of my view's laid out in the Storyboard but there are times when I will have a view that is shown based on a button that is generated by code so there will be no Segue reference - it will be totally disconnected in the…
Slee
  • 27,498
  • 52
  • 145
  • 243
11
votes
4 answers

presentModalViewController in UISplitViewControllers detailView not presenting the view in full screen

I have added the UISplitViewController view in my mainViewControllers view, the code is below. documentsRootViewController = [[DocumentsRootViewController alloc] initWithStyle:UITableViewStylePlain]; UINavigationController…
Shashank
  • 1,087
  • 1
  • 14
  • 26
11
votes
5 answers

Is there a way to persist application data between application installs and uninstalls in iOS

I am developing an application that needs to perform expensive calculations at start up. So, the first time the application runs, the application do the calculations and store the result in a file. If the user decides to uninstall the application…
masta
  • 113
  • 1
  • 4
10
votes
4 answers

CATiledLayer in iPad retina simulator yields poor performance

I'm hoping maybe this is just an issue with the simulator but of course it has me worried since I have already submitted my retina capable apps and there's no way to test it until the 16th. I have implemented a CATiledLayer in my app to view very…
Brodie
  • 3,526
  • 8
  • 42
  • 61
10
votes
3 answers

Hiding in the iOS keyboard when user clicks outside of a text box

I'm attempting to hide the iPad soft keyboard when the user clicks outside a text field. Specifically somewhere on the form or body that contains no other elements. Using jquery, jquery mobile, and html5.
yeowoh
  • 143
  • 1
  • 9
10
votes
4 answers

Detecting UIWebView finish to play youtube video on iPad

I'm using UIWebView to play YouTube videos in an iPad. How can I detect when a YouTube video is finished playing? I see the play icon in the status bar and I tried to use MPMusicPlayerController notifications to detect playbackStateDidChange, but…
user1105951
  • 2,259
  • 2
  • 34
  • 55
10
votes
4 answers

Xcode 4.3 and debugging on iOS 3.x devices

I just updated Xcode to version 4.3 via the Mac App Store last week, and discovered that I can no longer debug on iOS 3.x devices. I have the iPhone 3G running iOS 3.1.3 and a 1st Gen iPad running iOS 3.2. On both devices it appears that Xcode 4.3…
Wesley Filleman
  • 661
  • 5
  • 12
10
votes
3 answers

Always seeing Mirror image while capturing from Front Camera iOS 5.0

While capturing data from Front camera I am always getting Mirror image, how can I get what I am seeing in my preview window. I have set videoMirrored to be TRUE. Following is the code snippet: AVCaptureConnection *lConnection = nil; for (…
Rajat Kothari
  • 300
  • 1
  • 2
  • 12
10
votes
2 answers

What is the simplest way to connect a device to an iPad from an application?

I am working on a major product release for my company. We are designing a new device that we would like to integrate into an iOS app. (FYI, we have recently been accepted into the Apple MFi program so we are past that step.) What we desire is to…
RLH
  • 15,230
  • 22
  • 98
  • 182