kyleYang / iOS7-Sampler

Code examples for the new functions of iOS 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS7-Sampler

Code examples for the new functions of iOS 7.

##Contents

###Dynamic Behaviors

Dynamic Behaviours using UIDynamicAnimator, UIGravityBehavior, UICollisionBehavior, UIDynamicItemBehavior.

###Speech Synthesis

Synthesized speech from text using AVSpeechSynthesizer and AVSpeechUtterance.

###Custom Transition

UIViewControllerAnimatedTransitioning, UIViewControllerTransitioningDelegate.

###3D Map

3D Map using MKMapCamera.

###Smile Detection

Smile Detection using CIDetectorSmile and new properties of CIFeature such as "bounds".

smile_.png

###Image Filters

New filters of CIFilter.

  • CILinearToSRGBToneCurve
  • CIPhotoEffectChrome
  • CIPhotoEffectFade
  • CIPhotoEffectInstant
  • CIPhotoEffectMono
  • CIPhotoEffectNoir
  • CIPhotoEffectProcess
  • CIPhotoEffectTonal
  • CIPhotoEffectTransfer
  • CISRGBToneCurveToLinear
  • CIVignetteEffect

###Sprite Kit

A sample of Sprite Kit using SKView, SKScene, SKSpriteNode, SKAction.

###Map Directions

Requesting and draw directions using MKDirections, MKDirectionsResponse and MKPolylineRenderer.

mapdirection_.png

###Motion Effects (Parallax)

Parallax effect using UIMotionEffect.

###AirDrop/Flickr/Vimeo/ReadingList

New Activity Types: AirDrop, Post to Flickr / Vimeo, Add to ReadingList

###QR Code Generator

Generating QR Code with CIQRCodeGenerator.

###Static Map Snapshots

Creating a snapshot with MKMapSnapshotOptions, MKMapSnapshotter.

About

Code examples for the new functions of iOS 7.

License:MIT License