Refers to the iPhone software development kit, version 3.2.
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.2I'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.2When 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-colorI 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 uipopovercontrollerApple advises using the following code to detect whether running on an iPad or iPhone/iPod Touch: if (UI_USER_…
iphone ipad iphone-sdk-3.2I 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.2This 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.2Created an app for adhoc distribution and installed on iphone but it is not working on the installed iphone,Tried …
iphone iphone-sdk-3.2What will [[UIDevice currentDevice] model] return for "iPad"?
ios objective-c ipad iphone-sdk-3.0 iphone-sdk-3.2HI 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