iOS 9.3 到 iOS 10.0 的开发API不同点
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS 9.3 到 iOS 10.0 的开发API不同点相关的知识,希望对你有一定的参考价值。
ios 9.3 to iOS 10.0 API Differences
Objective-C
- /usr/include
- Accelerate
- AudioToolbox
- AudioUnit
- AVFoundation
- AVKit
- CallKit (Added)
- CFNetwork
- CloudKit
- Contacts
- CoreBluetooth
- CoreData
- CoreFoundation
- CoreGraphics
- CoreImage
- CoreLocation
- CoreMedia
- CoreMotion
- CoreSpotlight
- CoreTelephony
- CoreText
- CoreVideo
- EventKit
- EventKitUI
- ExternalAccessory
- Foundation
- GameController
- GameKit
- GameplayKit
- GLKit
- HealthKit
- HomeKit
- iAd
- ImageIO
- Intents (Added)
- IntentsUI (Added)
- JavaScriptCore
- LocalAuthentication
- MapKit
- MediaPlayer
- Messages (Added)
- MessageUI
- Metal
- MetalKit
- MetalPerformanceShaders
- ModelIO
- NetworkExtension
- NotificationCenter
- OpenGLES
- PassKit
- Photos
- PushKit
- QuartzCore
- QuickLook
- ReplayKit
- SafariServices
- SceneKit
- Security
- Speech (Added)
- SpriteKit
- SystemConfiguration
- UIKit
- UserNotifications (Added)
- UserNotificationsUI (Added)
- VideoSubscriberAccount (Added)
- VideoToolbox
- WatchConnectivity
- WatchKit
- WebKit
- XCTest
Swift
- Accelerate
- Accounts
- AddressBook
- AddressBookUI
- AdSupport
- AssetsLibrary
- AudioToolbox
- AudioUnit
- AVFoundation
- AVKit
- CallKit (Added)
- CFNetwork
- CloudKit
- Contacts
- ContactsUI
- CoreAudio
- CoreAudioKit
- CoreBluetooth
- CoreData
- CoreFoundation
- CoreGraphics
- CoreImage
- CoreLocation
- CoreMedia
- CoreMIDI
- CoreMotion
- CoreSpotlight
- CoreTelephony
- CoreText
- CoreVideo
- Darwin
- Dispatch
- EventKit
- EventKitUI
- ExternalAccessory
- Foundation
- GameController
- GameKit
- GameplayKit
- GLKit
- GSS
- HealthKit
- HealthKitUI
- HomeKit
- iAd (Added)
- iAdJS (Removed)
- ImageIO
- Intents (Added)
- IntentsUI (Added)
- JavaScriptCore
- libkern
- LocalAuthentication
- MachO
- MapKit
- MediaAccessibility
- MediaPlayer
- MediaToolbox
- Messages (Added)
- MessageUI
- Metal
- MetalKit
- MetalPerformanceShaders
- ModelIO
- MultipeerConnectivity
- NetworkExtension
- NewsstandKit
- NotificationCenter
- ObjectiveC
- OpenAL
- OpenGLES
- os
- PassKit
- Photos
- PhotosUI
- PushKit
- QuartzCore
- QuickLook
- ReplayKit
- SafariServices
- SceneKit
- Security
- simd
- Social
- Speech (Added)
- SpriteKit
- StoreKit
- Swift
- SystemConfiguration
- Twitter (Removed)
- UIKit
- UserNotifications (Added)
- UserNotificationsUI (Added)
- VideoSubscriberAccount (Added)
- VideoToolbox
- WatchConnectivity
- WatchKit
- WebKit
- XCTest
原文地址:https://developer.apple.com/library/prerelease/content/releasenotes/General/iOS10APIDiffs/index.html
以上是关于iOS 9.3 到 iOS 10.0 的开发API不同点的主要内容,如果未能解决你的问题,请参考以下文章
Xamarin.iOS、Xcode 8.0、iOS 10.0 更新和 iPod Touch 测试设备
为啥一些非常老的 AudioToolbox API (AudioComponentDescription) 现在只支持 iOS 10.0+?
如何使用 Xcode 9.3 在 iOS 开发设备中检查 [NSUserDefaults standardUserDefaults] [重复]