Top "Iphone-sdk-3.2" questions

Refers to the iPhone software development kit, version 3.2.

iPad and UIPickerView (or UIDatePickerView)

Has anyone had any luck using a UIPicker in the 3.2 SDK? I'm in the middle of porting an iPhone application …

iphone cocoa-touch ipad uipickerview iphone-sdk-3.2
vertical color gradient

Horizontal gradient is working fine. Is there any way to get a vertical color gradient from horizontal gradient? I have …

iphone cocoa cocoa-touch core-animation iphone-sdk-3.2
how to add new font to Xcode 3.2?

please tell me how to add new font to iphone xcode3.2.

iphone iphone-sdk-3.2 xcode3.2 uifont
how can I make a popover and arrow with presentPopoverFromRect?

I don't understand how to define the (CGRect)rect in order to control the position of popover, and the position …

iphone iphone-sdk-3.2
Is there a specific Xcode compiler flag that gets set when compiling for iPad?

Is there a specific Xcode compiler flag that gets set when compiling for iPad? I want to conditionally compile iPad …

ipad iphone-sdk-3.2
isEqual doesn't always work for NSIndexPath? What can I use in its place?

I've got some code that relies on comparing two NSIndexPaths and executing different code based on their equality or lack …

objective-c equality iphone-sdk-3.2 nsindexpath
Hope to remove armv6 architecture for iPad in XCode?

When building an iPad only application I get the following warning: "warning: building for deployment target '3.2' should omit …

xcode ipad iphone-sdk-3.2
Change table view ( tableview style grouped ) background color?

I am developing an iPad application in which I need a table view ( style grouped ) having background color as clearColor. …

ipad uitableview iphone-sdk-3.2 grouped-table
iPhone SDK 3.2 and UIAppFonts

I've added my custom font to UIAppFonts and it's loaded just fine: (shows up in [UIFont familyNames] ). When I manually …

iphone iphone-sdk-3.2 uifont