3 Star 0 Fork 0

Gitee 极速下载/ios7sampler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/shu223/iOS7-Sampler
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

iOS7-Sampler

License Twitter

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.

iBeacon

Region monitoring demo using iBeacon.

Related Repository: PulsingHalo

240fps Video Recording

SLO-MO video recorder using AVFoundation. It works with 240fps on iPhone 6, iPhone 6s, etc.

Example:

See the 120fps Slo-Mo video in Vimeo 120fps.

Related Repository: SlowMotionVideoRecorder

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.

Multipeer Connectivity

Creating a local network sharing connection over Wi-Fi or Bluetooth LE.

AirDrop/Flickr/Vimeo/ReadingList

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

QR Code Reader

Detect QR codes with AVMetadataObjectTypeQRCode which is added into AVMetadataObjectTypes.

QR Code Generator

Generating QR Code with CIQRCodeGenerator.

Motion Activity Tracking

Counting steps and monitoring the activity using CMStepCounter and CMMotionActivityManager. It works only on iPhone5s (M7 chip).

Static Map Snapshots

Creating a snapshot with MKMapSnapshotOptions, MKMapSnapshotter.

Safari Reading List

Adding an item to the Safari Reading List with the new Safari Services framework.

New Fonts

Displaying new fonts with their FontNames which are needed for "fontWithName:size:" method of UIFont.

Spring Animation

Performs animations using a timing curve described by the motion of a spring.

Web Pagination

Pagination sample for web pages. It uses new property "paginationMode" of UIWebView.

Special Thanks

Icons and LaunchImages are designed by Okazu

Author

Shuichi Tsutsumi

iOS freelancer in Japan. Welcome works from abroad!

The MIT License (MIT) Copyright (c) 2013 shu223 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Code examples for the new features of iOS 7. 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者 (4)

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/ios7sampler.git
git@gitee.com:mirrors/ios7sampler.git
mirrors
ios7sampler
ios7sampler
master

搜索帮助