日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

iOS 苹果官方Demo合集

發布時間:2024/1/8 编程问答 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 iOS 苹果官方Demo合集 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

轉自:https://github.com/WildDylan/appleSample

Mirror of Apple's iOS samples

This repository mirrors Apple's iOS samples.

NameTopicFrameworkDescription
ABUIGroups Data Management (Contact Data)AddressBookABUIGroups shows how to check and request access to a user’s address book database. It also demonstrates how to retrieve, add, and remove group records using AddressBook APIs. It displays groups organized by their source in the address book.
AccelerometerGraph Data Management (Device Information)UIKitAccelerometerGraph sample application graphs the motion of the device. It demonstrates how to use the UIAccelerometer class and how to use Quartz2D and Core Animation to provide a high performance graph view. It also demonstrates a low-pass filter that you can use to isolate the effects of gravity, and a high-pass filter that you can use to remove the effects of gravity.
AdaptivePhotos: An Adaptive Application User ExperienceUIKitThis sample shows how to use new APIs introduced in iOS 8 to make your application work great on all devices and orientations. It uses size classes, traits, and additions to view controllers to make an app that works great at any size and configuration.
AddMusic Audio & Video (Audio)MediaPlayerAddMusic demonstrates basic use of iPod library access, part of the Media Player framework. You use iPod library access to play songs, audio books, and audio podcasts that are synced from a user's desktop iTunes library. This sample uses the Media Player framework's built-in user interface for choosing music. AddMusic also demonstrates how to mix application audio with iPod library audio. The sample includes code for configuring application audio behavior using the AVAudioSession class and Audio Session Services.
AdvancedURLConnections Networking & Internet (Protocol Streams)FoundationThis sample demonstrates various advanced networking techniques with NSURLConnection. Specifically, it demonstrates how to respond to authentication challenges, how to modify the default server trust evaluation (for example, to support a server with a self-signed certificate), and how to provide client identities.
Adventure: Building a SpriteKit Game Using Swift Languages & Utilities (Swift)SpriteKitThis sample shows how to build a simple 2D game for iOS and OS X using SpriteKit and Swift.
AirDrop Examples Networking & Internet?"AirDropSample" demonstrates three use cases for incorporating AirDrop into an app.
AirLocate: Using CoreLocation to monitor, range, and configure your device as an iBeacon ?CoreLocation"AirLocate" demonstrates CoreLocation fencing and ranging of iBeacons, BTLE devices enabled to aide iOS devices in determining a users proximity to a location rather than their position. Obtaining a users proximity with iBeacons is ideal in more intimate locations such as indoors where other positioning methods either do not work, or do not give the desired level of accuracy an iBeacon can provide. In addition to demonstrating how to use CoreLocation's CLLocationManager APIs to monitor and range for these CLBeaconRegions, AirLocate also provides an example of how to calibrate and configure an iOS device as a beacon.
Alternate Views User Experience (Windows & Views)UIKitThis sample demonstrates how to implement alternate or distinguishing views for particular device orientations. Doing so can be useful if your app displays different content between orientations or if your app uses vastly different layouts between orientations which cannot be reconciled by auto layout or programatic layout alone.
Application Icons and Launch Images for iOS GeneralUIKitEvery app is required to include an app icon. It is recommended that apps also provide icons for: Spotlight, the Settings app, and when creating an Ad Hoc build and adding it to iTunes. See QA1686: App Icons on iPad and iPhone, for a complete listing of icons required for iPhone, iPad, and Universal apps https://developer.apple.com/library/ios/qa/qa1686/_index.html.
AppPrefs: Storing and Retrieving User Preferences Data Management (Preference Settings)UIKitDemonstrates how to display your app's user configurable options (preferences) in the "Settings" system application. A settings bundle, included in your application’s bundle directory, contains the information needed by the Settings application to display your preferences and make it possible for the user to modify them. The Settings application saves any configured values in the defaults database so that your application can retrieve them at runtime. This sample also shows how to launch the Settings app from your application and how to dynamically update your application's UI when its settings are changed while the app is in the background.
AQOfflineRenderTest Audio & Video (Audio)AudioToolboxDemonstrates using Audio Queue offline render functionality and the AudioQueueOfflineRender API. The sample produces LPCM output buffers from an ALAC encoded source which are then written to a .caf file. The output.caf file is then played back confirming the offline functionality worked as expected. All the code demonstrating the Audio Queue is in a single file called aqofflinerender.cpp.
Audio Converter File Convert Test Audio & Video (Audio)AudioToolboxDemonstrates using the Audio Converter APIs to convert from a PCM audio format to a compressed format including AAC.
Audio Mixer (MixerHost) Audio & Video (Audio)AudioUnitMixerHost demonstrates how to use the Multichannel Mixer audio unit in an iOS application. It also demonstrates how to use a render callback function to provide audio to an audio unit input bus. In this sample, the audio delivered by the callback comes from two short loops read from disk. You could use a similar callback, however, to synthesize sounds to feed into a mixer unit. This sample is described in Audio Unit Hosting Guide for iOS.
Audio UI Sounds (SysSound) Audio & Video (Audio)AudioToolboxDemonstrates use of System Sound Services (AudioToolbox/AudioServices.h) to play alerts and user-interface sound effects, and to invoke vibration.
aurioTouch Audio & Video (Audio)AudioUnitaurioTouch demonstrates use of the remote i/o audio unit for handling audio input and output. The application can display the input audio in one of the forms, a regular time domain waveform, a frequency domain waveform (computed by performing a fast fourier transform on the incoming signal), and a sonogram view (a view displaying the frequency content of a signal over time, with the color signaling relative power, the y axis being frequency and the x as time). Tap the sonogram button to switch to a sonogram view, tap anywhere on the screen to return to the oscilloscope. Tap the FFT button to perform and display the input data after an FFT transform. Pinch in the oscilloscope view to expand and contract the scale for the x axis.
AVARLDelegateDemo Audio & VideoAVFoundationThe sample code depicts three different use cases of AVAssetResourceLoaderDelegate (for Identity encryption use case scenarios) for HLS (HTTP Live streaming): - Redirect handler (redirection for the HTTP live streaming media files) - Fetching Encryption keys for the HTTP live streaming media (segments) - Custom play list generation (index file) for the HTTP live streaming.
AVCam for iOS Audio & VideoAVFoundationAVCam demonstrates how to use the AV Foundation capture APIs for recording movies and taking still images. There is a record button for recording movies, a camera button for switching between front and back cameras (on supported devices), and a still button for taking still images. It runs only on an actual device, either an iPad or iPhone, and cannot be run in the simulator.
AVCamManual: Using the Manual Capture API ?AVFoundationAVCamManual adds manual controls for focus, exposure, and white balance to the AVCam sample application.
AVCaptureAudioDataOutput To AudioUnit iOS Audio & Video (Audio)AVFoundationAVCaptureToAudioUnit for iOS demonstrates how to use the CMSampleBufferRefs vended by AVFoundation's capture AVCaptureAudioDataOutput object with various CoreAudio APIs. The application uses a AVCaptureSession with a AVCaptureAudioDataOutput to capture audio from the default input, applies an effect to that audio using a simple delay effect AudioUnit and writes the modified audio to a file using the CoreAudio ExtAudioFile API. It also demonstrates using and AUGraph containing an AUConverter to convert the AVCaptureAudioDataOutput provided data format into a suitable format for the delay effect.
AVCompositionDebugVieweriOS Audio & VideoAVFoundationThis sample application has an AVCompositionDebugView which presents a visual description of the underlying AVComposition, AVVideoComposition and AVAudioMix objects which form the composition made using two clips, adding a cross fade transition in between and audio ramps to the two audio tracks. The visualization provided by the sample can be used as a debugging tool to discover issues with an incorrect composition/video composition. For example: a break in video composition would render black frames to screen, which can easily be detected using the visualization in the sample.
AVCustomEdit Audio & VideoAVFoundationThe sample demonstrates the use of custom compositors to add transitions to an AVMutableComposition. It implements the AVVideoCompositing and AVVideoCompositionInstruction protocols to have access to individual source frames, which are then be rendered using OpenGL off screen rendering.
AVLoupe Audio & Video (Video)AVFoundationThis sample demonstrates how to use multiple synchronized AVPlayerLayer instances, associated with a single AVPlayer, to efficiently produce non-trivial presentation of timed visual media. Using just one AVPlayer this sample demonstrates how you can display the same video in multiple AVPlayerLayers simultaneously. With minimal code you can create very customized and creative forms of video display. As an example, this sample demonstrates an interactive loupe, or magnifying glass, for video playback. This is similar to features that you might have used in iPhoto and Aperture.
AVMovieExporter Audio & Video (Video)AVFoundationThis universal sample application reads movie files from the Asset Library and Media Library then exports them to a new media file using user defined settings. The user can adjust the exported file in the following ways:
AVPlayerDemo Audio & Video (Video)AVFoundationUses AVPlayer to play videos from the iPod Library, Camera Roll, or via iTunes File Sharing. Also displays metadata.
AVSimpleEditoriOS Audio & VideoAVFoundationAVSimpleEditor is a simple AVFoundation based movie editing application which exercises the APIs of AVVideoComposition, AVAudioMix and demonstrates how they can be used for simple video editing tasks. It also demonstrates how they interact with playback (AVPlayerItem) and export (AVAssetExportSession). The application performs trim, rotate, crop, add music, add watermark and export. This sample is ARC-enabled.
AVTimedAnnotationWriter: Using Custom Annotation Metadata for Movie Writing and Playback ?AVFoundationDemonstrates how to use the AVAssetWriterInputMetadataAdaptor API to write circle annotation metadata during video playback. The captured movie file has video, audio and metadata track. The metadata track contains circle annotation which is vended during playback using AVPlayerItemMetadataOutput.
avTouch Audio & Video (Audio)AVFoundationThe avTouch sample demonstrates use of the AVAudioPlayer class for basic audio playback.
Bananas: A simple SceneKit platforming game Graphics & Animation (3D Drawing)SceneKitThis sample shows how to build a basic game using Scene Kit, demonstrating physics, rendering techniques, lighting, actions and animation.
Blurring and Tinting an Image Graphics & AnimationUIKitUIImageEffects demonstrates how to create and apply blur and tint effects to an image using the vImage, Quartz, and UIKit frameworks. The vImage framework is suited for high-performance image processing. Using vImage, your app gets all the benefits of vector processing without the need for you to write vectorized code.
BonjourWeb Networking & Internet (Services & Discovery)FoundationThis application illustrates the fundamentals of browsing for network services using Bonjour. The BonjourBrowser hierarchically displays Bonjour domains and services as table views in a navigation controller. The contents of the table views are discovered and updated dynamically using NSNetServiceBrowser objects. Tapping an item in the services table causes the corresponding NSNetService object to be resolved asynchronously. When that resolution completes, a delegate method is called which constructs a URL and opens it in Safari.
BracketStripes: Using the Bracketed Capture API ?AVFoundationBracketStripes This sample illustrates the use of still image bracketing APIs available in AVFoundation. Two types of brackets are demonstrated: 1. Auto-exposure brackets with exposure target bias, and 2. Manual exposure with control over ISO and exposure duration. As each of the bracketed frames are captured in real-time, they are "striped" into a destination image buffer and later shown in a modal image viewer so each of the captured frames can be compared side-by-side.
Breadcrumb User ExperienceMapKitDemonstrates how to draw a path using the Map Kit overlay, MKOverlayView, that follows and tracks the user's current location. The included CrumbPath and CrumbPathView overlay and overlay view classes can be used for any path of points that are expected to change over time. It also demonstrates what is needed to track the user's location as a background process.
BTLE Central Peripheral Transfer ?CoreBluetoothThis sample shows how to transfer data from an iOS device in CoreBluetooth Peripheral Mode to another in Central Mode, by using a CBCharacteristic on the Peripheral side that changes its value. The value change is automatically picked up on the Central side.
Checking and Requesting Access to Data Classes in Privacy Settings Security?"PrivacyPrompts" shows how to check and request access to data classes such as Location, Contacts, and social media in Privacy Settings on iOS.
CloudCaptions: How integrate CloudKit into your application ?CloudKitThis sample shows how to use CloudKit to upload and retrieve CKRecords and associated assets. In this example, there are two record types, an image record type and a post record type. Users are able to upload their own photos or select an image already found in an image record type. This example also uses an NSPredicate in its CKQueries to filter results based on tags.
CloudKitAtlas: An Introduction to CloudKit ?CloudKitCloudKitAtlas is a sample intended as a quick introduction to CloudKit. It teaches you how to use discoverability to get the first name and last name of the user logged into iCloud. It can add a CKRecord with a location and query for CKRecords near a location. You can upload and retrieve images as CKAssets. It also shows how to use CKReferences with CKReferenceActionDeleteSelf so the child records are deleted when the parent record is deleted. Finally, it also shows how to use CKSubscription to get push notifications when a new item is added for a record type.
Collection View Transition User Experience (Windows & Views)UIKitThis sample illustrates how to create a custom transition when navigating between two collection views in a navigation hierarchy managed by a navigation controller. The transition can be interrupted and reversed. It uses a subclass of UICollectionViewTransitionLayout to help in the transition of the cell positions based on gesture position.
CollectionView-Simple ?UIKitDemonstrates how to use UICollectionView, a way to present ordered data to users in a grid-like fashion. With a collection view object, you are able to define the presentation and arrangement of embedded views. The collection view class works closely with an accompanying layout object to define the placement of individual data items. In this example UIKit provides a standard flow-based layout object that you can use to implement multi-column grids containing items of a standard size.
Concurrent operations using Core Data User Experience (Tables)CoreDataDemonstrates how to use Core Data in a multi-threaded environment, following the first recommended pattern mentioned in the Core Data Programming Guide.
Core Audio Utility Classes Audio & Video (Audio)CoreAudioThe "CoreAudio" folder contains the Public Utility sources (PublicUtility folder) as well as base classes required for codec and audio unit development. These utility classes are used by various Apple Core Audio sample project and extend or wrap Core Audio API's.
Core Data Transformable Attributes Data ManagementCoreDataThis sample illustrates a Core Data application that uses more than one entity and uses transformable attributes. It also shows inferred migration of the persistent store.
Core Image Filters with Photos and Video for iOS Graphics & Animation (2D Drawing)CoreImageThe CIFunHouse project shows how to apply Core Image built in and custom CIFilters to photos and video. The application presents view controllers for adding photo and video sources, choosing CIFilters from a list, and making live adjustments to filter parameters. The project also contains code for custom CIFilter subclasses for effect such as Sobel edge detection, old-style-film, and fake-depth-of-field looks. The code also demonstrates how to save a filtered video stream to the ALAssetsLibrary while simultaneously previewing the video on the display.
CoreBluetooth Temperature Sensor ?CoreBluetoothA simple iOS iPhone application that demonstrates how to use the CoreBluetooth Framework to connect to a Bluetooth LE peripheral and read, write and be notified of changes to the characteristics of the peripheral.
CoreDataBooks Data ManagementCoreDataThis sample illustrates a number of aspects of working with the Core Data framework with an iOS application:
CoreTextPageViewer User Experience (Windows & Views)CoreTextThis sample shows how to use Core Text to display large bodies of text, text with mixed styles, and text with special style or layout requirements, such as use of custom fonts. A version of this sample was used in the "Advanced Text Handling for iPhone OS" WWDC 2010 Session.
CryptoExercise SecuritySecurityThis sample demonstrates the use of the two main Cryptographic API sets on the iPhone OS SDK. Asymmetric Key Encryption and random nonce generation is handled through the Security framework API set, whereas, Symmetric Key Encryption and Digest generation is handled by the CommonCrypto API set. The CryptoExercise sample brings both of these APIs together through a network service, discoverable via Bonjour, that performs a "dummy" cryptographic protocol between devices found on the same subnet.
CurrentAddress User ExperienceMapKitDemonstrates basic use of MapKit, displaying a map view and setting its region to current location.
Custom Animatable Property Graphics & Animation (Animation)CoreGraphicsShows how to leverage Core Animation’s timing and rendering callbacks to implement custom animatable properties for CALayer subclasses. This technique is supported whether your CALayer subclass belongs to a UIView or is standalone. Both explicit and implicit animation triggers are demonstrated, as well as basic and keyframe animation types.
Custom Section Titles with NSFetchedResultsController Data ManagementCoreData"DateSectionTitles" shows how to create section information for NSFetchedResultsController using dates.
CustomContentAccessibility User ExperienceUIKitThis sample, previously known as WWDCMaps, shows you how to support accessibility in a custom drawing UIView and UIControl, demonstrates how to create an accessibility element for each map item, and implement UIAccessibilityContainer protocol in the container view to interact with iOS accessibility system. The Guided Access Restriction API, which is newly introduced in iOS 7 for restricting functions when Guided Access enabled, is also demonstrated in this sample.
CustomHTTPProtocol Networking & InternetFoundationCustomHTTPProtocol shows how to use an NSURLProtocol subclass to intercept the NSURLConnections made by a high-level subsystem that does not otherwise expose its network connections. In this specific case, it intercepts the HTTPS requests made by a web view and overrides server trust evaluation, allowing you to browse a site whose certificate is not trusted by default.
Customizing UINavigationBar User Experience (Controls)UIKitNavBar demonstrates using UINavigationController and UIViewController classes together as building blocks to your application's user interface. Use it as a reference when starting the development of your new application. The various pages in this sample exhibit different ways of how to modify the navigation bar directly, using the appearance proxy, and by modifying the view controller's UINavigationItem. Among the levels of customization are varying appearance styles, and applying custom left and right buttons known as UIBarButtonItems.
DateCell User Experience (Tables)UIKitDemonstrates formatted display of date objects in table cells and use of UIDatePicker to edit those values.
DocInteraction Data Management (File Management)UIKitDemonstrates how to use UIDocumentInteractionController to obtain information about documents and how to preview them. There are two ways to preview documents: one is to use UIDocumentInteractionController's preview API, the other is directly use QLPreviewController. This sample also demonstrates the use of UIFileSharingEnabled feature so you can upload documents to the application using iTunes and then to preview them. With the help of "kqueue" kernel event notifications, the sample monitors the contents of the Documents folder.
DownloadFont ?CoreTextDemonstrates how to download fonts on demand on iOS 6 and later.
EADemo Data Management (Device Information)ExternalAccessoryThe sample can be used with any Made For iPod (MFI) device designed for use with the External Accessory Framework. The application will display an External Accessory attached device in the Accessories window, provide information registered by the MFI device, and provides methods to send and receive data to the device.
Enumeration Sample ?FoundationEnumerationSample is a command line project that demonstrates how to implement a class that supports block-based enumeration, fast enumeration, enumeration using NSEnumerator, and subscripting. While provided as a OS X application, the techniques demonstrated by this sample are fully applicable to iOS development.
Example app using Photos framework ?PhotosA basic Photos-like app which introduces the Photos framework. - List albums, folders and moments - Display the contents of the moments, or a single album - Display the content of a single photo or video (and allow playback in the case of a video) - Allow the following actions: simple single-click edit of a photo creating an album and adding assets to it re-ordering of assets in an album removing assets from an album deleting assets and albums (un)hiding an asset from moments * favoriting an asset
Extended Audio File Conversion Test Audio & Video (Audio)AudioToolboxDemonstrates using ExtAudioFile API to convert from one audio format and file type to another.
Fit: Store and Retrieve HealthKit Data ?HealthKitFit is a sample intended as a quick introduction to HealthKit. It teaches you everything from writing data into HealthKit to reading data from HealthKit. This information may have been entered into the store by some other app; e.g. a user's birthday may have been entered into Health, and a user's weight by some popular weight tracker app. Fit shows examples of using queries to retrieve information from HealthKit using sample queries and statistics queries. Fit gives you a quick introduction into using the new Foundation classes NSLengthFormatter, NSMassFormatter, and NSEnergyFormatter.
Footprint: Indoor Positioning with Core Location ?CoreLocationUse Core Location to take a Latitude/Longitude position and project it onto a flat floorplan. Demonstrates how to do the conversion from the Geographic coordinates system (Latitude/Longitude) to the floorplan's image coordinate system (x,y).
GenericKeychain SecuritySecurityThis sample shows how to add, query for, remove, and update a keychain item of generic class type. Also demonstrates the use of shared keychain items. All classes exhibit very similar behavior so the included examples will scale to the other classes of Keychain Item: Internet Password, Certificate, Key, and Identity.
GeocoderDemo Data ManagementCoreLocationThis sample application demonstrates using a CLGeocoder instance to perform forward and reverse geocoding on strings and dictionaries. The application also includes an example distance calculator that will display the distance between two placemarks.
Get Battery Status Data Management (Device Information)UIKitDemonstrates the use of the battery status properties and notifications provided via the iOS SDK.
GKAchievements GeneralGameKitAbstract: Provide an example of how to successfully submit achievements and store them when submission fails.
GKAuthentication GeneralGameKitAn example of how to successfully authenticate using GameKit.
GKLeaderboards GeneralGameKitGKLeaderboard is a sample application that shows how to correctly submit a score and view them using GKLeaderboardViewController.
GKTapper ?GameKitGKTapper is a sample application that shows how to support GameCenter Leaderboards and Achievements. It also demonstrates using GKLeaderboardViewController and GKAchievementViewController to display this data.
GLAirplay User ExperienceOpenGLESDemonstrates how to provide a richer experience to your users when they are using Airplay by displaying your UI on the iPhone/iPad and your app/game contents on the second display.
GLCameraRipple Audio & Video (Video)AVFoundationThis sample demonstrates how to use the AVFoundation framework to capture YUV frames from the camera and process them using shaders in OpenGL ES 2.0. CVOpenGLESTextureCache, which is new to iOS 5.0, is used to provide optimal performance when using the AVCaptureOutput as an OpenGL texture. In addition, a ripple effect is applied by modifying the texture coordinates of a densely tessellated quad.
GLEssentials Graphics & Animation (3D Drawing)OpenGLESThis sample provides examples of some essential techniques for using the OpenGL and OpenGL ES API. It includes usages of Vertex Buffer Objects (VBOs), Vertex Array Objects (VAOs), Framebuffer Objects (FBO), and GLSL Program Objects. It creates a VAO and VBOs from model data loaded in. It then creates a texture for the model from image data and GLSL shaders from source also loaded in. Finally, it creates an FBO and texture to render a reflection of the model. It uses an environment mapping GLSL program to apply the reflection texture to a plane.
GLGravity Graphics & Animation (3D Drawing)OpenGLESThe GLGravity sample application demonstrates how to use the UIAccelerometer class in combination with OpenGL rendering. It shows how to extract the gravity vector from the accelerometer values using a basic low-pass filter, and how to build an OpenGL transformation matrix from it.
GLImageProcessing Graphics & Animation (3D Drawing)OpenGLESThe GLImageProcessing sample application demonstrates how to implement simple image processing filters (Brightness, Contrast, Saturation, Hue rotation, Sharpness) using OpenGL ES1.1. The sample also shows how to create simple procedural button icons using CoreGraphics.
GLPaint Graphics & Animation (3D Drawing)OpenGLESThe GLPaint sample application demonstrates how to support single finger painting using OpenGL ES. This sample also shows how to detect a "shake" motion of the device. By looking at the code you'll see how to set up an OpenGL ES view and use it for rendering painting strokes. The application creates a brush texture from an image by first drawing the image into a Core Graphics bitmap context. It then uses the bitmap data for the texture.
GLTextureAtlas Graphics & Animation (3D Drawing)OpenGLESThis sample demonstrates how to use a texture atlas to draw multiple objects with different textures simultaneously using OpenGL ES. The application uses a texture atlas in the PVR format. By adding in degenerated triangles, and compute 3D transformations ourselves using matrices, we are able to collapse all the draw calls into one.
Handling Touches Using Responder Methods and Gesture Recognizers Data Management (Event Handling)UIKitThis sample contains two applications that demonstrate how to handle touches, including multiple touches that move multiple objects: "Touches_Responder" demonstrates how to handle touches using UIResponder's: touches began, touches moved, and touches ended methods. "Touches_GestureRecognizers" demonstrates how to use UIGestureRecognizer objects to handle touch events.
HazardMap ?MapKitDemonstrates how to create a custom Map Kit overlay to display USGS earthquake hazard data. It shows how to create a custom Map Kit overlay and corresponding view to display USGS earthquake hazard data on top of an MKMapView.
HeadsUpUI User Experience (Windows & Views)UIKitDemonstrates how to implement a Heads Up or HUD-like user interface over the app's primary view controller. This essentially mimics the behavior of the MPMoviePlayerController's hovering controls for controlling movie playback. Developers can refer to this sample for best practices in how to implement this translucent kind of interface complete with animation and timer support.
HelloGoodbye: Using the Accessibility API to Widen Your User Base ?UIKitThis project shows you how to use the Accessibility API to widen your user base. It demonstrates how you can adjust your user interface when a user has Bold Text, Reduce Transparency, Darken Colors, or Reduce Motion enabled. It also contains examples of API you can implement to allow a VoiceOver or Switch Control user to interact with your app.
HelloWorld User ExperienceUIKitHelloWorld demonstrates how to use a keyboard to enter text into a text field and how to display the text in a label.
HomeKit Catalog GeneralHomeKitDemonstrates how to use the HomeKit API, and provides a sample UI for creating homes, controlling accessories, grouping accessories into rooms and zones, creating action sets to tie together multiple actions, creating timer triggers to fire action sets at specific times, and creating service groups to group services into contexts.
iAdInterstitialSuite ?iAdiAdInterstitialSuite contains two applications that demonstrate the usage of the ADInterstitialAd introduced in iOS 4.3.
iAdSuite ?iAdiAdSuite is a set of samples demonstrating how to manage an ADBannerView in many common scenarios, each scenario demonstrated in a particular sample application.
iAdSuite with Storyboards User ExperienceiAdiAdSuite is a set of samples demonstrating how to manage an ADBannerView in many common scenarios, each scenario demonstrated in a particular sample application.
Inter-App Audio Examples Audio & Video (Audio)AudioUnitThis suite of samples includes three projects that together illustrate Inter-App Audio feature.
Internationalization and Localization for iOS Data Management (Strings, Text, & Fonts)UIKitDrawing from the existing Cocoa Internationalization Mountains sample, this sample shows how to integrate, design and programmatically access localized resources and data in an iOS application. This sample uses multiple localized views, localized formatted strings, localized application data, localized info.plist strings, and a localized application preferences settings bundle. The sample is localized in three languages: English, French, and Traditional Chinese.
iPhoneCoreDataRecipes Data ManagementCoreDataThis sample shows how you can use view controllers, table views, and Core Data in an iPhone application.
iPhoneMultichannelMixerTest Audio & Video (Audio)AudioUnitDemonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created each with input volume controls. An overall mixer output volume control is also provided and each bus may be enabled or disabled.
KeyboardAccessory User ExperienceUIKitShows how to use a keyboard accessory view.
KeychainTouchID: Using Touch ID with Keychain and LocalAuthentication ?LocalAuthenticationKeychainTouchID shows how to store Touch ID protected items to the keychain and how to query for the items with custom message prompts. It also shows how to use the new keychain item accessibility class which invalidates items when the passcode is removed. It also shows how to use LocalAuthentication to invoke Touch ID verification without involving the keychain.
KMLViewer ?MapKitDemonstrates how to display KML files on top of a MKMapView. It shows how to use MapKit's Annotations and Overlays to display KML files on top of an MKMapView.
Large Image Downsizing Graphics & AnimationCoreGraphicsThis code sample demonstrates a way to support displaying very large images in limited memory environments by turning a large image on disk into a smaller image in memory. This is useful in situations where the original image is too large to fit into memory as required for it to be displayed.
LaunchMe Data Management (Event Handling)UIKitThe LaunchMe sample application demonstrates how to implement a custom URL scheme to allow other applications to interact with your application. It registers the "launchme" URL scheme, of which URLs contain an HTML color code (e.g. #FF0000 or #F00). The sample shows how to handle an incoming URL request by overriding -application:openURL:sourceApplication:annotation: to properly parse and extract information from the requested URL before updating the user interface.
LazyTableImages User Experience (Tables)UIKitThis sample demonstrates a multi-stage approach to loading and displaying a UITableView. It begins by loading the relevant text from an RSS feed so the table can load as quickly as possible, and then downloads the images for each row asynchronously so the UI is more responsive.
ListAdder Data ManagementFoundationThis sample demonstrates the technique of thread confinement using NSOperation. It was written to support TN2109 "Simple and Reliable Threading with NSOperation".
Lister (for Apple Watch, iOS, and OS X) User Experience?Lister is a document based productivity app for iOS 8, OS X 10.10, and Apple Watch. It demonstrates Apple Watch integration; using iCloud to share content between multiple app targets and platforms; using App Groups to share local content between apps and extensions on a single device; creating App Extensions to provide Today Widgets and Watch Apps; and defining a framework to share common code between multiple targets. The Lister sample app is provided in both Swift and Objective-C.
LocateMe Data Management (Device Information)CoreLocationThis demonstrates the two primary use cases for the Core Location Framework: getting the user's location and tracking changes to the user's location.
LookInside: Presentation Controllers, Adaptivity, and Custom Animator Objects ?UIKitThis example shows how to use a custom presentation controller to create a custom view controller presentation. It provides a transitioning delegate to the view controller, which vends a presentation controller and animator object.
Managed App Configuration General?"ManagedAppConfig" demonstrates how to implement managed app configuration and feedback support in an iOS application. This functionality allows a Mobile Device Management (MDM) server to push down a dictionary into the managed app's NSUserDefaults for the purposes of remotely configuring settings. Also, feedback (such as critical errors) can be written by the app into NSUserDefaults which can then be queried by an MDM server. This is a powerful mechanism enterprise and educational institutions can use to remotely configure managed applications from a centralized MDM server.
MapCallouts User ExperienceMapKitDemonstrates the use of the MapKit framework, displaying a map view with custom MKAnnotations each with custom callouts or custom MKAnnotationViews. An annotation object on a map is any object that conforms to the MKAnnotation protocol and is displayed on the screen as a MKAnnotationView. Through the use of the MKAnnotation protocol and MKAnnotationView, this application shows how you can extend annotations with custom strings and left/right calloutAccessoryViews.
MapSearch Data ManagementMapKitDemonstrates how to programmatically search for map-based addresses and points of interest using the MKLocalSearch class. It initiates a search for map-based content using a natural language string. A user can type "coffee", press search and it will find all the coffee places nearby. The places found are centered around the user's current location. Once the search results have been found, the sample shows various ways to display the results. It demonstrates how to use MKLocalSearchCompletionHandler and populate the UITableView with the search results.
MessageComposer User ExperienceMessageUIThis application shows how to use the MessageUI framework to compose and send email and SMS messages from within your application.
MetalBasic3D Graphics & Animation (3D Drawing)MetalThis Metal example has been ported from the Xcode OpenGL ES template and includes a reusable view class and a geometric math library built on top of the simd.h library. The math library has been created for performing geometric graphics operations within Metal's left hand coordinate system and is used in this sample to set up a basic perspective, look at and model view projection matrix for objects rendered in the scene. Each cube is renderered individually using a basic 3D lighting shader with diffuse and ambient components. Additional effects have been added to one of the spinning cubes from the template to demonstrate altering a single object's uniform values per frame while keeping the other constant, all the while sharing the same buffer in memory. The cube geometry is defined with interlaced vertex and normal data and demonstrates how stride can be read within a shader.
MetalDeferredLighting Graphics & Animation (3D Drawing)MetalMetalDeferredLighting is designed as an example of rendering of a g-buffer and light accumulation in a single render encoder in one pass using programmable blending. In this sample, we render in 2 passes. As such it is also an example of a multipass renderer in Metal. A "pass" in this case is defined as all draws to a texture before swapping it out for a new texture. The first pass renders a shadow map based on the calculated position of a sun. The second pass performs a deferred lighting algorithm by writing to and reading from a framebuffer containing 4 color attachments. Three of the attachments are seeded with the g-buffer values (albedo, linear depth, normal). Next, light primitives are rendered to accumulate light into the light accumulation attachment, reading the g-buffer values directly from the other attachments. A full screen quad combines the light accumulation buffer with the albedo texture, samples the shadow map as a texture, and applies the light contribution from the sun. The results of this composition pass overwrites the albedo attachment with the final composited output. Lastly, particles representing each point light (lovingly called fairies) are rendered on top. What began as the albedo texture in the g-buffer now contains the final value, which can be presented to the display as its texture is the CAMetalLayer's drawable texture.
MetalImageProcessing Graphics & Animation (3D Drawing)MetalThis sample extends the textured quad sample by adding a Metal compute encoder to convert the image to greyscale. Note the compute encoder is part of the same pass as the render encoder and hence demonstrates how you can use the same shared CPU/GPU data across compute and rendering.
MetalInstancedHelix ?MetalThis example renders a set of cubes using Metal and alternates their colors by modifying each cube's uniforms directly in the shared CPU/GPU memory buffer. Several parameters can be modified directly in the AAPLRenderer.mm file including the number of cubes and their size. The cubes are rendered into a helix path using spherical coordinate system to get x,y,z for the translation matrix. Each cube is renderered individually using a basic 3D phong lighting shader, but drawn in only a single draw call using Metal's instancing API. Note, for each frame, each cube's transformation matrix is update along with its color, therefore in each frame the sample must traverese through 2n cubes.
MetalShaderShowcase ?MetalMetal Shader Showcase demonstrates a variety of visual techniques optimized with Metal. It contains 7 unique shaders: a Phong shader, a wood shader, a fog shader, a cel shader, a normal map shader, and a particle system shader. Using the Metal reflection API, the renderer queries the shaders for what arguments are needed and presents them to the render encoder.
MetalTexturedQuad Graphics & Animation (3D Drawing)MetalThis sample shows how to create a basic textured quad in metal. It includes all transformations needed to ensure correct rendering orientation of the textured quad.
MetalUniformStreaming Graphics & Animation (3D Drawing)MetalMetal creates data buffer resources that can be read and written to on the CPU and GPU asynchronously. This example demonstrates using a data buffer to set uniforms for the vertex and fragment shaders.
MetalVertexStreaming Graphics & Animation (3D Drawing)MetalThis sample shows how to stream vertex data between 3 command buffers using one block of memory shared by both the CPU and GPU. The original data is copied back into the Metal shared CPU/GPU buffer every frame and modified directly in the buffer to animate the triangle.
MetalVideoCapture ?MetalThis sample demonstrates how to stream captured video textures (from the front facing camera on an iOS device) into a 3D scene rendered with Metal. The video texture is combined with an environment map reflection from a cubemap (which is also rendered seperatly as the starfield skybox) and a 2D mipmap PVRTC texture (copper metal texture).
Mixer iPodEQ AUGraph Test Audio & VideoCoreAudioDemonstrates how to build an Audio Unit Graph connecting a MultiChannel Mixer to the iPodEQ unit then to the RemoteIO unit.
MotionEffects User ExperienceUIKitMotionEffects demonstrates applying motion effects to views in order to enhance the illusion of depth by creating parallxing effects. This sample is broken down into three different parts, each demonstrating a unique way to use motion effects.
MotionGraphs User ExperienceCoreMotion"MotionGraphs" demonstrates a how to use the push method to receive data from Core Motion. It displays graphs of accelerometer, gyroscope, and device motion data.
MoveMe User ExperienceUIKitThis application illustrates simple drawing, touch handling, and animation using UIKit and Core Animation.
MoviePlayer Audio & Video (Video)MediaPlayerDemonstrates how to use the Media Player framework to play a movie from a file or network stream, and configure the movie background color, playback controls, background color and image, scaling and repeat modes. It also shows how to draw custom overlay controls on top of the movie during playback.
MTAudioProcessingTap Audio Processor Audio & VideoAVFoundationSample application that uses the MTAudioProcessingTap in combination with AV Foundation to visualize audio samples as well as applying a Core Audio audio unit effect (Bandpass Filter) to the audio data.
MultipeerGroupChat Networking & InternetMultipeerConnectivityMultipeer Group Chat is an example application which builds on the Multipeer Connectivity framework for discovering, connecting, and sharing data between "nearby" peers. This application uses framework based UI for connecting to local peers and the framework convenience API for exhanging text messages and image resources between devices.
Multiple Selection with UITableView User Experience (Tables)UIKit"TableMultiSelect" demonstrates the use of multiple selection of table cells in UITableView, in particular using multiple selection to delete one or more items.
MultipleDetailViews User Experience (Windows & Views)UIKitThis sample shows how you can use UISplitViewController to manage the presentation of multiple detail views in conjunction with a navigation hierarchy.
MusicCube Graphics & Animation (3D Drawing)GLKitMusicCube demonstrates basic use of OpenGL ES, OpenAL, and Audio File Services on the iPhone for manipulating sound in a 3D environment. The four modes in the application illustrate how the sound volume and balance will change based on the position of the omnidirectional sound source and the position and rotation of the listener. Tap on the screen to switch between modes.
MVCNetworking Networking & Internet?MVCNetworking is a sample that shows how to create a network application using the Model-View-Controller design pattern. Specifically, it displays a photo gallery by getting the gallery's XML description, thumbnails and photos from a web server, and uses Core Data to cache this information locally.
MyImagePicker GeneralAssetsLibraryDemonstrates how to create an image picker user interface using the AssetsLibrary framework to display all albums, events and faces synced from iTunes.
oalTouch Audio & Video (Audio)OpenALThe code uses OpenAL to play a single audio source. Move source or listener position by dragging icons around on the grid. Turn accelerometer functionality on to set listener orientation by tilting the device.
Packaged Document for iOS Data Management (File Management)Foundation"PackagedDocument_iOS" is a sample application for opening, editing and saving packaged documents using UIDocument and NSFileWrapper. This sample is ARC-enabled (Automatic Reference Counting).
PageControl User ExperienceUIKitThis application primarily demonstrates use of UIScrollView's paging functionality to use horizontal scrolling as a mechanism for navigating between different pages of content. With the iPad, this type of user interface is not really necessary since the screen is larger allowing for more content and detailed information.
pARk Data Management (Event Handling)CoreMotionpARk is an application project that demonstrates a how to use Core Motion's true north-referenced attitude API. It contains a UIView subclass, ARView, that displays a live camera feed with places-of-interest overlaid at the appropriate coordinates. The places-of-interest used are some famous parks around the world.
PhotoHandoff: Implementing NSUserActivity to hand off user actions ?UIKitDemonstrates how to use NSUserActivity, based on “CollectionView-Simple” sample. It is a universal sample that runs native both on iPhone and iPad. - Enable Handoff for both devices (Settings -> General -> Enable Handoff) - Both devices must be logged into the same iCloud account - Bluetooth must be turned on (Settings -> Bluetooth)
PhotoMap User ExperienceMapKitThe PhotoMap sample demonstrates how to load and display geotagged photos as Map Kit annotations. It further demonstrates how to cluster multiple annotations together to reduce on-screen clutter.
PhotosByLocation GeneralAssetsLibraryDemonstrates how to use the AssetsLibrary APIs to provide a custom image picking UI. The user experience is centered around the idea of using the assets location and time metadata as a basis for certain features.
PhotoScroller User ExperienceUIKit"PhotoScroller" demonstrates the use of embedded UIScrollViews and CATiledLayer to create a rich user experience for displaying and paginating photos that can be individually panned and zoomed. CATiledLayer is used to increase the performance of paging, panning, and zooming with high-resolution images or large sets of photos.
PocketCoreImage Graphics & AnimationCoreImageThis sample demonstrates applying Core Image filters to a still image. The filter configuration is done automatically (using random numbers) and multiple filters may be applied at the same time. While this sample uses a preset list of filters that the user may select from, code is provided in the next section which demonstrates asking the system for a list of filters.
Popover Controllers in iOS User Experience (Windows & Views)UIKit"Popovers" shows how to use UIPopoverController in iOS, including presentation, dismissal, and rotation of popovers. The sample uses a UISplitViewController to show how to present popovers from bar button items. It also demonstrates how you can ensure that multiple UIPopoverControllers are never presented at the same time.
PrefsInCloud Data Management?A simple iOS iPhone application that demonstrates how to use iCloud key-value store to share a single piece of data, its background color, with the same app on other iOS devices. It uses NSUbiquitousKeyValueStore to achieve this by storing a simple NSInteger representing a chosen color index.
PrintPhoto Graphics & Animation (2D Drawing)UIKitPrintPhoto demonstrates how to print photos. The application allows a user to view and print any photo from the user's photo library. It initially presents a photo that is built into the application's bundle but by touching the photo picker icon you can choose any photo in the library.
PVRTextureLoader Graphics & Animation (3D Drawing)OpenGLESThis application illustrates how to load PVR texture files using the included PVRTexture class and then display them using OpenGL.
Quartz Composer Conceptual Compositions Graphics & AnimationQuartzCoreCompositions that demonstrate how to implement composition flow, image flow, music visualizer and other effects using Quartz Composer.
Quartz Composer HistogramOperation Graphics & Animation?A Quartz Composer plug-in that alters a source image according to the histogram of another image.
Quartz Composer IMStatus Graphics & Animation?A Quartz Composer plug-in that returns information about the logged in user and his or her buddies on a given instant messaging service.
Quartz Composer iPatch Graphics & Animation?A Quartz Composer plug-in that converts any name to an "iName".
Quartz Composer SQLiteQuery Graphics & Animation?A Quartz Composer plug-in that performs a query on a local SQlite database.
Quartz2D for iOS Graphics & Animation (2D Drawing)CoreGraphicsQuartzDemo is an iOS application that demonstrates many of the Quartz2D APIs made available by the CoreGraphics framework. Quartz2D forms the foundation of all drawing on iPhone OS and provides facilities for drawing lines, polygons, curves, images, gradients, PDF and many other graphical facilities.
QuickContacts Data Management (Contact Data)AddressBookQuickContacts demonstrates how to use the Address Book UI controllers and various properties such as displayedProperties, allowsAddingToAddressBook, and displayPerson. It shows how to browse a list of Address Book contacts, display and edit a contact record, create a new contact record, and update a partial contact record.
Reachability Networking & Internet (Services & Discovery)SystemConfigurationThe Reachability sample application demonstrates how to use the SystemConfiguration framework to monitor the network state of an iOS device. In particular, it demonstrates how to know when IP can be routed and when traffic will be routed through a Wireless Wide Area Network (WWAN) interface such as EDGE or 3G.
Real-time Video Processing Using AVPlayerItemVideoOutput Audio & Video (Video)AVFoundationAVBasicVideoOutput demonstrates how to perform real-time video processing using AVPlayerItemVideoOutput and how to display processed video frames on screen using CAEAGLLayer and CADisplayLink. AVPlayerItemVideoOutput provides sample buffers (CVPixelBufferRef) which are then adjusted for their luma (Y) and chroma (UV) values based on the input from a user via UISliders. These processed pixel buffers are then rendered to a CAEAGLLayer.
Reflection Graphics & Animation (2D Drawing)UIKitThis sample shows how to implement a "reflection" special effect on a given UIImageView most commonly seen in iTunes and iPod player apps.
Regions User ExperienceMapKitThis sample demonstrates proper use of region monitoring, significant location changes, and handling location events in the background on iOS. The sample uses an MKMapView that allows the user to add and remove regions to monitor, as well as a UITableView to display the region enter/exit/fail events that occur. When the application goes into the background, location updates are stopped and significant location changes are started. Likewise, when the application enters the foreground, location updates are started again and significant location changes are stopped. When location updates occur in the background, a badge is added to the homescreen icon displaying the number of region enter/exit/fail events logged.
RosyWriter Audio & Video (Video)AVFoundationRosyWriter
Sample Photo Editing Extension Languages & Utilities (Graphics Tools)UIKitThis sample shows how to implement a Photo Editing extension. This extension allows the user to select a filter effect to apply to the photo or video selected in Photos or Camera.
Sample Print Page Renderer Graphics & AnimationUIKitThis sample demonstrates taking full control over the printed page using a UIPrintPageRenderer subclass. In addition to drawing full-page custom content, custom headers, and footers, it also shows how UIPrintFormatters can be utilized to do some heavy lifting.
Sampler Unit Presets (LoadPresetDemo) Audio & Video (Audio)AudioUnitThis sample code project shows how to create an an iOS audio processing graph containing a Sampler audio unit and how to configure the sampler by loading an AUPreset file that was created in Mac OS X. The project also shows how to start the graph and trigger note-on and note-off events to audition the presets.
SceneKit State of the Union Demo ?SceneKitThis sample shows how the demo for the state the of union was realized. It includes examples of physics simulation, particles, collisions, physics field, 3D text, the integration with SpriteKit and custom GLSL shaders.
SceneKit Vehicle Demo ?SceneKitThis sample code shows how to simulate a vehicle using the SCNPhysicsVehicle behaviour. The vehicle can be controller with either the accelerometer or a game controller. It also illustrate basic physics interaction and game overlays done with SpriteKit.
Simple Background Transfer Networking & InternetUIKit"SimpleBackgroundTransfer" illustrates how to support Background Transfer using NSURLSession to manage a download task.
Simple Core Data Relationships Data ManagementCoreDataTaggedLocations illustrates how you can change Core Data attributes and relationships in an iOS application.
Simple Gesture Recognizers Data Management (Event Handling)UIKitThis sample shows how you can easily use UITapGestureRecognizer, UISwipeGestureRecognizer, and UIRotationGestureRecognizer to detect user gestures. It illustrates the use of basic target-action messaging using recognizers, and also shows: how you can toggle the behavior of a recognizer at runtime using delegation; options for maintaining references to recognizers; and interaction with the exclusive touch setting for views.
Simple UISearchBar with State Restoration User Experience (Tables)UIKit"TableSearch" demonstrates how to use a UISearchDisplayController object. When you present a large amount of data in a table view, you can use a search display controller to let the user search the contents of the table view to quickly find items of interest. The sample shows how you can display data in a table view and use a search display controller to display a search bar and another table view that shows the results of a search. The sample also illustrates use of state restoration.
SimpleEKDemo ?EventKitThe application demonstrates how to check and request access to a user's Calendar. It uses table views to display EKCalendar object and EKEvent objects retrieved from an EKEventStore object. It implements EKEventViewController for viewing and editing existing EKEvents, and uses EKEventEditViewController for creating new EKEvents.
SimpleFTPSample Networking & Internet (Protocol Streams)FoundationSimpleFTPSample shows how to do simple FTP operations using the NSURLConnection and CFFTPStream APIs. It can download a file using both NSURLConnection and CFFTPStream. Also, it can upload a file, list a directory, and create a directory using CFFTPStream.
SimpleNetworkStreams Networking & Internet (Sockets & TCP)?Shows how to do simple networking using the NSStream API. The goal of this sample is very limited: it does not demonstrate everything you need to implement a fully fledged networking product, rather, it focuses on using the NSStream API to move a realistic amount of data across the network.
SimpleUndo User ExperienceFoundationThe root view controller displays information (title, author, and copyright date) about a book. The user can edit this information by tapping Edit in the navigation bar. When editing starts, the root view controller creates an undo manager to record changes. The undo manager supports up to three levels of undo and redo. When the user taps Done, changes are considered to be committed and the undo manager is disposed of.
SimpleURLConnections Networking & Internet (Protocol Streams)FoundationSimpleURLConnections shows how to do simple networking using the NSURLConnection API. The goal of this sample is very limited: it does not demonstrate everything you need to implement a fully fledged networking product, rather, its goal is to demonstrate simple HTTP GET, PUT and POST using the NSURLConnection API.
SpeakHere Audio & Video (Audio)AudioToolboxSpeakHere demonstrates basic use of Audio Queue Services, Audio File Services, and Audio Session Services on the iPhone for recording and playing back audio.
SquareCam Audio & Video (Video)AVFoundationSquareCam demonstrates improvements to the AVCaptureStillImageOutput class in iOS 5, highlighting the following features:
State Restoration User ExperienceUIKitDemonstrates how to implement and debug the APIs for "State Preservation and Restoration".
State Restoration of Child View Controllers User ExperienceUIKitDemonstrates how to implement "State Preservation and Restoration" in an app with child view controllers. The sample contains one parent view controller, which can host two different child view controllers. The user taps the segmented control to toggle between the two different children.
StitchedStreamPlayer Audio & VideoAVFoundationA simple AVFoundation demonstration of how timed metadata can be used to identify different content in a stream, supporting a custom seek UI.
StopNGo for iOS Audio & Video (Video)AVFoundationStopNGo is a simple stop-motion animation QuickTime movie recorder that uses AVFoundation.
StoreKitSuite ?StoreKitStoreKitSuite consists of the iOSInAppPurchases and IAPStoreProductViewController sample codes that demonstrate how to implement In-App Purchase.
StreetScroller User Experience (Controls)UIKitDemonstrates how a UIScrollView subclass can scroll infinitely in the horizontal direction.
Table Search with UISearchController User ExperienceUIKit“Table Search with UISearchController” is an iOS sample application that demonstrates how to use UISearchController. A search controller manages the presentation of a search bar (in concert with the results view controller’s content).
Table View Animations and Gestures User Experience (Tables)UIKit"TableViewUpdates" demonstrates how you can use animated updates to open and close sections of a table view for viewing, where each section represents a play, and each row contains a quotation from the play. It also uses gesture recognizers to respond to user input: A UITapGestureRecognizer to allow tapping on the section headers to expand the section; A UIPinchGestureRecognizer to allow dynamic changes to the height of table view rows; and * A UILongPressGestureRecognizer to allow press-and-hold on table view cells to initiate an email of the quotation.
TableView Fundamentals for iOS User Experience (Tables)UIKitThis sample shows how to use UITableView and UITableViewController through a progression of increasingly advanced applications that display information about time zones.
TableViewCell Accessory User Experience (Tables)UIKitThis sample demonstrates two methods that can be used to implement a custom accessory view in your UITableViewCell's. In both examples, a custom control that implements a toggle-able checkbox is used.
Tabster User Experience (Windows & Views)UIKitAn eclectic-style application designed to show how to build a tab-bar based iOS application.
Teslameter ?CoreLocationThis application implements a Teslameter, a magnetic field detector. It displays the raw x, y, and z magnetometer values, a plotted history of those values, and a computed magnitude (size or strength) of the magnetic field.
TheElements Data ManagementUIKitTheElements is a sample application that provides access to the data contained in the Periodic Table of the Elements. The Periodic Table of the Elements catalogs all the known atomic elements in the universe.
TopSongs PerformanceCoreDataThis sample code demonstrates efficiently parsing and importing data from an XML RSS feed into Core Data. The feed is from iTunes Top Songs and contains data about songs, artists, and categories. The application's data model has an entity for Song and for Category. Managed objects are inserted into a managed object context on a background thread, so the application remains responsive to the user while the import is taking place.
UICatalog: Creating and Customizing UIKit Controls (Obj-C and Swift) User ExperienceUIKitThis sample demonstrates how to use many views and controls in the UIKit framework along with their assorted functionalities. Refer to this sample if you are looking for specific controls or views that are provided by the system. This sample also shows you how to make your non-standard views (images or custom views) accessible. Using the iOS Accessibility API enhances the user experience of VoiceOver users.
UIImagePicker Video Recorder Audio & Video (Video)UIKitDemonstrates how to create a custom UI for the camera variant of the UIImagePickerController and how to programmatically control video recording.
UIKit Dynamics Catalog Graphics & AnimationUIKitUIKit Dynamics Catalog illustrates a number of uses of UIKit Dynamics, the iOS API that provides physics-related capabilities and animations to views and other dynamic items. Each of the 10 view controllers in this project shows a different way to use UIKit Dynamics—-in many cases, combining dynamic behaviors for interesting results.
UIKit Printing with UIPrintInteractionController and UIViewPrintFormatter Graphics & Animation (2D Drawing)UIKitPrintWebView demonstrates how to print the content displayed by a UIWebView object using the UIViewPrintFormatter class. This sample application is a primitive web browser with printing capability.
Unit Testing Apps and Frameworks Xcode (IDEs)?Shows how to build a static library for an iOS app and a Mac app, how to implement and run logic unit tests on the library source code on each platform, and how to implement and run application unit tests for the apps.
UnwindSegue User ExperienceUIKitThis sample demonstrates how to use segues and unwind segues to drive navigation between the various screens of content in your app. The project contains two build targets: UnwindSegue and CustomUnwindSegue. UnwindSegue demonstrates using unwind segues with modally presented view controllers as well as view controllers in a UINavigationController. CustomUnwindSegue demonstrates implementing a custom container view controller that can be used with unwind segues.
URLCache Performance?URLCache is a sample iPhone application that demonstrates how to download a resource off the web, store it in the application's data directory, and use the local copy of the resource. URLCache also demonstrates how to implement a couple of caching policies:
Using a Search Bar in a Toolbar User Experience (Controls)UIKit"ToolbarSearch" shows how to use a search bar in a toolbar and present recent searches in a popover.
Using AirPrint to Print a Banner General?PrintBanner shows how to print a banner of arbitrary length to a roll printer. The code formats the job for landscape orientation and then calculates a font size that fills the width of the paper. It then determines the length of the text and pads the length so the final cut length results in a pleasing layout.
Using AVAudioEngine for Playback, Mixing and Recording Audio & Video (Audio)AVFoundationThis sample uses the AVAudioEngine with two AVAudioPlayerNode and AVAudioPCMBuffer objects along with an AVAudioUnitDelay and AVAudioUnitReverb to playback two loops which can then be mixed, processed and recorded.
Using External Displays User Experience (Windows & Views)UIKitHow to detect the presence of an external display, determine the available display resolutions, select a resolution, and show content on the display.
Using NSXMLParser to parse XML documents Data ManagementUIKit"SeismicXML" demonstrates how to use NSXMLParser to parse XML data. The XML parsing occurs on a background thread using NSOperation and updates the earthquakes table view with batches of parsed objects.
Using UIImagePickerController to Select Pictures and Take Photos User ExperienceUIKitPhotoPicker demonstrates how to choose images from the photo library, take a picture with the device's camera, and how to customize the look of the camera's user interface. This is done by using UIImagePickerController. The chosen image or camera photo is displayed in a UIImageView. To customize the camera's interface, this sample shows how to use an overlay view. With this overlay view it gives you the ability to customize the UI as you take a picture.
VideoSnake Audio & VideoAVFoundationVideoSnake demonstrates temporal synchronization of video with motion data.
ViewTransitions Graphics & Animation (Animation)UIKitDemonstrates how to perform transitions between two views using UIView's transitionFromView and animateWithDuration API.
WatchKit Catalog: Using WatchKit Interface Elements GeneralWatchKitThis sample demonstrates how to use UI elements available in the WatchKit framework. Refer to this sample if you want to see how to use, configure, and interact with each UI element. This project also shows you how to create sophisticated layouts using WKInterfaceGroup objects, how to load images on iPhone to send to Apple Watch, and how to use Handoff to move user data from a Glance or notification to the Watch app.
WiTap Networking & Internet (Services & Discovery)FoundationThe WiTap sample demonstrates peer-to-peer networking over Wi-Fi and Bluetooth. Using Bonjour, the application both advertises itself on the local network and displays a list of other instances on the network. Supports infrastructure networks, peer-to-peer Bluetooth, and peer-to-peer Wi-Fi (on compatible hardware).
XMLPerformance PerformanceFoundationThis sample explores two approaches to parsing XML, focusing on performance with respect to speed, memory footprint, and user experience. The XML data used is the current "Top 300" songs from the iTunes store. The data itself is not particularly important to the sample - it was chosen because of its simplicity, availability, and because the size (approximately 850KB) is sufficient to demonstrate the performance issues central to the sample.
ZoomingPDFViewer Graphics & Animation (2D Drawing)CoreGraphicsMulti-paged PDF viewing with UIPageViewController demonstrates two-page spline viewing in landscape orientation, which looks like a book within iBooks. The sample also uses UIScrollView and CATiledLayer to support zooming within a single-page view used in portrait orientations. This app is universal and only supports the two-page spline view in landscape orientation on iPad.


文/WildDylan(簡書作者)
原文鏈接:http://www.jianshu.com/p/7d4710b815c2/
著作權歸作者所有,轉載請聯系作者獲得授權,并標注“簡書作者”。

總結

以上是生活随笔為你收集整理的iOS 苹果官方Demo合集的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。

免费视频99| 久久手机看片 | 亚洲另类视频在线 | 久久艹综合| 毛片无卡免费无播放器 | 99精品国产兔费观看久久99 | 免费91麻豆精品国产自产在线观看 | 中文字幕在线资源 | 在线观看岛国 | 精品毛片在线 | 精品一区二区三区在线播放 | 欧美日韩成人 | 亚洲天天草 | 91最新在线观看 | 亚洲欧洲在线视频 | 久久艹国产| 在线观看亚洲视频 | 亚洲砖区区免费 | 精品欧美乱码久久久久久 | 国产中文字幕免费 | 精品视频亚洲 | 免费黄色看片 | 美女国内精品自产拍在线播放 | 操操操人人 | 国产精在线 | 色视频网站在线观看一=区 a视频免费在线观看 | 日日操操| 久久蜜臀av | 日韩中文在线播放 | 欧美另类xxx| av播放在线| 午夜狠狠干 | 亚洲成人精品在线 | 精品久久五月天 | 97视频入口免费观看 | 色综合天天干 | 久久蜜臀av| 日韩专区av| 欧美日本不卡视频 | 一区二区视频播放 | 国产精品视频地址 | 色狠狠干| 在线观看中文字幕网站 | 91人人澡人人爽人人精品 | 亚洲精品美女免费 | 亚洲成人av免费 | 久久综合婷婷国产二区高清 | 久草视频在线观 | av资源免费看 | 波多野结衣在线播放视频 | 国内精品视频在线播放 | 免费观看v片在线观看 | 视频在线精品 | 国产视频一区二区在线 | 欧美成人精品欧美一级乱 | 久久久久久久免费 | 六月天综合网 | 中文字幕资源网 国产 | 成年人在线电影 | av电影久久 | 中文一区二区三区在线观看 | 国产成人精品女人久久久 | 中文字幕久久精品一区 | 成人av免费看 | 奇米网777 | 免费视频91 | 亚洲精品一区二区三区新线路 | 久久精品美女视频 | 免费福利在线播放 | 中文字幕 欧美性 | 97av色 | 天堂在线视频中文网 | 91自拍视频在线 | 日韩免费在线看 | 人人插人人干 | 久久久久久久久久国产精品 | 97成人资源站 | 色网站在线看 | 亚洲视频 视频在线 | 日韩av在线免费播放 | 91一区二区三区在线观看 | 五月天婷婷在线观看视频 | av在线中文 | 国产成人99av超碰超爽 | 一区二区三区四区免费视频 | av丝袜在线 | 天天综合网国产 | 久久av网| 一本之道乱码区 | 久久国产亚洲视频 | 亚洲精品免费观看 | 成人免费在线电影 | 夜夜夜夜夜夜操 | 日韩在线视频免费播放 | 日日夜夜添 | 91精品视频网站 | 黄色三级免费网址 | 成人免费共享视频 | 97香蕉超级碰碰久久免费软件 | 色婷婷成人 | 中文字幕亚洲精品在线观看 | 日韩在线首页 | 日韩一区二区三免费高清在线观看 | 成人精品在线 | 男女视频91 | 99人成在线观看视频 | 96久久| 91麻豆精品91久久久久同性 | 欧美少妇bbwhd| 国产91综合一区在线观看 | 国产亚洲视频中文字幕视频 | 国产精品123 | 国产精品扒开做爽爽的视频 | 久久1电影院 | 国产精品美女久久久久久2018 | 欧美另类xxxxx | 99热手机在线观看 | www亚洲精品| 亚洲国产日韩一区 | 国产一级视频在线 | 欧美大片在线观看一区 | 婷婷亚洲五月色综合 | 日本中文字幕网址 | 色婷婷视频 | 亚洲国产精品传媒在线观看 | 三级免费黄 | 国产五月色婷婷六月丁香视频 | 超碰公开在线观看 | 国产精品久久亚洲 | 亚洲黄色免费电影 | 国产精品免费人成网站 | 蜜臀av一区 | 国产午夜三级一区二区三桃花影视 | 免费福利片2019潦草影视午夜 | 五月婷av| 国产精品av在线免费观看 | 亚洲精品动漫成人3d无尽在线 | 伊人亚洲综合 | 中文字幕在线看视频 | 中文字幕精 | 亚洲电影网站 | 久久久久日本精品一区二区三区 | 国产日产亚洲精华av | 国产精品免费视频观看 | 天天骚夜夜操 | 性日韩欧美在线视频 | 久久在线影院 | 四虎影视精品永久在线观看 | 国产精品亚洲综合久久 | 成年人在线电影 | av片一区二区 | 国产色女人 | 久久久精品午夜 | 国产精品成人免费精品自在线观看 | 日韩一区视频在线 | 精品一二三四视频 | 国产精品视频大全 | 国产999精品| 中文字幕在线看视频 | 日韩午夜精品 | av成人动漫在线观看 | 日韩高清一二三区 | 日日干天天射 | 国产综合精品一区二区三区 | 国产在线播放观看 | 欧美一级片在线观看视频 | 黄色在线观看网站 | 蜜臀久久99静品久久久久久 | 91免费网址 | 一区二区三区四区在线免费观看 | 久久精品综合一区 | 亚州国产精品视频 | 亚洲视频分类 | 久久这里只有精品1 | 免费福利在线视频 | 欧美一区,二区 | 亚洲激情六月 | 91精品少妇偷拍99 | 天天操天天干天天爱 | 男女全黄一级一级高潮免费看 | 黄色小网站免费看 | 日韩av中文在线 | 91在线免费看片 | 亚洲在线视频播放 | 色午夜影院| 黄色一级大片在线免费看国产一 | 日韩欧美91 | 国产一区国产精品 | 五月天网站在线 | 久久久久久蜜桃一区二区 | 天天操天天操天天操天天 | 天天插日日操 | 99精品国产免费久久久久久下载 | 国产精品一区二区中文字幕 | 久久久久久久18 | 日韩一二区在线 | 成人午夜电影在线 | 国产二区av| 欧美日本高清视频 | 国产亚洲人成网站在线观看 | 激情综合色播五月 | 精品欧美一区二区精品久久 | 正在播放一区 | 国产伦精品一区二区三区在线 | av资源在线看 | 亚洲精品激情 | 色网址99 | 日韩在线免费小视频 | 夜添久久精品亚洲国产精品 | 在线观看成人福利 | 日韩理论片中文字幕 | 日本中文字幕视频 | 天天操天天射天天添 | 午夜精品久久久久久 | 精品在线视频播放 | 午夜影院一级 | 美女福利视频在线 | 久久成人18免费网站 | 日韩在线高清 | 国产美女在线精品免费观看 | 97色在线观看| 亚洲一二三久久 | 精品 激情 | 91精品在线播放 | 久久黄色免费观看 | 天天操天天吃 | 亚洲国内精品 | 最近日本中文字幕a | 91探花国产综合在线精品 | 国产亚洲精品成人av久久影院 | 国产第一页在线播放 | 插插插色综合 | 国产91在线免费视频 | 婷婷精品 | 97视频在线播放 | 最新av免费在线观看 | 国产精品18久久久久久久 | 中文久草 | 国产日韩一区在线 | 精品国产日本 | 在线播放视频一区 | 在线观看中文字幕一区 | 久久se视频| 91综合久久一区二区 | 国产成人一区二区三区 | 13日本xxxxxⅹxxx20 | 五月天综合网站 | 日韩在线中文字幕视频 | 日韩电影在线一区 | 免费福利影院 | 激情五月婷婷综合网 | 波多野结衣电影久久 | 国产色综合 | 黄色片毛片 | 成片免费观看视频999 | 久久综合九色综合97_ 久久久 | 成人97视频一区二区 | 人人草在线视频 | 三级a毛片 | 日韩国产精品久久久久久亚洲 | 国产黄色高清 | 国产资源在线免费观看 | 国产伦精品一区二区三区无广告 | 黄色免费在线看 | 久久一级电影 | 国产在线精品一区二区三区 | 国内精品毛片 | 亚洲aaa级 | 精品影院一区二区久久久 | 97超碰超碰| 欧美性生活一级片 | 一区二区三区观看 | 久操视频在线免费看 | 亚洲黄色在线 | 日韩黄色在线观看 | 日韩欧美精选 | 福利网在线 | 91av视频在线观看 | 国产麻豆剧果冻传媒视频播放量 | 五月天天色 | 欧美性黑人 | 国产一区麻豆 | 99热99re6国产在线播放 | 最新日韩电影 | 91精品欧美一区二区三区 | 欧美日韩国产欧美 | 日韩精品中文字幕在线不卡尤物 | 国产黄色片免费在线观看 | 超级碰碰碰碰 | av日韩在线网站 | 一区二区三区在线观看 | 日本中文字幕影院 | 日本一区二区高清不卡 | 中文字幕日韩精品有码视频 | av一级久久 | 黄色一二级片 | 97超碰中文字幕 | 国产精品久久久久久五月尺 | 99热最新精品 | 亚洲精品动漫成人3d无尽在线 | 探花系列在线 | 国产精品福利在线观看 | 黄污在线观看 | 国产a视频免费观看 | 婷婷色在线资源 | 亚洲婷久久| 中文字幕国产视频 | 色婷婷狠狠| 国产精品视频地址 | 黄色大片日本免费大片 | 亚洲精品午夜久久久久久久久久久 | 久久精品视频在线观看 | 国产婷婷视频在线 | 在线观看国产日韩欧美 | 特级西西444www大精品视频免费看 | 狠狠狠狠狠狠干 | 韩国精品福利一区二区三区 | 国产99久久九九精品 | 中文字幕第一页在线 | 亚洲精品18日本一区app | 久久久免费观看视频 | 日韩成年视频 | 午夜av电影| 色婷婷88av视频一二三区 | 日日爱网站 | 国产成人亚洲在线观看 | 欧美一区二区伦理片 | 亚洲精品午夜久久久久久久久久久 | 久久久久久精 | 天天综合网在线 | 天天爽天天爽夜夜爽 | 色综合 久久精品 | av在线成人 | 丝袜制服天堂 | japanesexxxxfreehd乱熟 | 欧美大香线蕉线伊人久久 | 91精品国自产在线偷拍蜜桃 | 97电影网站 | 色婷婷啪啪免费在线电影观看 | 午夜性福利 | 久久久国产精品人人片99精片欧美一 | 香蕉视频国产在线观看 | 精品国产亚洲日本 | 国产高潮久久 | 黄网站免费看 | 久草在线一免费新视频 | 天天草网站 | av一级久久 | 能在线看的av | 免费一级片在线观看 | 久久夜色精品亚洲噜噜国4 午夜视频在线观看欧美 | 午夜成人影视 | 99在线国产| 国产我不卡 | 久久99精品久久久久婷婷 | 欧美一区,二区 | 中文字幕乱视频 | 狠狠网站 | 免费看片在线观看 | 久草视频在| 亚洲精品国偷自产在线91正片 | 日韩成人精品 | 亚洲激情在线 | freejavvideo日本免费 | 国模视频一区二区三区 | 国产精品乱码在线 | 国产亚洲片 | www.夜夜夜 | 97超碰资源 | 精品免费 | 国产精品毛片一区视频播 | 97超碰免费在线 | 国产资源| 91一区啪爱嗯打偷拍欧美 | 夜夜夜草 | 手机av在线不卡 | 免费中午字幕无吗 | 亚洲成av人片在线观看www | 色婷婷福利视频 | 欧美性脚交 | 国内精品久久久久久久影视麻豆 | 国产成人在线看 | 国产精品video爽爽爽爽 | 精品少妇一区二区三区在线 | 男女拍拍免费视频 | 欧美成人区| 日韩 国产 | 久久精国产 | 国产特级毛片aaaaaaa高清 | 麻豆成人网 | 成年美女黄网站色大片免费看 | 国产精品久久久久久久久久直播 | 日日爽日日操 | 欧美黄色软件 | 最近中文国产在线视频 | 日韩av一区二区在线播放 | 中国一区二区视频 | 在线视频 一区二区 | 国产在线1区 | 91黄色在线观看 | 亚洲资源 | 欧美精品亚洲精品 | 蜜臀av性久久久久蜜臀aⅴ四虎 | 狠狠亚洲 | 在线高清av | 99免费在线视频观看 | 日韩免费网站 | 国产一区 在线播放 | 免费看一级特黄a大片 | 狠狠操操操| 亚洲综合欧美日韩狠狠色 | 久久影院亚洲 | 国产一区二区播放 | 六月丁香婷 | 色www. | av成人资源| 密桃av在线 | 最新国产精品亚洲 | 伊人va | 国产黄色理论片 | 999国产精品视频 | 日韩免费一区 | 亚洲特级片| 91黄在线看 | 天天草天天 | 97精品久久 | 久精品在线观看 | 亚州av网站 | 国产一区福利在线 | 日韩午夜大片 | 国产精品亚洲综合久久 | 丁香婷婷色月天 | 美女很黄免费网站 | 18网站在线观看 | 精品福利片 | 久久久国产精品一区二区中文 | 992tv成人免费看片 | 国产裸体永久免费视频网站 | 91成人精品一区在线播放69 | 国产在线免费观看 | 国产精品av电影 | www.婷婷色| 欧美性脚交 | 天天激情 | 国产精品一区二区av影院萌芽 | 国产中文字幕在线看 | 日韩免费视频一区二区 | 中文字幕永久在线 | 不卡的av片 | 超碰人人射 | 久久久精品一区二区 | 成人黄色电影视频 | 久久国产电影院 | 久久99热国产 | 五月天综合网 | av中文字幕在线播放 | 在线免费观看麻豆视频 | 日韩在线一二三区 | 在线观看完整版 | 国产丝袜一区二区三区 | 99精品黄色片免费大全 | 日韩一区二区三区观看 | 五月天亚洲综合小说网 | 国产精品九九久久久久久久 | www.天天操| av网站大全免费 | 在线免费性生活片 | 天天操天天摸天天射 | 超碰在线免费福利 | 色综合久久久久久中文网 | 麻豆精品在线 | www视频在线播放 | www久久久久 | 黄色av影视| 国产四虎在线 | 免费情趣视频 | 久久超碰免费 | 九九九九九九精品任你躁 | 国产精品一级在线 | 国产一区二区三区免费视频 | 日韩免费大片 | 日韩欧美一区二区三区黑寡妇 | 97在线观看 | 亚洲综合爱| 日韩一区二区三区免费视频 | 一级性生活片 | 在线观看 亚洲 | 51精品国自产在线 | 亚洲伊人婷婷 | 亚洲精品综合久久 | 亚洲视频高清 | 成人h视频| 在线看国产一区 | 欧美日韩aa | 黄色一级大片免费看 | 日本精品一区二区在线观看 | 在线观看小视频 | 免费看国产黄色 | 日韩在线高清视频 | 免费视频一级片 | 国产在线 一区二区三区 | 婷婷深爱网| 五月花丁香婷婷 | 国产黄视频在线观看 | 日韩成人在线免费观看 | 国产一区免费在线观看 | 九七视频在线观看 | 在线观看av小说 | 国产成人精品一区二 | 亚洲精品动漫在线 | 91插插视频 | 免费av网站观看 | 二区精品视频 | 成人国产精品av | 精品久久美女 | 手机看国产毛片 | 成年人在线看视频 | 欧美性黄网官网 | 国产日韩中文字幕 | 国产精品白丝jk白祙 | 亚洲精品成人av在线 | 黄色软件网站在线观看 | 99操视频| 国产粉嫩在线观看 | 久久久av电影| 国产99久| 九九精品久久 | aⅴ精品av导航| 日韩av黄 | 国产精品久久久久久a | 91最新在线视频 | 婷婷伊人综合亚洲综合网 | 欧美国产日韩一区 | 黄色国产高清 | 国产在线高清视频 | 在线观看视频日韩 | 韩日视频在线 | 国产精品手机在线播放 | a级国产毛片 | 国产精品久久久久久久久免费 | 日韩激情一二三区 | 综合激情av | 在线电影 一区 | 欧美中文字幕第一页 | 日韩激情在线视频 | 日韩视频免费看 | 中文字幕免费国产精品 | 久久久久久久久黄色 | 91av视频观看| 一本色道久久综合亚洲二区三区 | 91麻豆精品国产91久久久久久久久 | 国产视频99 | 成人av教育 | 天天摸天天舔天天操 | 国产精品国产三级国产不产一地 | 一区二区三区精品在线视频 | 久久九九久久九九 | 久久成人黄色 | 精品久久毛片 | 日韩有码第一页 | 国产精品一区二区中文字幕 | 一级黄色在线视频 | 中文字幕二区在线观看 | 九九九热精品 | 69欧美视频| av网站在线观看免费 | 在线观看av网 | 一区二区三区中文字幕在线 | 一区二精品 | 伊人天天色 | 久久久久久久久影视 | 欧美日韩国产页 | 99久久精品费精品 | 麻豆视频免费在线观看 | 欧美性猛片, | 91av视频观看 | 国产精品刺激对白麻豆99 | 午夜视频免费播放 | 美女久久久久久久久久久 | 国产一区二区在线免费播放 | 亚洲另类视频 | 精品国产一区二区三区久久久久久 | 麻豆视传媒官网免费观看 | 在线视频区 | 狠狠的操狠狠的干 | 黄在线免费观看 | 精品视频在线观看 | 日韩一区二区三区观看 | 国产一二三四在线视频 | 狠狠狠色丁香综合久久天下网 | 日韩精品不卡在线观看 | 丁香婷婷色 | 在线99视频 | 成人国产精品久久久 | 在线观看视频一区二区三区 | 久久精品久久99精品久久 | 国产精品久久久久久a | www.五月婷| 国产一区欧美二区 | 99精品欧美一区二区三区黑人哦 | 亚洲欧美婷婷六月色综合 | 日韩在线免费小视频 | 日日夜夜草 | 人人爽人人爽人人爽人人爽 | 中文字幕在线免费观看 | 欧美极度另类性三渗透 | 香蕉97视频观看在线观看 | 日日碰狠狠添天天爽超碰97久久 | 久久好看免费视频 | 国产成人亚洲在线观看 | 国产精品免费观看久久 | ,午夜性刺激免费看视频 | 国产91小视频| 人人插人人舔 | 西西444www大胆高清视频 | 亚洲一级免费观看 | 日日精品 | 中文字幕免费在线 | 欧美色伊人 | 欧美天天综合 | 成人午夜电影网站 | 亚洲 欧美 日韩 综合 | 亚洲视频综合 | 国产91精品久久久久久 | 亚洲国产成人在线 | 天天天天天操 | 欧美午夜久久 | 99久久这里有精品 | .精品久久久麻豆国产精品 亚洲va欧美 | 亚洲欧美日韩一二三区 | 狠狠色丁香婷婷综合基地 | 国产不卡在线观看 | 国产免费久久精品 | 久久久久久国产精品久久 | 国产精品门事件 | 91黄站| 久久国产一区 | 精品日韩在线 | 日p视频在线观看 | 国产一级特黄电影 | 国产欧美日韩一区 | 亚洲少妇影院 | 天堂入口网站 | 黄色1级毛片| 国产欧美精品在线观看 | 亚州国产精品视频 | 亚洲第一香蕉视频 | 久久99久久99精品免观看软件 | 91视频 - 88av | 久久理伦片 | 国产精品亚洲精品 | 国产一级片免费观看 | 国产精品系列在线播放 | 中文字幕 国产专区 | 五月婷婷黄色网 | 成人午夜av电影 | 成人在线观看免费 | 国产精品国产三级国产不产一地 | 国产久草在线观看 | 探花系列在线 | 青草视频在线免费 | 久久超碰在线 | www.av在线.com| 美女免费黄视频网站 | 91看片淫黄大片在线播放 | 五月婷婷综合在线观看 | 日韩精品久久久久久 | 国产精品99久久久久人中文网介绍 | 亚洲欧洲国产精品 | 国产又粗又硬又爽的视频 | 91精品久久久久久综合乱菊 | 国产亚洲视频在线 | 黄网站色欧美视频 | 操操操夜夜操 | 97在线视频免费 | 欧美日韩亚洲在线观看 | 国产h在线观看 | 黄色1级大片 | 五月婷在线视频 | 激情小说 五月 | 99精品福利| 国产亚洲欧美在线视频 | 97国产精品一区二区 | 亚洲电影免费 | 国产精品一区二区在线观看免费 | 欧美性久久久 | 国产高清视频在线免费观看 | 在线观看久草 | 午夜12点| 视频成人 | 免费a视频在线观看 | 精品欧美在线视频 | 国产精品video | 有码一区二区三区 | 韩日精品中文字幕 | 日本巨乳在线 | 亚洲精品一区二区精华 | 日韩久久激情 | 91av视屏| 日韩试看| 中文在线www | 国产福利一区二区三区视频 | 中文字幕观看av | 久久久视屏| 天天操狠狠操 | 国产精品久久久久久999 | 天天操天天色综合 | 最新日韩在线观看视频 | 欧美精品免费在线 | av中文字幕网站 | 免费99视频 | 亚洲国产精品一区二区尤物区 | 久久综合九色九九 | 91麻豆精品国产91久久久无需广告 | 久久精品国产第一区二区三区 | www.天天射.com| av在线电影播放 | 国产无遮挡又黄又爽馒头漫画 | 国产区精品区 | 久久精品牌麻豆国产大山 | 免费国产在线精品 | 日本久久综合网 | 91精彩视频 | 中文字幕在线第一页 | 有码中文在线 | 日韩精品一区二 | 日韩一区在线免费观看 | 午夜精品成人一区二区三区 | www.99在线观看 | 国产一区二区网址 | 国产亚洲精品综合一区91 | 在线天堂中文www视软件 | 欧美aa一级片 | 国产首页| av电影一区二区 | 青春草视频在线播放 | 在线观看免费日韩 | 国产亚洲精品久久久久久大师 | 波多在线视频 | 免费看一级黄色大全 | 人人爽人人爽人人片av | 亚洲精选久久 | 18网站在线观看 | 午夜国产影院 | 精品国产伦一区二区三区观看说明 | 国产色婷婷在线 | 亚洲最新在线 | 粉嫩av一区二区三区四区 | 亚洲欧美国产精品久久久久 | 西西444www大胆高清视频 | 久久久久免费精品 | 97在线观看视频国产 | 成人啊 v | 在线日韩av| 久久久网页 | 免费中文字幕在线观看 | 久久久精品国产一区二区电影四季 | 狠狠色丁香久久婷婷综合五月 | 99 久久久久 | 国产精品毛片一区二区三区 | 91亚洲精品乱码久久久久久蜜桃 | 97视频免费观看 | 五月开心六月伊人色婷婷 | 中文字幕在线国产 | 在线视频电影 | 天堂久久电影网 | 国产在线精品一区二区不卡了 | 成人精品国产免费网站 | 久久久99精品免费观看 | 91亚洲精品国偷拍 | 免费视频区 | 久久国产免费视频 | 国产九九九九九 | 91高清免费看| av解说在线观看 | 日韩有码专区 | 日日草av | 日韩av看片| 欧美精品久久久久久 | 欧美精品久久久久久久久久白贞 | 黄色av高清| 一区二区精品国产 | 亚洲春色成人 | 西西www4444大胆在线 | 91精品夜夜 | 久久免费视频网 | 黄色成人av| 国产三级久久久 | 最近最新最好看中文视频 | 日韩高清一区在线 | 在线观看免费成人av | 久久久久久久久福利 | 成人一区二区在线 | 久久伦理| 91欧美视频网站 | 亚洲欧美国产精品va在线观看 | 日日综合| 日本久久久久久久久久 | 国产又黄又爽又猛视频日本 | 色wwwww| 国产精品专区在线观看 | 日韩二区在线播放 | 久久亚洲电影 | 免费激情网 | 国内偷拍精品视频 | 婷婷六月天在线 | 欧美analxxxx | 国产精品一区二区三区免费视频 | 蜜桃麻豆www久久囤产精品 | 日韩欧美在线综合网 | 揉bbb玩bbb少妇bbb | 亚洲精品乱码久久久久久蜜桃不爽 | 在线看片一区 | 91精品视频免费 | 欧美91视频| 久久综合激情 | 国产福利中文字幕 | 99久久99久久综合 | 亚洲国产中文字幕 | 日韩欧美第二页 | 男女精品久久 | 国产资源中文字幕 | 综合久久婷婷 | 日韩精品一区二区在线 | 在线免费观看黄色av | 在线午夜电影神马影院 | 国产91影视 | 欧美色插 | 国产成人99av超碰超爽 | 色网站在线看 | 欧美在线视频日韩 | 婷婷香蕉| 国产亚洲免费的视频看 | 一区二区精品在线 | 在线观看国产麻豆 | 看污网站 | 夜夜嗨av色一区二区不卡 | 男女拍拍免费视频 | 久久 国产一区 | 国内精品久久久久久久久久 | 一级欧美一级日韩 | 中文字幕第一页在线视频 | 免费视频国产 | 亚洲高清资源 | 久久久久在线观看 | 日韩av片免费在线观看 | 黄色一级在线免费观看 | 亚洲永久精品在线 | 成年人看片网站 | 97人人爽人人 | 91精品久久久久久久久久久久久 | 色av色av色av | 最近2019中文免费高清视频观看www99 | 97超碰资源 | 国产在线视频导航 | 99精品视频免费看 | 黄色网址中文字幕 | 中文字幕在线观看完整版电影 | 免费看黄色毛片 | 手机av在线网站 | 久久精品国产99 | 激情综合啪 | 国产精品手机视频 | 国产亚洲精品精品精品 | 日韩欧美精品一区二区三区经典 | 亚洲精品中文字幕视频 | 成人中文字幕在线 | 3d黄动漫免费看 | 午夜久久久影院 | 国产成人精品av久久 | 亚洲激情综合网 | 免费在线观看的av网站 | 国产精品露脸在线 | 在线中文字幕视频 | 免费av网址大全 | 国产色在线视频 | 国内精品久久天天躁人人爽 | 91视频免费播放 | 99精品久久只有精品 | 免费试看一区 | 天天天天爱天天躁 | 精品国产1区二区 | 最新国产精品拍自在线播放 | 亚洲国产精品传媒在线观看 | 黄色大片网 | 五月婷婷中文 | 99免费精品| 亚洲美女免费视频 | 日韩久久一区二区 | 日韩网| 9在线观看免费高清完整 | 国产精品一区二区三区四区在线观看 | 最新高清无码专区 | 色在线国产 | 精品久久久久亚洲 | 97国产情侣爱久久免费观看 | 国产精品久久久久久久久久免费看 | 精壮的侍卫呻吟h | 玖玖玖国产精品 | 色狠狠久久av五月综合 | 西西人体4444www高清视频 | 久久96国产精品久久99软件 | 久久综合九色综合97婷婷女人 | 精品久久久久久久久久久院品网 | 天天干,狠狠干 | 免费一级片视频 | 亚洲成人二区 | 午夜精品久久久久99热app | 十八岁以下禁止观看的1000个网站 | 91精品999| 91看片看淫黄大片 | 欧美亚洲另类在线视频 | 99视频免费播放 | 日韩欧美视频免费在线观看 | 国产精品一码二码三码在线 | 在线观看国产高清视频 | 午夜 久久 tv | 欧美精品一级视频 | 久久精品国产一区二区三区 | 麻豆视频免费在线播放 | 中文字幕免 | 一区二区视频在线观看免费 | 99久久精品午夜一区二区小说 | 精品在线你懂的 | 国产在线国偷精品产拍免费yy | 91精品久久久久久久久久入口 | 欧美日韩国产综合一区二区 | 一区二区电影在线观看 | 国产激情电影综合在线看 | 久久99亚洲热视 | av三级在线免费观看 | 韩国av免费观看 | 黄色国产高清 | 日韩精品无码一区二区三区 | 欧美日韩国产精品一区二区 | 久久久精品一区二区 | 成人黄色小视频 | 亚洲免费av一区二区 | 欧美另类视频 | 亚洲 欧美 变态 国产 另类 | 色视频在线看 | av综合网址 | 91麻豆看国产在线紧急地址 | 91精品在线视频观看 | 在线看成人 | av大全在线看| 在线午夜 | 色婷婷激婷婷情综天天 | 久久久精品久久 | 久久高清免费 | 永久免费在线 | 国产视频精品久久 | 国产高清视频在线播放 | 激情婷婷 | 欧美久久99 | 国产尤物在线观看 | 成年人免费av网站 | 亚洲欧洲国产视频 | 国产精品免费视频一区二区 | 精品视频9999 | 99久久婷婷国产综合精品 | 夜夜躁日日躁狠狠久久av | 中文不卡视频在线 | 国产一区电影在线观看 | 久久国产精品久久国产精品 | 色狠狠婷婷 | 国产精品6 | 97视频在线免费播放 | 亚洲精品久久久久久中文传媒 | 国产精品国产三级国产aⅴ入口 | 国产精品久久久久久久久久久久久久 | 国产精品一区二区三区四 | 婷婷天天色 | 人人爱人人做人人爽 | 国产伦精品一区二区三区照片91 | 四月婷婷在线观看 | 国产丝袜在线 | 精品国产乱码久久久久久1区二区 | 久久精品日产第一区二区三区乱码 | 在线观看av片 | 色偷偷av男人天堂 | 黄色免费电影网站 | 国产伦理久久精品久久久久_ | 亚洲高清在线精品 | 国产69精品久久99不卡的观看体验 | 日本不卡一区二区三区在线观看 | 国产精品亚洲精品 | 久久一区二区免费视频 | 精品在线一区二区 | 免费看av片网站 | 日本狠狠色| 毛片播放网站 | 国产高清视频 | 日韩视频一区二区在线 | 中文字幕在线电影 | 99久久综合狠狠综合久久 | 免费观看成人 | 中文不卡视频在线 |