Top "Iphone" questions

DO NOT use this tag unless you are addressing Apple's iPhone and/or iPod touch specifically.

Is it possible to disable the network in iOS Simulator?

I am trying to debug some inconsistent behaviour I am seeing in an application that gets its primary data from …

ios iphone debugging networking ios-simulator
iPhone system font

What is the name of the default system font on the iPhone? I would like to retrieve this for customizing …

ios iphone fonts typeface
Adding iOS UITableView HeaderView (not section header)

I want to add a table header (not section headers) like in the contacts app for example: exactly like that …

iphone ios uitableview
How to decrypt an encrypted Apple iTunes iPhone backup?

I've been asked by a number of unfortunate iPhone users to help them restore data from their iTunes backups. This …

iphone backup itunes encryption
How to create .ipa file using Xcode?

Please tell me the complete procedure to build my app & use it on a real iPhone.

ios iphone xcode production ips
iPhone App Icons - Exact Radius?

I'm trying to create the icon for my iPhone app, but don't know how to get the exact radius that …

iphone ios ipad icons
iPhone/iPad browser simulator?

I need to see how my webpages are looking on an iPhone and iPad on my windows desktop. Is this …

iphone ios xcode ipad ios-simulator
Get push notification while App in foreground iOS

I am using push notification service in my app. When app is in background I am able to see notification …

iphone ios objective-c push-notification
javascript scroll event for iPhone/iPad?

I can't seem to capture the scroll event on an iPad. None of these work, what I am doing wrong? …

javascript iphone ipad scroll onscroll
UITableview: How to Disable Selection for Some Rows but Not Others

I am displaying in a group tableview contents parsed from XML. I want to disable the click event on it (…

ios iphone objective-c uitableview