update sample code list

Signed-off-by: Liu Lantao <liulantao@gmail.com>
This commit is contained in:
Liu Lantao 2017-10-17 21:15:00 +08:00
parent 9e6eb8e751
commit 4a3454b06b
No known key found for this signature in database
GPG Key ID: BF35AA0CD375679D
1 changed files with 35 additions and 35 deletions

View File

@ -1,35 +1,35 @@
AVCamPhotoFilter,https://developer.apple.com/library/content/samplecode/AVCamPhotoFilter/Listings/../Introduction/Intro.html
AVCustomEdit,https://developer.apple.com/library/content/samplecode/AVCustomEdit/Listings/../Introduction/Intro.html
avexporter,https://developer.apple.com/library/content/samplecode/avexporter/Listings/../Introduction/Intro.html
AVFoundationSimplePlayer-iOS,https://developer.apple.com/library/content/samplecode/AVFoundationSimplePlayer-iOS/Listings/../Introduction/Intro.html
ReaderWriter,https://developer.apple.com/library/content/samplecode/ReaderWriter/Listings/../Introduction/Intro.html
AccessibilityUIExamples,https://developer.apple.com/library/content/samplecode/AccessibilityUIExamples/Listings/../Introduction/Intro.html
AppChat,https://developer.apple.com/library/content/samplecode/AppChat/Listings/../Introduction/Intro.html
ApplicationShortcuts,https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Listings/../Introduction/Intro.html
AudioInARKit,https://developer.apple.com/library/content/samplecode/AudioInARKit/Listings/../Introduction/Intro.html
AudioUnitV3Example,https://developer.apple.com/library/content/samplecode/AudioUnitV3Example/Listings/../Introduction/Intro.html
CFHostSample,https://developer.apple.com/library/content/samplecode/CFHostSample/Listings/../Introduction/Intro.html
DemoBots,https://developer.apple.com/library/content/samplecode/DemoBots/Listings/../Introduction/Intro.html
DotViewUndo,https://developer.apple.com/library/content/samplecode/DotViewUndo/Listings/../Introduction/Intro.html
UsingPhotosFramework,https://developer.apple.com/library/content/samplecode/UsingPhotosFramework/Listings/../Introduction/Intro.html
Fox,https://developer.apple.com/library/content/samplecode/Fox/Listings/../Introduction/Intro.html
GeometricPrimitives,https://developer.apple.com/library/content/samplecode/GeometricPrimitives/Listings/../Introduction/Intro.html
InteractiveContent,https://developer.apple.com/library/content/samplecode/InteractiveContent/Listings/../Introduction/Intro.html
MPSMatrixMultiplicationSample,https://developer.apple.com/library/content/samplecode/MPSMatrixMultiplicationSample/Listings/../Introduction/Intro.html
MetalImageFilters,https://developer.apple.com/library/content/samplecode/MetalImageFilters/Listings/../Introduction/Intro.html
MetalImageRecognition,https://developer.apple.com/library/content/samplecode/MetalImageRecognition/Listings/../Introduction/Intro.html
MotionGraphs,https://developer.apple.com/library/content/samplecode/MotionGraphs/Listings/../Introduction/Intro.html
NSTouchBarCatalog,https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Listings/../Introduction/Intro.html
PotLoc,https://developer.apple.com/library/content/samplecode/PotLoc/Listings/../Introduction/Intro.html
PrintPhoto,https://developer.apple.com/library/content/samplecode/PrintPhoto/Listings/../Introduction/Intro.html
Scoreboard,https://developer.apple.com/library/content/samplecode/Scoreboard/Listings/../Introduction/Intro.html
ShapeEdit,https://developer.apple.com/library/content/samplecode/ShapeEdit/Listings/../Introduction/Intro.html
SimpleTunnel,https://developer.apple.com/library/content/samplecode/SimpleTunnel/Listings/../Introduction/Intro.html
TVMLGuide,https://developer.apple.com/library/content/samplecode/TVMLGuide/Listings/../Introduction/Intro.html
TalkingToTheLiveView,https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Listings/../Introduction/Intro.html
ToolbarSample,https://developer.apple.com/library/content/samplecode/ToolbarSample/Listings/../Introduction/Intro.html
TouchCanvas,https://developer.apple.com/library/content/samplecode/TouchCanvas/Listings/../Introduction/Intro.html
UICatalog,https://developer.apple.com/library/content/samplecode/UICatalog/Listings/../Introduction/Intro.html
UnicornChat,https://developer.apple.com/library/content/samplecode/UnicornChat/Listings/../Introduction/Intro.html
UnitTests,https://developer.apple.com/library/content/samplecode/UnitTests/Listings/../Introduction/Intro.html
ViewControllerPreviews,https://developer.apple.com/library/content/samplecode/ViewControllerPreviews/Listings/../Introduction/Intro.html
AVCamPhotoFilter,https://developer.apple.com/library/content/samplecode/AVCamPhotoFilter/Listings/../Introduction/Intro.html,AVCamPhotoFilter: Using AVFoundation to Capture photos with image processing
AVCustomEdit,https://developer.apple.com/library/content/samplecode/AVCustomEdit/Listings/../Introduction/Intro.html,AVCustomEdit
avexporter,https://developer.apple.com/library/content/samplecode/avexporter/Listings/../Introduction/Intro.html,AVFoundationExporter: Exporting and Transcoding Movies
AVFoundationSimplePlayer-iOS,https://developer.apple.com/library/content/samplecode/AVFoundationSimplePlayer-iOS/Listings/../Introduction/Intro.html,AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media
ReaderWriter,https://developer.apple.com/library/content/samplecode/ReaderWriter/Listings/../Introduction/Intro.html,AVReaderWriter: Offline Audio / Video Processing
AccessibilityUIExamples,https://developer.apple.com/library/content/samplecode/AccessibilityUIExamples/Listings/../Introduction/Intro.html,AccessibilityUIExamples
AppChat,https://developer.apple.com/library/content/samplecode/AppChat/Listings/../Introduction/Intro.html,AppChat: Using Peek and Pop APIs
ApplicationShortcuts,https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Listings/../Introduction/Intro.html,ApplicationShortcuts: Using UIApplicationShortcutItem
AudioInARKit,https://developer.apple.com/library/content/samplecode/AudioInARKit/Listings/../Introduction/Intro.html,Audio in ARKit
AudioUnitV3Example,https://developer.apple.com/library/content/samplecode/AudioUnitV3Example/Listings/../Introduction/Intro.html,AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation
CFHostSample,https://developer.apple.com/library/content/samplecode/CFHostSample/Listings/../Introduction/Intro.html,CFHostSample
DemoBots,https://developer.apple.com/library/content/samplecode/DemoBots/Listings/../Introduction/Intro.html,DemoBots: Building a Cross Platform Game with SpriteKit and GameplayKit
DotViewUndo,https://developer.apple.com/library/content/samplecode/DotViewUndo/Listings/../Introduction/Intro.html,DotViewUndo
UsingPhotosFramework,https://developer.apple.com/library/content/samplecode/UsingPhotosFramework/Listings/../Introduction/Intro.html,Example app using Photos framework
Fox,https://developer.apple.com/library/content/samplecode/Fox/Listings/../Introduction/Intro.html,Fox: Building a SceneKit Game with the Xcode Scene Editor
GeometricPrimitives,https://developer.apple.com/library/content/samplecode/GeometricPrimitives/Listings/../Introduction/Intro.html,Geometric Primitives: Exact Orientation and Incircle Predicates using simd
InteractiveContent,https://developer.apple.com/library/content/samplecode/InteractiveContent/Listings/../Introduction/Intro.html,Interactive Content with ARKit
MPSMatrixMultiplicationSample,https://developer.apple.com/library/content/samplecode/MPSMatrixMultiplicationSample/Listings/../Introduction/Intro.html,MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal
MetalImageFilters,https://developer.apple.com/library/content/samplecode/MetalImageFilters/Listings/../Introduction/Intro.html,Metal Image Filters: Using the image filters provided by the Metal Performance S ...
MetalImageRecognition,https://developer.apple.com/library/content/samplecode/MetalImageRecognition/Listings/../Introduction/Intro.html,MetalImageRecognition: Performing Image Recognition with Inception_v3 Network us ...
MotionGraphs,https://developer.apple.com/library/content/samplecode/MotionGraphs/Listings/../Introduction/Intro.html,MotionGraphs
NSTouchBarCatalog,https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Listings/../Introduction/Intro.html,NSTouchBar Catalog: Creating and Customizing NSTouchBar
PotLoc,https://developer.apple.com/library/content/samplecode/PotLoc/Listings/../Introduction/Intro.html,PotLoc: CoreLocation with iPhone and Apple Watch
PrintPhoto,https://developer.apple.com/library/content/samplecode/PrintPhoto/Listings/../Introduction/Intro.html,PrintPhoto: Using the Printing API with Photos
Scoreboard,https://developer.apple.com/library/content/samplecode/Scoreboard/Listings/../Introduction/Intro.html,Scoreboard: A demonstration of RTL support on macOS using NSStackView and locali ...
ShapeEdit,https://developer.apple.com/library/content/samplecode/ShapeEdit/Listings/../Introduction/Intro.html,ShapeEdit: Building a Simple iCloud Document App
SimpleTunnel,https://developer.apple.com/library/content/samplecode/SimpleTunnel/Listings/../Introduction/Intro.html,SimpleTunnel: Customized Networking Using the NetworkExtension Framework
TVMLGuide,https://developer.apple.com/library/content/samplecode/TVMLGuide/Listings/../Introduction/Intro.html,TVML Guide: Core concepts in TVML and TVMLKit
TalkingToTheLiveView,https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Listings/../Introduction/Intro.html,TalkingToTheLiveView: Sending messages to a Swift Playground live view and savin ...
ToolbarSample,https://developer.apple.com/library/content/samplecode/ToolbarSample/Listings/../Introduction/Intro.html,ToolbarSample: Using NSToolbar to construct a window toolbar
TouchCanvas,https://developer.apple.com/library/content/samplecode/TouchCanvas/Listings/../Introduction/Intro.html,TouchCanvas: Using UITouch efficiently and effectively
UICatalog,https://developer.apple.com/library/content/samplecode/UICatalog/Listings/../Introduction/Intro.html,UIKit Catalog (iOS): Creating and Customizing UIKit Controls
UnicornChat,https://developer.apple.com/library/content/samplecode/UnicornChat/Listings/../Introduction/Intro.html,UnicornChat: Extending Your Apps with SiriKit
UnitTests,https://developer.apple.com/library/content/samplecode/UnitTests/Listings/../Introduction/Intro.html,Unit Testing Apps and Frameworks
ViewControllerPreviews,https://developer.apple.com/library/content/samplecode/ViewControllerPreviews/Listings/../Introduction/Intro.html,ViewControllerPreviews: Using the UIViewController previewing APIs

1 AVCamPhotoFilter https://developer.apple.com/library/content/samplecode/AVCamPhotoFilter/Listings/../Introduction/Intro.html AVCamPhotoFilter: Using AVFoundation to Capture photos with image processing
2 AVCustomEdit https://developer.apple.com/library/content/samplecode/AVCustomEdit/Listings/../Introduction/Intro.html AVCustomEdit
3 avexporter https://developer.apple.com/library/content/samplecode/avexporter/Listings/../Introduction/Intro.html AVFoundationExporter: Exporting and Transcoding Movies
4 AVFoundationSimplePlayer-iOS https://developer.apple.com/library/content/samplecode/AVFoundationSimplePlayer-iOS/Listings/../Introduction/Intro.html AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media
5 ReaderWriter https://developer.apple.com/library/content/samplecode/ReaderWriter/Listings/../Introduction/Intro.html AVReaderWriter: Offline Audio / Video Processing
6 AccessibilityUIExamples https://developer.apple.com/library/content/samplecode/AccessibilityUIExamples/Listings/../Introduction/Intro.html AccessibilityUIExamples
7 AppChat https://developer.apple.com/library/content/samplecode/AppChat/Listings/../Introduction/Intro.html AppChat: Using Peek and Pop APIs
8 ApplicationShortcuts https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Listings/../Introduction/Intro.html ApplicationShortcuts: Using UIApplicationShortcutItem
9 AudioInARKit https://developer.apple.com/library/content/samplecode/AudioInARKit/Listings/../Introduction/Intro.html Audio in ARKit
10 AudioUnitV3Example https://developer.apple.com/library/content/samplecode/AudioUnitV3Example/Listings/../Introduction/Intro.html AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation
11 CFHostSample https://developer.apple.com/library/content/samplecode/CFHostSample/Listings/../Introduction/Intro.html CFHostSample
12 DemoBots https://developer.apple.com/library/content/samplecode/DemoBots/Listings/../Introduction/Intro.html DemoBots: Building a Cross Platform Game with SpriteKit and GameplayKit
13 DotViewUndo https://developer.apple.com/library/content/samplecode/DotViewUndo/Listings/../Introduction/Intro.html DotViewUndo
14 UsingPhotosFramework https://developer.apple.com/library/content/samplecode/UsingPhotosFramework/Listings/../Introduction/Intro.html Example app using Photos framework
15 Fox https://developer.apple.com/library/content/samplecode/Fox/Listings/../Introduction/Intro.html Fox: Building a SceneKit Game with the Xcode Scene Editor
16 GeometricPrimitives https://developer.apple.com/library/content/samplecode/GeometricPrimitives/Listings/../Introduction/Intro.html Geometric Primitives: Exact Orientation and Incircle Predicates using simd
17 InteractiveContent https://developer.apple.com/library/content/samplecode/InteractiveContent/Listings/../Introduction/Intro.html Interactive Content with ARKit
18 MPSMatrixMultiplicationSample https://developer.apple.com/library/content/samplecode/MPSMatrixMultiplicationSample/Listings/../Introduction/Intro.html MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal
19 MetalImageFilters https://developer.apple.com/library/content/samplecode/MetalImageFilters/Listings/../Introduction/Intro.html Metal Image Filters: Using the image filters provided by the Metal Performance S ...
20 MetalImageRecognition https://developer.apple.com/library/content/samplecode/MetalImageRecognition/Listings/../Introduction/Intro.html MetalImageRecognition: Performing Image Recognition with Inception_v3 Network us ...
21 MotionGraphs https://developer.apple.com/library/content/samplecode/MotionGraphs/Listings/../Introduction/Intro.html MotionGraphs
22 NSTouchBarCatalog https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Listings/../Introduction/Intro.html NSTouchBar Catalog: Creating and Customizing NSTouchBar
23 PotLoc https://developer.apple.com/library/content/samplecode/PotLoc/Listings/../Introduction/Intro.html PotLoc: CoreLocation with iPhone and Apple Watch
24 PrintPhoto https://developer.apple.com/library/content/samplecode/PrintPhoto/Listings/../Introduction/Intro.html PrintPhoto: Using the Printing API with Photos
25 Scoreboard https://developer.apple.com/library/content/samplecode/Scoreboard/Listings/../Introduction/Intro.html Scoreboard: A demonstration of RTL support on macOS using NSStackView and locali ...
26 ShapeEdit https://developer.apple.com/library/content/samplecode/ShapeEdit/Listings/../Introduction/Intro.html ShapeEdit: Building a Simple iCloud Document App
27 SimpleTunnel https://developer.apple.com/library/content/samplecode/SimpleTunnel/Listings/../Introduction/Intro.html SimpleTunnel: Customized Networking Using the NetworkExtension Framework
28 TVMLGuide https://developer.apple.com/library/content/samplecode/TVMLGuide/Listings/../Introduction/Intro.html TVML Guide: Core concepts in TVML and TVMLKit
29 TalkingToTheLiveView https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Listings/../Introduction/Intro.html TalkingToTheLiveView: Sending messages to a Swift Playground live view and savin ...
30 ToolbarSample https://developer.apple.com/library/content/samplecode/ToolbarSample/Listings/../Introduction/Intro.html ToolbarSample: Using NSToolbar to construct a window toolbar
31 TouchCanvas https://developer.apple.com/library/content/samplecode/TouchCanvas/Listings/../Introduction/Intro.html TouchCanvas: Using UITouch efficiently and effectively
32 UICatalog https://developer.apple.com/library/content/samplecode/UICatalog/Listings/../Introduction/Intro.html UIKit Catalog (iOS): Creating and Customizing UIKit Controls
33 UnicornChat https://developer.apple.com/library/content/samplecode/UnicornChat/Listings/../Introduction/Intro.html UnicornChat: Extending Your Apps with SiriKit
34 UnitTests https://developer.apple.com/library/content/samplecode/UnitTests/Listings/../Introduction/Intro.html Unit Testing Apps and Frameworks
35 ViewControllerPreviews https://developer.apple.com/library/content/samplecode/ViewControllerPreviews/Listings/../Introduction/Intro.html ViewControllerPreviews: Using the UIViewController previewing APIs