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
88
votes
8 answers

ActionSheet not working iPad

I'm using ActionSheet in my application. On my iPhone it works, but it doesn't on the iPad simulator. this is my code: @IBAction func dialog(sender: AnyObject) { let optionMenu = UIAlertController(title: nil, message: "Choose Option",…
Stephany
  • 994
  • 1
  • 7
  • 18
87
votes
9 answers

is there any way to distribute ios applications outside app store?

Is there any way to distribute ios applications through my own website, not using app store? I mean is there any way that enables end users to download the .ipa file from my website with their browser application and install it directly on their iOS…
Mehdi Ijadnazar
  • 4,532
  • 4
  • 35
  • 35
87
votes
3 answers

iPhone OS Memory Warnings. What Do The Different Levels Mean?

Regarding the black art of managing memory on iPhone OS devices: what do the different levels of memory warning mean. Level 1? Level 2? Does the dial go to 11? Context: After an extensive memory stress testing period - including running my iPad app…
dugla
  • 12,774
  • 26
  • 88
  • 136
86
votes
9 answers

How to use UIPanGestureRecognizer to move object? iPhone/iPad

There are several examples of the UIPanGestureRecognizer class. For example I have read this and I am still not able to use it... On the nib file that I am working on I have a UIView (white rectangle on image) that I wish to drag with that…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
86
votes
15 answers

Allow only Numbers for UITextField input

The iPad does not have a "Numpad" keyboard like the iPhone/iPod does. I'm looking to find how I can restrict the user's keyboard to only accept values 0 through 9. I would imagine using UITextField's "shouldChangeCharactersInRange" but I don't know…
Demasterpl
  • 2,103
  • 5
  • 24
  • 32
85
votes
7 answers

IPhone/IPad: How to get screen width programmatically?

Hi I'm wondering if there's a way to get the width programmatically. I'm looking for something general enough to accomodate iphone 3gs, iphone 4, ipad. Also, the width should change based on if the device is portrait or landscape (for…
Shai UI
  • 50,568
  • 73
  • 204
  • 309
84
votes
10 answers

Share data between two or more iPhone applications

Is this possible to share data between two applications on the same device? Or can I allow some other application to use my application's information / data or in any other way? For example, the first application is for event management, and I use…
Kamleshwar
  • 2,967
  • 1
  • 25
  • 27
84
votes
11 answers

How to get the scroll bar with CSS overflow on iOS

Developing an iPad website I tried to use the CSS property overflow: auto to get the scrollbars if needed in a div, but my device is refusing to show them even if the two fingers scroll is working. I tried with overflow: auto; and overflow:…
mat_jack1
  • 1,712
  • 1
  • 14
  • 15
83
votes
13 answers

Save images in NSUserDefaults?

Is it possible to save images into NSUserDefaults as an object and then retrieve for further use?
Florik
  • 1,260
  • 1
  • 12
  • 20
83
votes
10 answers

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications? Also are there plans in the future to expand the amount of programming languages that iOS will support?
pylonicon
83
votes
6 answers

iPad WebApp Full Screen in Safari

Apple says in the Safari HTML reference that the below code is supposed to make the the web-app full screen on iPhone OS 2.1 and later. But it doesn't seem to work. Is there a way of hiding…
ChrisB
  • 2,018
  • 2
  • 19
  • 24
83
votes
20 answers

iPad is not showing in Develop menu on OSX Safari

I need to debug an HTML app on ipad. I used to be able to connect ipad by USB cable to my mac and it would show in the "Develop" menu in Safari. I have two ipads now - one with iOS 6 and another with iOS 7. The iOS 6 one is showing correctly and…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
83
votes
15 answers

Why Safari shows "No Inspectable Applications" during remote debugging with iOS 6 device?

When I connect my iOS 6 device for remote debugging for testing my mobile web application, The safari develop menu with my device name shows "No Inspectable Applications". I have enabled web inspector ON in my device safari device settings. Why…
Easwaramoorthy Kanagaraj
  • 3,925
  • 8
  • 36
  • 62
82
votes
9 answers

CSS media query to target iPad and iPad only?

Hi I am working with multiple tablet devices, iPad, Galaxy Tab, Acer Iconia, LG 3D Pad and so on. iPad - 1024 x 768 LG Pad - 1280 x 768 Galaxy Tab - 1280 x 800 I want to target iPad only using CSS3 media query. Since, device width of LG and iPad…
Hossain Khan
  • 6,332
  • 7
  • 41
  • 55
82
votes
10 answers

Detecting UIScrollView page change

Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
Pompair
  • 7,083
  • 11
  • 60
  • 69