iOS 2.1 to iOS 2.2 API Differences
Added frameworks:
- AVFoundation
AVFoundation
AVAudioPlayer.h
Added AVAudioPlayer
Added AVAudioPlayer.data
Added AVAudioPlayer.delegate
Added AVAudioPlayer.duration
Added -[AVAudioPlayer pause]
Added -[AVAudioPlayer play]
Added AVAudioPlayer.playing
Added -[AVAudioPlayer stop]
Added AVAudioPlayer.url
Added AVAudioPlayer.volume
Added AVAudioPlayerDelegate
AddressBook
No changes
AddressBookUI
No changes
AudioToolbox
AudioFile.h
AudioFormat.h
AudioQueue.h
AudioServices.h
AudioUnit
No changes
CFNetwork
No changes
CoreAudio
No changes
CoreFoundation
CFBase.h
Added #def kCFCoreFoundationVersionNumber_iOS_2_0
Added #def kCFCoreFoundationVersionNumber_iOS_2_1
CoreGraphics
No changes
CoreLocation
CLLocation.h
Foundation
NSDateFormatter.h
NSHTTPCookie.h
NSNumberFormatter.h
NSObjCRuntime.h
Added #def NSFoundationVersionNumber_iOS_2_0
Added #def NSFoundationVersionNumber_iOS_2_1
MediaPlayer
No changes
OpenAL
No changes
OpenGLES
No changes
QuartzCore
No changes
Security
No changes
SystemConfiguration
No changes
UIKit
UIViewController.h
Modified UIViewController.nibName
Declaration | |
---|---|
Old | @property(readonly, copy) NSString *nibName |
New | @property(nonatomic, readonly, copy) NSString *nibName |
Modified UIViewController.nibBundle
Declaration | |
---|---|
Old | @property(readonly, retain) NSBundle *nibBundle |
New | @property(nonatomic, readonly, retain) NSBundle *nibBundle |