https://github.com/shu223/iOS7-Sampler
Code examples for the new features of iOS 7.
https://github.com/shu223/iOS7-Sampler
Last synced: 9 days ago
JSON representation
Code examples for the new features of iOS 7.
- Host: GitHub
- URL: https://github.com/shu223/iOS7-Sampler
- Owner: shu223
- License: mit
- Created: 2013-09-23T21:16:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T22:35:42.000Z (about 5 years ago)
- Last Synced: 2025-04-07T05:02:08.471Z (15 days ago)
- Language: Objective-C
- Homepage:
- Size: 1.55 MB
- Stars: 2,914
- Watchers: 243
- Forks: 472
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - iOS7-Sampler - Code examples for the new features of iOS 7. (etc)
- awesome - iOS7-Sampler - Code examples for the new features of iOS 7. (etc)
README

iOS7-Sampler
============[](http://mit-license.org)
[](http://twitter.com/shu223)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.
- [ZBCustomTransitions](https://github.com/zonble/ZBCustomTransitions)

- [HUAnimator](https://github.com/cinkster/HUAnimator)

### 3D Map
3D Map using MKMapCamera.

### iBeacon
Region monitoring demo using iBeacon.

Related Repository: [PulsingHalo](https://github.com/shu223/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](https://github.com/shu223/SlowMotionVideoRecorder)
### Smile Detection
Smile Detection using CIDetectorSmile and new properties of CIFeature such as "bounds".

### 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.

### 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](https://www.facebook.com/pashimo)**

## Author
**Shuichi Tsutsumi**
iOS freelancer in Japan. Welcome works from abroad!
- PAST WORKS: [My Profile Summary](https://medium.com/@shu223/my-profile-summary-f14bfc1e7099#.vdh0i7clr)
- PROFILES: [LinkedIn](https://www.linkedin.com/in/shuichi-tsutsumi-525b755b/)
- BLOG: [English](https://medium.com/@shu223/) / [Japanese](http://d.hatena.ne.jp/shu223/)
- CONTACTS:
- [Twitter](https://twitter.com/shu223)
- [Facebook](https://www.facebook.com/shuichi.tsutsumi)