Top "Iphone-sdk-3.2" questions

Refers to the iPhone software development kit, version 3.2.

Receive message "A signed resource has been added, modified, or deleted" when trying to debug an App on iPhone

While attempting to debug a build created using the 3.2 SDK on an iPhone device I receive the message "A signed …

iphone xcode iphone-sdk-3.2
UIKeyboardBoundsUserInfoKey is deprecated, what to use instead?

I'm working on an iPad app using 3.2 sdk. I'm dealing with obtaining the keyboard size to prevent my textfields from …

ios objective-c iphone uikeyboard iphone-sdk-3.2
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 uitableview iphone-sdk-3.2 background-color
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 …

ipad uitabbarcontroller iphone-sdk-3.2 uisplitviewcontroller uipopovercontroller
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_…

iphone ipad iphone-sdk-3.2
Lauching App with URL (via UIApplicationDelegate's handleOpenURL) working under iOS 4, but not under iOS 3.2

I have implemented UIApplicationDelegate's application:didFinishLaunchingWithOptions: and application:handleOpenURL: according to specification, i.e., application:didFinishLaunchingWithOptions: returns YES and application:…

iphone ipad ios iphone-sdk-3.2
Load PDF into UIImage or UIImageView?

This is my first ever question on stackoverflow. I'm trying to load a PDF file stored in Resources into a …

iphone pdf uiimageview uiimage iphone-sdk-3.2
iPhone Debugging Error launching remote program: failed to get the task for process 907

Created an app for adhoc distribution and installed on iphone but it is not working on the installed iphone,Tried …

iphone iphone-sdk-3.2
Using UIScreen to drive a VGA display - doesn't seem to show the UIWindow?

HI there, I'm trying to use UIScreen to drive a separate screen with the VGA dongle on my iPad. Here's …

iphone ipad iphone-sdk-3.2 uiwindow vga