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
10
votes
2 answers

Setting app defaults for iOS 5 Notification Center

Does anyone know how an app can control its defaults in iOS 5 Notification Center? I have written a timer app using local notifications to alert the user when the timer goes off in background. When I upgraded to iOS 5, all notifications (alerts,…
John Brewer
  • 619
  • 7
  • 17
10
votes
1 answer

iOS 5: Any way to prevent keyboard splitting?

The new splittable/movable keyboard in iOS5 is not suitable for the UI of an app I'm currently working on. We'd like to fix it in place at the bottom as was the norm pre-iOS 5. Any thoughts on how to do this and prevent the user from…
Rich
  • 133
  • 6
10
votes
3 answers

When do you call the super method in viewWillAppear, viewDidDisappear, etc...?

In UIViewController's documentation, Apple suggests calling the super at some point in the implementation of viewWillAppear, viewDidAppear, viewWillDisappear, viewDidDisappear, etc... For example, the discussion on viewDidDisappear is: You can…
JoJo
  • 19,587
  • 34
  • 106
  • 162
10
votes
3 answers

HTML5 App Screen Sleep/Timeout on iPad

We're currently developing an HTML 5 app for the iPad and looking for a method to prevent the screen from going to standby/sleep. I understand this is possible with a native iOS app but what about an HTML5-based web application? Thank you for any…
crockpotveggies
  • 12,682
  • 12
  • 70
  • 140
10
votes
1 answer

Applying transformed image layer to renderInContext:

Background I am using Erica Saduns Cookbook example from Chapter 8, Example 14 — Resize and Rotate to obviously resize and rotate a UIImageView. VIew hierarchy 1.) striped background view. 2.) the interactive view which can be resize and…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
10
votes
1 answer

UITextView Auto Height

How do I make a UITextView expand or shrink to the size of the text inside it and then make the UIScrollview Expand or shrink to fit the UITextView
user916367
10
votes
5 answers

what is the code to detect whether ios app running in iPhone, iPhone Retina display, or iPad?

what is the code to detect whether ios app running in iPhone, iPhone Retina display, or iPad? Background: for my iPhone application I have defined in XCode target/summary page the specific images for: iPhone launch image, iPhone retina display…
Greg
  • 34,042
  • 79
  • 253
  • 454
10
votes
5 answers

Playing HTML5 video backwards on iOS

I'm trying to play an HTML5 video in reverse on an iPad (The video needs to switch between forward and reverse arbitrarily based on user input). The HTML5
Simon Cave
  • 3,971
  • 4
  • 24
  • 28
10
votes
3 answers

JavaScript in iPhone programming

I am currently developing apps for the iPhone and iPad with Objective-C. I found some code related to using JavaScript in the iPhone. Can we create apps more easily and accurately with the help of JavaScript? Does Apple approve apps created at…
PJR
  • 13,052
  • 13
  • 64
  • 104
10
votes
3 answers

didFailLoadWithError is called with UIWebView even though page later loads

I have a UIViewController which is a UIWebViewDelegate and has a UIWebView inside of it. I am trying to load a particular URL NSURL *url = [NSURL URLWithString:urlAddress]; NSURLRequest *requestObj = [NSURLRequest requestWithURL:url]; …
CodeGuy
  • 28,427
  • 76
  • 200
  • 317
10
votes
5 answers

iPad testing of PhoneGap application - issues in main method

So I was attempting to test a PhoneGap application I've been working on, and had some issues with the test on my iPad. I have the following as the main method for this application: // // main.m // elog // // Created by Ben Potter on 9/08/11. // …
Ben Potter
  • 875
  • 5
  • 20
  • 34
10
votes
3 answers

How to create Popover in ipad?

I want to develop a popover in my iPad application. A UIButton trigger will call the popover and that popover will contain a UITableViewController. First I need a popover. Need some example code or direction or link. Thanks in advance.
kernel.roy
  • 127
  • 1
  • 2
  • 9
10
votes
1 answer

Difference between touches and targetTouches

I am trying to learn mobile web app development and going through ; http://www.html5rocks.com/en/mobile/touch.html I wanted to understand the difference between touches and targetTouches... Not in a literal sense (like I do understand targetTouches…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
10
votes
1 answer

Localization: application crashes when language is changed in simulator

In order to localize my application, I created Localizable.strings for three languages. I didn't need to localize any nib files since I'm not using any in my project. No images were localized, only the strings. In the code, I read the strings using…
strave
  • 1,491
  • 2
  • 16
  • 26
10
votes
2 answers

Resigning an application outside xcode

I have some apps i wanna resign with a different apple developer license, Problem is, i dont have source code, only the ipa file, the app and the archiveinfo.plist is it possible for me to resign the app if i dont have the source code? Thanks! Ompah
Ompah
  • 191
  • 2
  • 2
  • 6
1 2 3
99
100