Top "Iphone-sdk-3.0" questions

Refers to the iPhone software development kit, version 3.0.

Entitlements are not valid

Recently, I have upgraded my iPhone SDK OS from version 2.2.1 to 3.0 version. After that, while building my application, I get …

xcode iphone-sdk-3.0
How do I add custom pins to the iPhone MapKit?

I'm testing out the MapKit framework on the iPhone and would really much like to switch the standard pin that …

objective-c iphone-sdk-3.0 mapkit
UIView doesn't resize to full screen when hiding the nav bar & tab bar

I have an app that has a tab bar & nav bar for normal interaction. One of my screens is …

iphone iphone-sdk-3.0 uitextview
Bundle Display Name Max Length

What is the maximum length of an iPhone App name (bundle display name, shown below the app on the iPhone …

iphone objective-c cocoa-touch ios4 iphone-sdk-3.0
How to get UIMenuController work for a custom view?

I'm trying to get the following code work: UIMenuController * menu = [UIMenuController sharedMenuController]; [menu setTargetRect: CGRectMake(100, 100, 100, 100) inView: self.view]; [menu setMenuVisible: …

iphone cocoa-touch iphone-sdk-3.0 uimenucontroller
Easiest way to support multiple orientations? How do I load a custom NIB when the application is in Landscape?

I have an application in which I would like to support multiple orientations. I have two .xib files that I …

iphone iphone-sdk-3.0 uiviewcontroller nib xib
Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?

I've tried using these methods in an attempt to detect that the Ring/Silent switch is active or not: How …

iphone ios4 iphone-sdk-3.0 avaudioplayer avaudiosession
try & catch in iPhone?

The try{}catch construct is common to C++, Java & related languages. In the iOS SDK is there and any …

iphone ios4 iphone-sdk-3.0
Deactivate UIScrollView decelerating

Is there a way to deactivate the decelerating of a UIScrollView? I want to allow the user to scroll the …

iphone cocoa-touch iphone-sdk-3.0 uiscrollview
Top margin on UITableViewController

I have a TabBarController, one of the tabs of which contains a sub view which is a navigationController. I am …

iphone cocoa-touch iphone-sdk-3.0