Top "Iphone-sdk-3.0" questions

Refers to the iPhone software development kit, version 3.0.

How to update iPhone SDK without having to re-download Xcode?

Silly question - Is there a way to download the iPhone SDK without Xcode when Apple releases an update?

xcode iphone-sdk-3.0
Adding image to navigation bar

I'd like an image to take up all of a navigation bar. This is the navigation that comes with a …

iphone uitableview iphone-sdk-3.0 uiimageview uinavigationbar
How to hide a section in UITableView?

There are some section in the table that does not contain any data and would like to hide that section. …

iphone iphone-sdk-3.0
How to solve "Application failed codesign verification" when uploading to iTunes Connect?

I've got a problem that I couldn't solve with a deep search in different resources as most of the "similar" …

xcode iphone-sdk-3.0 xcodebuild provisioning app-store-connect
Sending POST data from iphone over SSL HTTPS

Hai all, In my iphone project i need to pass the user name and password to a web server,previously …

iphone-sdk-3.0 iphone
How to set selected segment index in UISegmentedControl?

I'm trying to avoid an app crash here... I have a button that will remove a segment from a UISegmentedControl. …

ios iphone-sdk-3.0 uisegmentedcontrol
How do I fix NSURLErrorDomain error -999 in iPhone 3.0 OS

I am trying to update my iPhone app to work with OS 3.0. I have a UIWebView that shows a page …

iphone iphone-sdk-3.0
UITextField for Phone Number

I was wondering how I can format the textField that I'm using for a phone number (ie like the "Add …

iphone objective-c cocoa-touch iphone-sdk-3.0
How to download PDF and store it locally on iPhone?

I am able to successfully view a PDF from a website. I want to be able to download that PDF …

iphone pdf iphone-sdk-3.0 uiwebview
Can I change the color of auto detected links on UITextView?

I had a UITextView that detects phone numbers and links, but this overrides my fontColor and change it to blueColor. …

iphone uitextview iphone-sdk-3.0 uicolor