您的位置:首页 > 编程语言

苹果官网发布WWDC 2010视频、演示幻灯和示例代码

2010-06-18 13:20 721 查看
苹果已经在官方网站放出了WWDC 2010视频、演示幻灯和示例代码下载。各位开发者可以到 http://developer.apple.com/videos/wwdc/2010/ 获取其中视频分为高清和普通分辨率2种,演示幻灯将以PDF方式下载。示例代码包括:
Mac/BasicMultiGPUSample.zip

Demonstrates how to detect and respond to renderer changes.
Mac/CocoaGL.zip

Demonstrates using Cocoa with OpenGL, including window setup and event handling.
Mac/CocoaTipsAndTricks.zip

Contains seven sample projects covering various Cocoa tips and tricks.
Mac/ConditionalRendering.zip

Demonstrates how to do conditional rendering based on an occlusion query.
Mac/CustomMenus.zip

This application demonstrates various implementations of custom menus.
Mac/DeferredShading.zip

Provides an example of deferred shading.
Mac/DerivedProperty.zip

Illustrates use of Core Data derived properties to make searching against string data more efficient.
Mac/Droste.zip

Core Image kernel for performing Droste effect on images & video implemented inside of Quartz Composer
Mac/EPFImporterSampleCode.zip

EPFImporter Sample code for importing Enterprise Partner Feeds data from the iTunes Store
Mac/GLEssentials.zip

Sample provides an example of various recommended OpenGL techniques.
Mac/HeightArray.zip

Provides an example of texture array.
Mac/InstancedArrays.zip

Demonstrates how to use instancing to combine multiple vertex array data into a single VBO.
Mac/LayerBackedOpenGLView.zip

"LayerBackedOpenGLView" provides a simple example of hosting Cocoa controls as subviews of an NSOpenGLView.
Mac/LightTable.zip

demonstrates the 10.6 Muliti-Touch API.
Mac/LinkedImageFetcher.zip

Shows how to do run loop based networking from an NSOperation.
Mac/MultiGPUIOSurface.zip

An example of passing IOSurfaces between processes that are using OpenGL.
Mac/Naivete.zip

A simplistic RSS reader which demonstrates a number of common security vulnerabilities Cocoa developers should avoid.
Mac/ObjectPath.zip

Demonstrates how to use the NSPathControl class.
Mac/OpenCL_Hello_World_Example.zip

OpenCL Hello World Example
Mac/OpenCL_OceanWave.zip

Demonstrates animating ocean water wave using attenuated random fourier spectrum and FFT
Mac/OpenGLScreenSnapshot.zip

Demonstrates how to get the screen pixels using OpenGL and save them to an image file.
Mac/Pointillizer.zip

Shows how to use Core Image inside an NSView's -drawRect: method.
Mac/PortfolioWatcher.zip

Demonstrates universal design principles that help to make the application more accessible to individuals with disabilities.
Mac/Reviews.zip

Demonstrates how to use a localized strings file by adding accessibility descriptions to named images without using code.
Mac/SearchAPIDemo.zip

Sample Javascript code for accessing the iTunes Store RSS feeds and Search API
Mac/WWDC_2010_114.zip

This application shows several techniques for customizing the Cocoa Text system classes.
Mac/SMJobBless.zip

Shows how to install a privileged helper tool and associate it with an application.
Mac/ssd.zip

Example of a daemon that launches on-demand when there is a connection to its socket.
Mac/TargetGallery.zip

Simple example of mouse event routing and hit testing.
Mac/TreeView.zip

demonstration of a custom NSView that displays a tree graph
Mac/UIElementInspector.zip

Demonstrates using the Accessibility API introduced in Mac OS X 10.2, which allows manipulation of an application's UI.
iOS/AddressBook-PhotoCutouts.zip

Shows how to use Address Book to insert contacts' photos into cutouts.
iOS/AdvancedTableViewCells.zip

AdvancedTableViewCells shows several methods for displaying complex content in UITableViewCells.
iOS/AnimatedSkeleton.zip

This sample illustrates the use of anchor points and sub-layers to achieve a life-like waving animation.
iOS/Animation101.zip

Illustrates a number of elementary animations, layers and a little Core Graphics.
iOS/***Cam.zip

***Cam demonstrates how to use the ***Foundation capture APIs.
iOS/***CamDemo.zip

***CamDemo is a simple demonstration of how to use the ***Foundation capture APIs.
iOS/***EditDemo.zip

Shows how to use editing features of *** Foundation.
iOS/***PlayerDemo.zip

Uses ***Player to play videos from iPod Library, Camera Roll, or via iTunes File Sharing.
iOS/Breadcrumb.zip

The Breadcrumb sample demonstrates how to draw a path using a Map Kit overlay that follows the user's location.
iOS/CoreAnimationImageBrowser.zip

Displays a scrolling list of image thumbnails.
iOS/CoreDataBooks.zip

Illustrates use of Core Data in an iPhone application.
iOS/CoreMotionTeapot.zip

CoreMotionTeapot provides a way to visualize motion data provided by the new CoreMotion framework in iPhoneOS 4.
iOS/CurrentAddress.zip

Demonstrates basic use of MapKit, displaying a map view and setting its region to current location.
iOS/DocInteraction.zip

Demonstrates how to use UIDocumentInteractionController to open and preview files.
iOS/DocView.zip

Demonstrates how to use UIDocumentInteractionController to obtain information about documents and how to preview them.
iOS/EADemo.zip

Demonstrates use of the ExternalAccesory.framework to communicate with attached MFI device
iOS/EPFImporterSampleCode.zip

EPFImporter Sample code for importing Enterprise Partner Feeds data from the iTunes Store
iOS/FindMyiCone.zip

Find My iCone demonstrates how to use the ***Foundation framework's ***CaptureVideoDataOutput
iOS/GameConsole.zip

Demonstrates the use of in game console to tweak various attributes at runtime for purpose of rapid iteration.
iOS/GLEssentials.zip

Sample provides an example of various recommended OpenGL techniques.
iOS/GLVideoFrame.zip

Uses the ***Foundation APIs to get, manipulate, and view uncompressed sample buffers captured from the camera.
iOS/HazardMap.zip

Demonstrates how to create a custom Map Kit overlay to display USGS earthquake hazard data.
iOS/IOHost.zip

Demonstrates basic use of Audio Unit Services in iPhone OS for hosting audio units.
iOS/iPlant.zip

An example of adopting the new UIView Animations with Blocks API
iOS/KMLViewer.zip

Displays KML files on top of a MKMapView
iOS/LocationReminders.zip

LocationReminders reminds users of things based on their location.
iOS/MapCallouts.zip

Demonstrates the use of the MapKit framework, displaying a map view with custom MKAnnotations each with custom callouts.
iOS/MotionAlongAPath.zip

An example of using Core Animation to do what isn't possible with UIView Animations.
iOS/MyImagePicker.zip

This sample project shows how to create an equivalent to the UIImagePicker using the AssetsLibrary framework.
iOS/PhotoLocations.zip

Illustrates a Core Data application that uses more than one entity and transformable attributes.
iOS/PhotosByLocation.zip

This sample application shows how to use the AssetsLibrary to provide a completely different UI to the UIImagePicker.
iOS/PhotoScroller.zip

Demonstrates the use of embedded UIScrollViews and CATiledLayer to create a rich user experience for displaying and paginating photos.
iOS/PinchyPreview.zip

PinchyPreview demonstrates how to use the ***Foundation framework's ***CaptureVideoPreviewLayer class.
iOS/ScrollViewSuite.zip

A series of examples that illustrate how to use UIScrollView.
iOS/SearchAPIDemo.zip

Sample Javascript code for accessing the iTunes Store RSS feeds and Search API
iOS/Sharkster.zip

Demonstrates how to implement EventKit and EventKitUI APIs.
iOS/SimpleGestureRecognizers.zip

Shows how to use standard gesture recognizers.
iOS/SongMap.zip

SongMap demonstrates the significant location change API
iOS/StitchedStreamPlayer.zip

Using timed metadata to identify different content in a stream, supporting a custom seek UI, in ***Foundation.
iOS/TableViewSuite.zip

Shows how to use UITableView through a progression of increasingly advanced applications.
iOS/TileMap.zip

Displays a tiled raster map overlay on top of an MKMapView.
iOS/TopPaid.zip

This sample demonstrates how to build a universal application capable of running on both the iPhone and iPad.
iOS/Touches.zip

Demonstrates how to handle multiple touches.
iOS/VideoRecorder.zip

Demonstrates how to create a custom UI for the video camera mode of the UIImagePicker
iOS/Wavy.zip

Wavy plots the waveform of audio captured using the ***Foundation capture classes.
iOS/WeatherMap.zip

Demonstrates the use of the MapKit, displaying a map view with custom MKAnnotationViews.
iOS/WorldCities.zip

Demonstrates basic use of MapKit, including displaying a map view and setting its region.
Safari/BlockerSafariExtension.zip

An extension that shows how to block page content from loading.
Safari/CloseTabSafariExtension.zip

Shows how to have toolbar items and work with tabs.
Safari/ContactsSafariExtension.zip

An extension that shows how to share data and functions from a global page with extension bars.
Safari/lightbox.zip

This sample code shows you how to create a lightbox photo viewer using CSS3 transitions, transforms and animations.
Safari/CSSEffectsPhotoGallery.zip

Photo gallery built using CSS effects, including transitions, animations and transforms.
Safari/cssEffectsPart1.zip

Using CSS properties to create styled buttons, animated menus, custom text, and image-free effects.
Safari/EPFImporterSampleCode.zip

EPFImporter Sample code for importing Enterprise Partner Feeds data from the iTunes Store
Safari/FavoritesSafariExtension.zip

This Safari Extension shows how to create an Extension Bar using basic HTML and CSS techniques.
Safari/HTML5VideoEventFlow.zip

See log messages for HTML5 video element events as they are emitted.
Safari/HTML5VideoOverlays.zip

This sample shows how to add a "Click To Play" overlay button, a progress indicator, and a simple play/pause button over HTML5 video.
Safari/MessagesSafariExtension.zip

An extension that shows how to have badged toolbar items.
Safari/ReloadSafariExtension.zip

An extension that shows how to add toolbar items.
Safari/SearchAPIDemo.zip

Sample Javascript code for accessing the iTunes Store RSS feeds and Search API
Safari/TouchEventDemo.zip

Visually shows how touch and gesture events are delivered in Safari on iPhone OS.
Safari/TouchScrapbook.zip

Demonstrates how to use DOM touch and gesture events to build rich interfaces in web content for Safari on iPhone OS.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: