參考https://github.com/shu223/iOS7-Samplernode
Code examples for the new functions of iOS 7.git
Contentsgithub
Dynamic Behaviors(動力行爲)網絡
Dynamic Behaviours using UIDynamicAnimator, UIGravityBehavior, UICollisionBehavior, UIDynamicItemBehavior.app
Speech Synthesis(語音合成)框架
Synthesized speech from text using AVSpeechSynthesizer and AVSpeechUtterance.ide
Custom Transition(定製過渡界面)動畫
UIViewControllerAnimatedTransitioning, UIViewControllerTransitioningDelegate.spa
3D Map設計
3D Map using MKMapCamera.
Smile Detection(微笑檢測)
Smile Detection using CIDetectorSmile and new properties of CIFeature such as "bounds".
Image Filters(圖片過濾器)
New filters of CIFilter.
Sprite Kit
A sample of Sprite Kit using SKView, SKScene, SKSpriteNode, SKAction.
Map Directions(地圖指引)
Requesting and draw directions using MKDirections, MKDirectionsResponse and MKPolylineRenderer.
Motion Effects (Parallax)(運動效果<視差效果>)
Parallax effect using UIMotionEffect.
Multipeer Connectivity
Creating a local network sharing connection over Wi-Fi or Bluetooth LE.
建立一個本地的網絡鏈接,它能夠經過Wifi或者藍牙LE來共享網絡。
AirDrop/Flickr/Vimeo/ReadingList
New Activity Types: AirDrop, Post to Flickr / Vimeo, Add to ReadingList
新的活動類型:AirDrop,發送至Flickr/Vimeo,添加到ReadingList。
QR Code Generator(二維碼生成器)
Generating QR Code with CIQRCodeGenerator.
使用CIQRCodeGenerator來建立二維碼。
Motion Activity Tracking(運動跟蹤)
Counting steps and monitoring the activity using CMStepCounter and CMMotionActivityManager. It works only on iPhone5s (M7 chip).
使用CMStepCounter以及CMMotionActivityManager來計算步數以及監控運動。只在iPhone 5S上有效(M7芯片)。
Static Map Snapshots(靜態地圖截圖)
Creating a snapshot with MKMapSnapshotOptions, MKMapSnapshotter.
Safari Reading List (Safari閱讀列表)
Adding an item to the Safari Reading List with the new Safari Services framework.
See Also
Open source collection for Flat Design UI
A collection of OSS which helps you implement Flat Design UI on your current version of iOS (iOS5,6) just like that on iOS 7.
iOS 7風格的控制中心式的導航欄——毛玻璃效果,扁平化設計以及定製動畫所有融於其中
一個iOS 7設計風格的控制中心式的導航欄——毛玻璃效果,扁平化設計以及定製動畫所有融於其中。
NodelikeDemo
Demo iOS 7 App經過JavaScriptCore.框架(http://nodeapp.org/)整合了Node.JS相似的功能。JavaScriptCore 是iOS 7中新加入的,在OS X 10.8版本中,JavaScriptCore的使用率很低,但在更新後的10.9版本中,已經被很多項目普遍使用,不過僅限於Objective-C API。這個項目並不完成,將來幾周做者會繼續完善。
項目地址:https://github.com/node-app/NodelikeDemo
TLAlertView
TLAlertView是一個簡單的可替代1-button UIAlertView的開源項目,使用了iOS 7的UIKit Dynamics和模糊效果。更多教程信息>>
項目地址:https://github.com/TeehanLax/TLAlertView