NOTE: In order to download the iOS SDK, you need to log in with your Apple ID.
The iOS SDK provides support for developing iOS applications and includes the complete set of Xcode tools, compilers, and frameworks for creating applications for iOS and Mac OS X. These tools include the Xcode IDE and the Instruments analysis tool among many others.
Using the iOS SDK you can develop applications that run on iPhone, iPad, or iPod touch running iOS.
You can also test your applications using the included iOS Simulator.
Requirements:
· Apple ID
What's New in This Release: [ read full changelog ]
· Dictation Support in Text Input Views - On supported devices, iOS automatically inserts recognized phrases into the current text view when the user has chosen dictation input. The new UIDictationPhrase class (declared in UITextInput.h) provides you with a string representing a phrase that a user has dictated. In the case of ambiguous dictation results, the new class provides an array containing alternative strings. New methods in the UITextInput protocol allow your app to respond to the completion of dictation.