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
166
votes
9 answers

Obscure a UITextField password

I am doing a login page. I have UITextField for password. Obviously, I do not want the password to be seen; instead, I want circles to show when typing. How do you set the field for this to happen?
harsh_017
  • 1,741
  • 2
  • 10
  • 6
166
votes
9 answers

Could not instantiate class named MKMapView

I may be doing something really stupid here as I've done it before and it worked and now... Created a new iPad project, in the details view I added a MKMapView, added the MapKit.framework to the project, added the property / etc. to the header. Go…
tg2
  • 2,190
  • 3
  • 14
  • 21
161
votes
26 answers

Install .ipa to iPad with or without iTunes

I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account. So my question is: can I directly put my .ipa to iPad to install for testing, or do I have to follow some rules to install?
URAndroid
  • 6,177
  • 6
  • 30
  • 40
157
votes
12 answers

UIButton Image + Text IOS

I need a UIButton with image & text. Image should be in the top & text comes under the image both should be clickable.
Codesen
  • 7,724
  • 5
  • 29
  • 31
156
votes
19 answers

How to detect total available/free disk space on the iPhone/iPad device?

I'm looking for a better way to detect available/free disk space on the iPhone/iPad device programmatically. Currently I'm using the NSFileManager to detect the disk space. Following is the snippet of the code which does the job for…
Code.Decode
  • 3,736
  • 4
  • 25
  • 32
155
votes
14 answers

Animate text change in UILabel

I'm setting a new text value to a UILabel. Currently, the new text appears just fine. However, I'd like to add some animation when the new text appears. I'm wondering what I can do to animate the appearance of the new text.
Joo Park
  • 3,115
  • 4
  • 27
  • 31
154
votes
18 answers

Does overflow:hidden applied to work on iPhone Safari?

Does overflow:hidden applied to work on iPhone Safari? It seems not. I can't create a wrapper on the whole website to achieve that... Do you know the solution? Example: I have a long page, and simply I want to hide the content that goes…
Francesco
  • 24,839
  • 29
  • 105
  • 152
148
votes
15 answers

How to center a subview of UIView

I have a UIView inside a UIViewm and I want the inner UIView to be always centered inside the outer one, without it having to resize the width and height. I've set the struts and springs so that it's on top/left/right/bottom without setting the…
xonegirlz
  • 8,889
  • 19
  • 69
  • 127
145
votes
15 answers

position: fixed doesn't work on iPad and iPhone

I have been struggling with fixed positioning in iPad for a while. I know iScroll and it does not always seem to work (even in their demo). I also know that Sencha has a fix for that, but I couldn't Ctrl + F the source code for that fix. I am hoping…
Tower
  • 98,741
  • 129
  • 357
  • 507
145
votes
6 answers

How to programmatically display version/build number of target in iOS app?

How can I programmatically get the value of the target version, like in the image below? As seen in the Properties window of the target of my Xcode project. I want to display this in the splash screen of my app so I know which version the people are…
slim
  • 4,010
  • 9
  • 35
  • 42
144
votes
23 answers

ipad safari: disable scrolling, and bounce effect?

I'm working on a browser based app, currently I'm developing and styling for the ipad safari browser. I'm looking for two things on the ipad: How can I disable vertical scrolling for pages that don't require it? & how can I disable the elastic…
Adam
  • 2,632
  • 8
  • 34
  • 60
144
votes
11 answers

What size should apple-touch-icon.png be for iPad and iPhone?

Are Apple touch icons bigger than 60x60 supported, and if so, what dimensions should I use for the iPad and iPhone?
Harry
  • 1,549
  • 2
  • 10
  • 4
144
votes
16 answers

UICollectionView current visible cell index

I am using UICollectionView first time in my iPad application. I have set UICollectionView such that its size and cell size is same, means only once cell is displayed at a time. Problem: Now when user scroll UICollectionView I need to know which…
Irfan DANISH
  • 8,349
  • 12
  • 42
  • 67
144
votes
33 answers

Xcode doesn't see my iOS device but iTunes does

I have a strange problem. I have an iPad with iOS 5.0.1 (9A405) and iOS SDK 5.0.1 with Xcode 4.2 (Build 4C199) installed on my Mac. Xcode doesn't see my device. It says "iOS Device" not "Sauron's iPad" as usual. (I am sure that device is connected…
Vlad
  • 2,090
  • 3
  • 21
  • 37
142
votes
6 answers

Animate change of view controllers without using navigation controller stack, subviews or modal controllers?

NavigationControllers have ViewController stacks to manage, and limited animation transitions. Adding a view controller as a sub-view to an existing view controller requires passing events to the sub-view controller, which is a pain to manage,…
TigerCoding
  • 8,710
  • 10
  • 47
  • 72