Top "Iphone-sdk-3.0" questions

Refers to the iPhone software development kit, version 3.0.

Using a UIWebView, can I use a custom font?

I've seen all the talk on the web about the difficulty of using a custom font in iPhone OS. Is …

iphone fonts uiwebview iphone-sdk-3.0 custom-font
Problem dismissing multiple modal view controllers

I am having trouble getting my modal view controllers to display properly. I have a parent view controller that is …

iphone objective-c cocoa cocoa-touch iphone-sdk-3.0
UITableView page size when paging enabled

I'm facing with a simple but tedious problem. What I'm trying to do is make an UITableView to page like …

objective-c uitableview iphone-sdk-3.0 paging
how to show countdown on uilabel in iphone?

i have a uilabel and a uislider on a view. i want to set label's time using slider.range of …

objective-c iphone-sdk-3.0 nstimer
Change title of MFMailComposeViewController

I'm using MFMailComposeViewController for in-app email in my app, but I'm not able to change the title. As default it's …

iphone objective-c email iphone-sdk-3.0 mfmailcomposeviewcontroller
How can my server securely authenticate iPhone in-app purchase?

Look at Apple's diagram for the server purchase model. In step #9, how can the server know that it is really …

iphone authentication iphone-sdk-3.0 certificate in-app-purchase
How to hide/disable only the first uinavigationbar?

I've been wandering how to hide / remove / disable only the main or first navigation bar in the navigation controller so …

iphone iphone-sdk-3.0 uinavigationcontroller uinavigationbar uinavigationitem
UIApplication openUrl not working with formatted NSString

I have the following code to open google maps: NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?q=%@, Anchorage, …

iphone url iphone-sdk-3.0 uiapplication
how to dismiss action sheet

i used this code to show uipicker in uiactionsheet but when i click close button i want to remove action …

objective-c iphone-sdk-3.0 uipickerview
How to detect shake motion in iPhone

On the shake of the iPhone device i want some function to be called, i dont know how to recognize …

objective-c xcode iphone-sdk-3.0 shake