iOS 9新特性的代碼示例:iOS-9-Sampler
iOS 9新特性的代碼示例:iOS-9-Sampler
如何構建
JUST BUILD with Xcode 7.
目錄
地圖自定義
Flyover can be selected with new map types, and Traffic, Scale and Compass can be shown.
Text Detector文字探測器
Text detection using new detector type "CIDetectorTypeText".
New Image Filters新的圖像過濾器
New filters of CIFilter which can be used for Still Images.
NOTE: 29 filters are supported in this example, however "CIEdgeWork" and "CISpotLight" don't work correctly with current code. I would much appreciated your pull request!
Audio Unit Component Manager音頻單元組件管理器
Retrieve audio unit components using AudioUnitComponentManager and apply them to a sound using some new methods. If there are some Audio Unit Extensions, they will be also shown in the components list.
Speech Voices
Example for new properties which are added to AVSpeechSynthesisVoice such as language, name, quality...
CASpringAnimation
Animation example using CASpringAnimation.
UIStackView
Auto Layout example using UIStackView.
Selfies & Screenshots
Fetch photos filtered with new subtypesPHAssetCollectionSubtype.SmartAlbumSelfPortraitsandPHAssetMediaSubtype.PhotoScreenshotwhich are added to Photos framework.
String Transform
String transliteration examples using new APIs of Foundation framework.
Search APIs
Example for Search APIs using NSUserActivity and Core Spotlight.
Content Blockers
Example for Content Blocker Extensions.
SFSafariViewController
Open web pages with SFSafariViewController.
Attributes of New Filters
Extract new filters of CIFilter usingkCIAttributeFilterAvailable_iOS. There are 41 new filters.
Low Power Mode
Detect changes of "Low Power Mode" setting.
New Fonts
Gallery of 31 new fonts.
watchOS-2-Sampler
You can check the examples for watchOS 2 features on watchOS-2-Sampler!!