https://github.com/shu223/iOS8-Sampler
Code examples for the new functions of iOS 8.
JUST BUILD basically, however please note below:
This is because Metal can't be compiled for Simulators. When you have build error, try to delete the Derived Data:
/Users/shuichi/Library/Developer/Xcode/DerivedData/iOS8Sampler-{xxxxxxxxxx}
Profile
When try the HealthKit or HomeKit examples, you have to use a provisioning profile for which HealthKit or HomeKit are enabled.
Effects
Distortion and Delay effect for audio using AVAudioEngine.
Image Filters
New filters of CIFilter such as CIGrassDistortion, CIDivideBlendMode, etc…
Filters
Custom CIFilter examples using CIKernel.
Basic
Render a set of cubes using Metal. Based on Apple's "MetalBasic3D" sample.
Uniform Streaming
Demo using a data buffer to set uniforms for the vertex and fragment shaders.
Render a 2D image on 3D scene using SceneKit framework.
Fetch all types of data which are available in HealthKit. Need to use a provisioning profile for which HealthKit is enabled.
Invoke Touch ID verification using LocalAuthentication.
Effects
Example for UIBlurEffect and UIVibrancyEffect.
Annotation
Display the pronunciation of characters using CTRubyAnnotationRef.
Browsing example using WKWebView.
Show Alert or ActionSheet using UIAlertController.
Notification
Schedule a local notification which has custom actions using UIUserNotificationSettings.
Counting steps demo using CMPedometer. It works only on devices which have M7 or M8 motion co-processor.
Media playback demo using AVKit framework.
Generate a histogram from an image using the filters CIAreaHistogram and CIHistogramDisplayFilter.
Generator
Generate Aztec Code and 128 Barcord.
Fonts
Gallery of new fonts.
Example of UIPopoverPresentationController.
Fold Transition
Transitions from one image to another by folding like accordion. However it doesn't work correctly…PULL REQUESTS welcome!!
Shuichi Tsutsumi
Icons and LaunchImages are designed by Okazu
手机扫一扫
移动阅读更方便
你可能感兴趣的文章