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's possible to use other tools to build iPad applications as well.
173
votes
24answers
24k views
Open source iOS components? Reusable views, controllers, buttons, table cells, etc?
Are there any repositories around for open sourced iPhone and iPad components?
For instance, I have found myself needing to create several new types of table cells to mimic some of Apple's existing ...
109
votes
3answers
32k 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 ...
68
votes
32answers
15k views
XCode 4 hangs at “Attaching to (app name)”
Hey guys, this is driving me crazy! I just upgraded to XCode 4 and for some reason my app won't run in the simulator or iOS device. It was working perfectly in XCode 3, but all of a sudden now when I ...
65
votes
2answers
22k 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 ...
63
votes
7answers
11k views
iPad keyboard will not dismiss if modal view controller presentation style is UIModalPresentationFormSheet
UPDATE 2011-03-31:
As of iOS 4.3, you can now implement a disablesAutomaticKeyboardDismissal and return NO, as in
- (BOOL)disablesAutomaticKeyboardDismissal {
return NO;
}
(thanks Sebastian ...
57
votes
9answers
58k views
What is the iPad user agent?
Now that the iPad craze is officially open, it's time to think websites also for the iPad. From what I gather, the iPad is using iPhone OS, but with a different screen resolution from the iPhone/iPod ...
51
votes
8answers
27k views
How do I specify both icons for a universal iPhone/iPad app?
I hope to create a single app that supports both the iPhone and the iPad. The app works in the simulator for both devices as desired. Now I'm trying to build and deploy it. I set the "Icon File" in ...
50
votes
2answers
24k 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 ...
50
votes
15answers
69k 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 ...
46
votes
2answers
14k views
UITableView backgroundColor always gray on iPad
When I set the backgroundColor for my UITableView it works fine on iPhone (device and simulator) but NOT on the iPad simulator. Instead I get a light gray background for any color I set including ...
45
votes
5answers
9k 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 ...
45
votes
12answers
43k views
Any base64 library on iphone-sdk?
I'd like to do base64 encoding and decoding. But I could not find any support from iPhone SDK.
Any suggestion?
Thanks.
41
votes
6answers
7k views
XCode4 + iOS 4.3: “No Packager exists for the type of archive”
I just upgraded to XCode 4 and am trying to create an adhoc build of an earlier project. Whenever I use the "Archive" option I either end up with no archive at all in the Organizer window OR there is ...
39
votes
5answers
36k views
How can I upload a photo to a server with the iPhone?
I'm writing an iPhone app that takes a photo and then uploads it to a server. How do I upload a photo to a server with Cocoa in Xcode? I suppose I use NSUrl somewhere.
Thanks!
36
votes
6answers
2k views
What major ASIHTTPRequest features is AFNetworking missing?
With work having recently stopped on ASIHTTPRequest, it seems like attention is shifting to AFNetworking.
However, I've not yet found a good comparison of the features of the two libraries, so I ...
35
votes
6answers
10k 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 ...
34
votes
4answers
21k views
How can I make a jQuery UI 'draggable()' div draggable for touchscreen?
I have a jQuery UI draggable() that works in Firefox and Chrome. The user interface concept is basically click to create a "post-it" type item.
Basically, I click or tap on div#everything (100% high ...
34
votes
5answers
29k views
What size should apple-touch-icon.png be for iPad and iPhone 4?
Are Apple touch icons bigger than 60x60 supported, and if so, what dimensions should I use for the iPad and iPhone 4?
32
votes
15answers
45k views
Where can I find iPad Sample Code
I know the iPhone has a site with sample apps and code for the iPhone. Are there any resources out there for the iPad?
I would like iPad specific examples like using split view, etc.
30
votes
12answers
23k views
Best book / resources for learning iOS programming? [closed]
Which resources did you find useful for learning iOS programming?
Books? Website? Videos?
30
votes
9answers
10k views
Where do I set my company name?
When creating new source files xcode adds comments with your name and company name.
Where do I set my company name for xcode (not the project).
30
votes
5answers
39k views
splash screen for Universal application for ipad and iphone
I am create an universal application using iphone sdk3.2. i want to know for ipad and iphone do i need different default.png of different size.
29
votes
3answers
10k 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 ...
27
votes
6answers
10k 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 ...
27
votes
11answers
23k views
Setting Xcode's target to iPhone NOT iPad
I just upgraded to iPhone SDK 3.2 Beta 4. Since doing so, I have not been able to get the app to launch in the iPhone simulator - it keeps launching in the iPad simulator. I have tried option-clicking ...
24
votes
9answers
2k views
If you could buy two books on iOS development, which ones would you choose?
Addition: Think its worth having a look at this again as a number of new books havve/are being released with updates to iOS4 and the inclusion of iPad programming.
Ok, I have read a number of posts ...
24
votes
11answers
9k views
iPad/iPhone browser crashing when loading images in Javascript
I'm trying to build an image gallery in Safari that mimics the iPad photo app. It works perfectly, except that once I load more than 6MB or so worth of images either by adding them to the DOM or ...
23
votes
3answers
7k views
putpkt: write failed, broken pipe
I'm using AdHoc deploy to deploy my app on an iPad, and I get this error. I've checked out a few questions in SO that say the same, but the solution has always been restart XCode, Restart iPad, ...
23
votes
4answers
4k views
Is there any way to make the iPad simulator bigger?
It kind of annoys me how small the iPad simulator is... Some apps I have in mind I have difficulty testing because of the small size of the iPad simulator. Is there anyway to make it larger than it ...
23
votes
8answers
13k views
Converting iPhone xib to iPad xib?
How do you do it? I saw one video tutorial on it, but the screen was too small. Also, other than changing the view size, are there any other major changes I would have to make to my iphone apps to ...
22
votes
2answers
726 views
Raising minimum IOS Deployment Target Version for App Update
Let's say we have an application with a deployment target set to 3.0 and we want to raise the deployment target to 3.2. Normally, the App Store won't let the App be installed on devices with an IOS ...
22
votes
5answers
3k views
iOS: Using device modifiers for loading xib files?
You can use a device modifier (i.e., ~ipad) to provide a device-specific key in Info.plist, and to specify a device-specific launch image (Default.png for iPhone, and Default~ipad.png for iPad, for ...
21
votes
3answers
2k views
Can somebody explain iPhone's data protection and encryption to me?
I completely revise my question because I found two excellent sources about iOS's data protection. First one is: Episode 209 of Apple's WWDC 2010 Videos "Securing Application Data" and second is ...
21
votes
2answers
8k 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 ...
21
votes
13answers
26k 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.
21
votes
2answers
11k 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 ...
20
votes
4answers
2k views
How can I improve the performance of my custom OpenGL ES 2.0 depth texture generation?
I have an open source iOS application that uses custom OpenGL ES 2.0 shaders to display 3-D representations of molecular structures. It does this by using procedurally generated sphere and cylinder ...
19
votes
2answers
4k 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 ...
19
votes
2answers
6k views
19
votes
4answers
7k 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.
...
19
votes
2answers
10k views
URL for sending a user to the app review page on device's app store
What's the URL to launch in order to bring the iTunes App Store to the front, and open it to show the Reviews page of an app?
I want to send my users to the "Write a Review" page.
Some other SO ...
19
votes
5answers
12k views
iPad Browser Simulator?
is there any browser that can simulate the iPad browser and can be run on windows ?
thanks
19
votes
6answers
11k views
iphone/ipad orientation handling
This is more of a general question for people to provide me guidance on, basically Im learning iPad/iPhone development and have finally come across the multi-orientation support question.
I have ...
18
votes
1answer
233 views
IOS - External (hdmi) output fills only half the screen except when coding view manually
So, as the title says, I have an hdmi out on the iPad and an observer registered for screen connections, upon connection the user chooses the res and a view is outputted.
However, if I load a view ...
18
votes
4answers
16k views
Get current orientation of iPad?
In a given event handler (not the "shouldAutorotateToInterfaceOrientation" method) how do I detect the current iPad orientation? I have a text field I have to animate up (when keyboard appears) in ...
18
votes
3answers
16k views
iPad VGA Connector - Mirror screen in own Application?
Is it possible to mirror the Screen over the VGA Connector? Can't find anything about this.
18
votes
7answers
24k views
UISplitViewController in a TabBar ( UITabBarController )?
I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller object can not be added to the ...
17
votes
5answers
7k views
Mulitple “apple-touch-startup-image” resolutions for iOS web app (esp. for iPad)?
I've written an HTML5-based iOS web application and all seems to be working well, but I'm trying to polish it up with multiple startup screens. The iPhone/iPod touch works well w/a PNG of 320x460, as ...
17
votes
1answer
2k views
Best practice for setting up an automated build server for iphone apps?
I'm looking to setup an automated nightly build server for our iphone apps, and looking for advice on what works and what doesn't.
Basically, something that at least nightly runs all the unit tests ...
17
votes
1answer
7k views
Apple Application Loader - How to change the Apple ID being used?
I want to switch the Apple ID being used by the Apple App Loader.
I can't find a way to change the Account to be used in the App itself. Google search did not bring anything useful up. When i start ...