Top "Ios4" questions

The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

Disabling user selection in UIWebView

I have an app where I load content to a UIWebView and present this. I cannot disable user interaction completely …

ios uiwebview webkit ios4 mobile-webkit
Handling applicationDidBecomeActive - "How can a view controller respond to the app becoming Active?"

I have the UIApplicationDelegate protocol in my main AppDelegate.m class, with the applicationDidBecomeActive method defined. I want to call …

ios iphone ios4 multitasking uiapplicationdelegate
How to change Xcode Project name

I have developed my app in Xcode for iPhone, in start I have just named it without secnec now I …

iphone xcode iphone-sdk-3.0 ios4 ios-simulator
Determine if an app exists and launch that app on iOS

Is there a way to check iOS to see if another app has been installed and then launched? If memory …

ios4 launch discovery
How to give space between two cells in tableview?

I want a space between two cell in table view, I want cell like this, How can i do that?

iphone objective-c cocoa-touch uitableview ios4
iOS installing apps without app store

is there any LEGAL way (w/o jailbreak) to install iOS application to iOS device (ipad, iphone, ipod) without publishing …

iphone ios4 ios app-store appstore-approval
Get a list of all contacts on iOS

I want to get a list of all contacts of an iPhone. I checked Address Book reference, I may missed …

ios ios4 abaddressbook
How to add a UIView above the current UITableViewController

I have difficulty adding a subview (UIView) from within the viewDidLoad method of a UITableViewController This works: [self.view addSubview:…

iphone objective-c ios4
Install Xcode 3.2.3 w/ iPhone SDK 4, get "Base SDK missing", can't see other SDKs

I created this community wiki to bind together a number of other Q/A's I've seen here on SO. If …

iphone xcode ios4
Circular Progress Bars in IOS

I want to create a circular progress bar like the following: How can I do that using Objective-C and Cocoa? …

objective-c cocoa-touch ios5 ios4 ios6