iPad is a tablet computer designed by Apple running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it is also possible to use other tools to build iPad applications. This tag is related to iOS and Objective-C.

learn more… | top users | synonyms (1)

117
votes
9answers
81k views

How do I do base64 encoding on iphone-sdk?

I'd like to do base64 encoding and decoding, but I could not find any support from the iPhone SDK. How can I do base64 encoding and decoding with or without a library?
157
votes
3answers
58k views

How do I associate file types with an iPhone application?

On the subject of associating your iPhone app with file types. In this informative question I learned that apps could be associated with custom URL protocols. That was almost one year ago and since ...
194
votes
17answers
60k views

UIDevice uniqueIdentifier Deprecated - What To Do Now?

It has just come to light that the UIDevice uniqueIdentifier property is deprecated in iOS 5 and above. No alternative method or property appears to be available or forthcoming. Many of our existing ...
223
votes
2answers
66k views

Fast and Lean PDF Viewer for iPhone / iPad / iOs - tips and hints?

There has been many Questions recently about drawing PDF's. Yes, you can render PDF's very easily with a UIWebView but this cant give the performance and functionality that you would expect from a ...
101
votes
13answers
103k views

Proper way to exit iPhone application?

I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what's the appropriate method to call to terminate the ...
101
votes
12answers
81k views

Best book / resources for learning iOS programming? [closed]

Which resources did you find useful for learning iOS programming? Books? Website? Videos?
53
votes
6answers
31k views

iphone/ipad: How exactly use NSAttributedString?

Yes, many people are saying about Rich Text in iphone ipad and many knows about NSAttributedString. But how to use NSAttributedString please??? I searched for much time, no extract clues for this. ...
34
votes
8answers
31k views

Lock-down iPhone/iPod/iPad so it can only run one app

We'd like to 'lock-down' an iPhone/iPod/iPad so that the user can only run one app (we've developed this app internally). I'm guessing we'd be looking at jailbreaking, and then replacing (?) the ...
70
votes
3answers
39k views

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 ...
43
votes
2answers
17k views

Get PDF hyperlinks on iOS with Quartz

I've spent all day trying to get hyperlinks metadata from PDFs in my iPad application. The CGPDF* APIs are a true nightmare, and the only piece of information I've found on the net about all this is ...
53
votes
2answers
31k views

How do you use NSAttributedString?

Multiple colours in an NSString or NSMutableStrings are not possible. So I've heard a little about the NSAttributedString which was introduced with the iPad SDK 3.2 (or around 3.2) and is available on ...
32
votes
6answers
53k views

How to recognize touch events using jQuery in Safari for iPad? Is it possible?

Is it possible to recognize touch events on the iPad's Safari browser using jQuery? I used mouseOver and mouseOut events in a web application. Are there any similar events for the iPad's Safari ...
29
votes
3answers
11k views

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 ...
138
votes
9answers
26k views

iPad keyboard will not dismiss if modal view controller presentation style is UIModalPresentationFormSheet

Note: see accepted answer (not top voted one) for solution as of iOS 4.3. This question is about a behavior discovered in the iPad keyboard, where it refuses to be dismissed if shown in a modal ...
45
votes
4answers
37k views

iOS SDK - Programmatically generate a PDF file

Using the CoreGraphics framework is tedious work, in my honest opinion, when it comes to programmatically drawing a PDF file. I would like to programmatically create a PDF, using various objects from ...
54
votes
5answers
21k views

Bold & Non-Bold Text In A Single UILabel?

How would it be possible to include both bold and non-bold text in a uiLabel? I'd rather not use a UIWebView.. I've also read this may be possible using NSAttributedString but I have no idea how to ...
12
votes
1answer
5k views

How to get information about free memory and running processes in an App Store approved app? (Yes, there is one!)

There is an app called "Activity Monitor Touch" in the App Store, which displays background processes as well as free memory. So there MUST be an public API to access this information. The evidence: ...
52
votes
14answers
58k views

Autoplay audio files on an iPad with HTML5

I'm trying to get an audio file to autoplay in Safari on an iPad. If I go to the page using Safari on my Mac, it's fine. On the iPad, autoplay does not work.
12
votes
7answers
9k views

Play music in the background using AVAudioplayer

I want to play music even if the app goes in background. I checked all stackoverflow links but none of them worked. Please help need to do it today. I had used following code:- NSString ...
40
votes
3answers
24k views

How to build a framework or library for other developers, the secure way?

We have an idea for an framework or library that will be very helpful for any iOS developer. So we're seriously thinking about switching from app development to framework/library development. But ...
39
votes
10answers
80k views

CSS “position: fixed;” into iPad/iPhone?

I have been strugling with fixed positioning in iPad for a while. I know iScroll and it does not always seem to work (even their demo). I also know that Sencha has a fix for that, but couldn't ctrl+f ...
29
votes
3answers
19k views

Does UIGestureRecognizer work on a UIWebView?

I am attempting to get a UIGestureRecognizer working with a UIWebview which is a subview of a UIScrollView. This sounds odd but when I have the numberOfTouchesRequired set to 2 the selector fires, but ...
9
votes
1answer
7k views

Is there any framework to highlight text on pdf file after rendering on the iphone

I am trying to work on searching a word on the pdf which is rendered through the drawLayer. Can any one suggest how I should find a word on a pdf and the position (co-ordinates) of the word on the ...
17
votes
8answers
36k views

Grid view in iPhone SDK [closed]

I would like to create a grid view in my iPhone app similar to that shown in the iPad photos app. I know that the iPhone 3.2 SDK is under NDA, but is there a library or framework available for adding ...
21
votes
2answers
19k views

URL encode a NSString

I have an NSString in which I need to URL encode the & and not just the spaces, how do I do this?
27
votes
4answers
22k views

Landscape Mode ONLY for iPhone or iPad

I want to create an application that doesn't use Portrait mode. I am not sure if I need to edit the plist or have code in addition to the plist
69
votes
5answers
29k views

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 ...
25
votes
2answers
16k views

Universal iPhone/iPad application debug compilation error for iPhone testing

I have written an iPhone and iPad universal app which runs fine in the iPad simulator on Xcode, but I would now like to test the iPhone functionality. I seem unable to run the iPhone simulator with ...
84
votes
10answers
102k views

What is the iPad user agent?

From what I gather, the iPad is using iPhone OS, but with a different screen resolution from the iPhone and iPod touch. So many sites may have to change their user agent detection to adapt to the ...
18
votes
2answers
4k views

instruments with iOS: Why does Memory Monitor disagree with Allocations?

As can been seen in this screen shot from instruments, Allocations thinks my application (Ongo) is only using 7.55 MBs of memory, while Memory Monitor says 53.30. Further more the free system memory ...
51
votes
4answers
32k views

Basic Drag and Drop in iOS

I want to have a view in which there are vehicles driving around that the user can also drag and drop. What do you think is the best large-scale strategy for doing this? Is it best to get touch events ...
19
votes
5answers
7k views

How can I detect if an external keyboard is present on an iPad?

Is there a way to detect if an external (bluetooth or usb) keyboard is connected to the iPad?
51
votes
8answers
41k views

How do I reset the scale/zoom of a web app on an orientation change on the iPhone?

I'm having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn't seem to be an obvious solution - I've seen this ...
58
votes
4answers
70k views

splash screen for Universal application for ipad and iphone

I am developing a universal application using iphone sdk3.2. I want to know whether I need different default.png images of different sizes for iPad and iPhone
68
votes
7answers
9k views

To ARC or not to ARC? What are the pros and cons?

I've yet to use ARC, since the majority of the code in the project I'm working on at the moment was written pre-iOS 5.0. I was just wondering, does the convenience of not retaining/releasing ...
54
votes
9answers
23k views

iPad Web App: Detect Virtual Keyboard Using JavaScript in Safari?

I'm writing a web app for the iPad (not a regular App Store app - it's written using HTML, CSS and JavaScript). Since the keyboard fills up a huge part of the screen, it would make sense to change the ...
43
votes
3answers
14k views

What is the difference between screenX/Y, clientX/Y and pageX/Y?

What is the difference between screenX/Y, clientX/Y and pageX/Y? Also for iPad Safari, are the calculations similar as on desktop OR there is some difference because of viewport? It would be great ...
18
votes
5answers
18k views

Horizontal UITableView

I want implement a layout in my ipad application that has a uitable view that scrolls left and right rather then up and down : So rather than row 1 row 2 row 3 ( scrolling vertically ) It would ...
6
votes
4answers
6k views

Play sound on iPhone even in silent mode

I want to make an application which creates sound, music, or system sound when an iPhone is in silent mode. Is it possible to play any type of sound whether music or system tones when it is silent ...
15
votes
4answers
29k views

shouldAutorotateToInterfaceOrientation doesn't work

I've been writing my Universal application in portrait mode, and now after about 15 nib files, many many viewCotnrollers, I'd like to implement the shouldAutorotateToInterfaceOrientation and design ...
11
votes
3answers
11k views

What exactly does delegate do in xcode ios project?

I have just been learning iPhone apps development but I have a hard time in understanding what delegate actually means? Can anyone tell me with example what it does and how important it is? Thanks for ...
5
votes
2answers
5k views

UILocalNotification Repeat Interval for Custom Alarm (sun, mon, tue, wed, thu, fri, sat)

I'm using UILocalNotification for Alarm Purpose. I have a custom option for repeat based on weekdays (sun, mon, tue, wed, thu, fri, sat). So many applications did this process. I tried My level best. ...
22
votes
8answers
23k views

How does one get UI_USER_INTERFACE_IDIOM() to work with iPhone OS SDK < 3.2

Apple advises using the following code to detect whether running on an iPad or iPhone/iPod Touch: if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { // The device is an iPad running iPhone ...
5
votes
9answers
21k views

Bar Graphs in iOS app

I want to plot a bar-graph in my application. How should I do it exactly ?(I have no idea in Graphs). Please suggest some steps to start with and go on. Thanks
13
votes
3answers
17k views

Max size iPad / iPhone Offline Application Cache

Anyone knows the max size of Safari's 'Offline Application Cache' on the iPad & iPhone. Looks like it's 5MB. Is there any way to enlarge this size? Offline application cache docs: ...
56
votes
12answers
21k views

Popover with embedded navigation controller doesn't respect size on back nav

I have a UIPopoverController hosting a UINavigationController, which contains a small hierarchy of view controllers. I followed the docs and for each view controller, I set the view's popover-context ...
22
votes
1answer
9k views

pdf file text reading and searching

I want to read text from pdf file and search text into pdf file. here the link that i know. none of this help me out. Getting text position while parsing pdf with Quartz 2D HIghlighting the text ...
12
votes
4answers
3k views

How to log all methods used in iOS app

I'm taking over the development of an iPad app for a client. There's a substantial amount of work that's already been done and I'm trying to piece together how the whole thing is designed to run. One ...
24
votes
7answers
13k views

detect ipad/iphone webview via javascript

Is there a way to differ via javascript if the website runs inside the ipad safari or inside an application WebView?
31
votes
5answers
45k views

What is the iOS 5.0 user agent string?

What is the iOS 5.0 user agent string? Here is the iOS 4.0 user agent: What is the iPhone 4 user-agent?

1 2 3 4 5 58