{"id":13611681,"url":"https://github.com/shu223/iOS7-Sampler","last_synced_at":"2025-04-13T05:33:21.404Z","repository":{"id":63100864,"uuid":"13047433","full_name":"shu223/iOS7-Sampler","owner":"shu223","description":"Code examples for the new features of iOS 7.","archived":false,"fork":false,"pushed_at":"2020-03-28T22:35:42.000Z","size":1628,"stargazers_count":2914,"open_issues_count":1,"forks_count":472,"subscribers_count":243,"default_branch":"master","last_synced_at":"2025-04-07T05:02:08.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shu223.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["shu223"],"custom":["https://paypal.me/shu223"]}},"created_at":"2013-09-23T21:16:45.000Z","updated_at":"2025-03-22T22:10:39.000Z","dependencies_parsed_at":"2022-11-12T22:45:45.171Z","dependency_job_id":null,"html_url":"https://github.com/shu223/iOS7-Sampler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS7-Sampler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS7-Sampler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS7-Sampler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS7-Sampler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shu223","download_url":"https://codeload.github.com/shu223/iOS7-Sampler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670513,"owners_count":21142896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:02:00.205Z","updated_at":"2025-04-13T05:33:16.387Z","avatar_url":"https://github.com/shu223.png","language":"Objective-C","readme":"![](ResourcesForREADME/ogp.jpg)\n\niOS7-Sampler\n============\n\n[![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat\n)](http://mit-license.org)\n[![Twitter](https://img.shields.io/badge/twitter-@shu223-blue.svg?style=flat)](http://twitter.com/shu223)\n\nCode examples for the new functions of iOS 7.\n\n![](http://f.cl.ly/items/1t250s1N3z0c1g2H1N0P/iOS7Sampler1_r1_c1.png)\n\n\n## Contents\n\n### Dynamic Behaviors\n\nDynamic Behaviours using UIDynamicAnimator, UIGravityBehavior, UICollisionBehavior, UIDynamicItemBehavior.\n\n![](http://f.cl.ly/items/3M2b110A141D1O0C0D0e/dynamics1__.png)\n\n### Speech Synthesis\n\nSynthesized speech from text using AVSpeechSynthesizer and AVSpeechUtterance.\n\n![](http://f.cl.ly/items/3y0i3B0R3O3E1N1s1w20/speech___.png)\n\n### Custom Transition\n\nUIViewControllerAnimatedTransitioning, UIViewControllerTransitioningDelegate.\n\n- [ZBCustomTransitions](https://github.com/zonble/ZBCustomTransitions)\n\n![](http://f.cl.ly/items/2P0a2Z3W0W2P3p1W2L0X/transition_lines.png)\n\n\n- [HUAnimator](https://github.com/cinkster/HUAnimator)\n\n![](http://f.cl.ly/items/2S0X383R2T1j1X2Y1e3t/transition_gravity.png)\n\n\n### 3D Map\n\n3D Map using MKMapCamera.\n\n![](http://f.cl.ly/items/0R2T2a2s1A3s1G2n3I25/3DMap_.png)\n\n### iBeacon\n\nRegion monitoring demo using iBeacon.\n\n![](http://f.cl.ly/items/220D2F210D1x1D0L1Q20/beacon__.gif)\n\nRelated Repository: [PulsingHalo](https://github.com/shu223/PulsingHalo)\n\n\n### 240fps Video Recording\n\nSLO-MO video recorder using AVFoundation. It works with 240fps on iPhone 6, iPhone 6s, etc.\n\n![](http://f.cl.ly/items/360a271y1G3Q2C2a3p2d/IMG_8907_r1_c1.jpg)\n\nExample:\n\n![](http://f.cl.ly/items/1b3Q0h0k3k2m261s3R3n/samplemovie__.gif)\n\n\u003cp\u003e\u003ca href=\"http://vimeo.com/82064431\"\u003eSee the 120fps Slo-Mo video in Vimeo 120fps.\u003c/a\u003e\u003c/p\u003e\n\nRelated Repository: [SlowMotionVideoRecorder](https://github.com/shu223/SlowMotionVideoRecorder)\n\n\n### Smile Detection\n\nSmile Detection using CIDetectorSmile and new properties of CIFeature such as \"bounds\".\n\n![smile_.png](https://qiita-image-store.s3.amazonaws.com/0/3180/6b5202e3-749d-d5f8-88ba-1877290e33b2.png)\n\n\n### Image Filters\n\nNew filters of CIFilter.\n\n\n- CILinearToSRGBToneCurve\n- CIPhotoEffectChrome\n- CIPhotoEffectFade\n- CIPhotoEffectInstant\n- CIPhotoEffectMono\n- CIPhotoEffectNoir\n- CIPhotoEffectProcess\n- CIPhotoEffectTonal\n- CIPhotoEffectTransfer\n- CISRGBToneCurveToLinear\n- CIVignetteEffect\n\n\n![](http://f.cl.ly/items/3K0T3c012o062b0o061c/imagefilters__.png)\n\n\n### Sprite Kit\n\nA sample of Sprite Kit using SKView, SKScene, SKSpriteNode, SKAction.\n\n![](https://qiita-image-store.s3.amazonaws.com/0/3180/98fcfb76-5ac4-6c3b-cfca-a008790c948a.png)\n\n\n### Map Directions\n\nRequesting and draw directions using MKDirections, MKDirectionsResponse and MKPolylineRenderer.\n\n![mapdirection_.png](https://qiita-image-store.s3.amazonaws.com/0/3180/3fe4c6f3-4d3d-0fd2-92ee-e5ffcac51b8e.png)\n\n### Motion Effects (Parallax)\n\nParallax effect using UIMotionEffect.\n\n![](http://f.cl.ly/items/3L2N2m3M1i0G45081o0j/parallax_.png)\n\n\n### Multipeer Connectivity\n\nCreating a local network sharing connection over Wi-Fi or Bluetooth LE.\n\n![](http://f.cl.ly/items/3T432y3G1w1S1u2W0X0q/multipeer.png)\n\n\n### AirDrop/Flickr/Vimeo/ReadingList\n\nNew Activity Types: AirDrop, Post to Flickr / Vimeo, Add to ReadingList\n\n![](http://f.cl.ly/items/2V2E3P2f1X1z0E0E0E47/AirDrop_.png)\n\n\n### QR Code Reader\n\nDetect QR codes with AVMetadataObjectTypeQRCode which is added into AVMetadataObjectTypes.\n\n\n### QR Code Generator\n\nGenerating QR Code with CIQRCodeGenerator.\n\n![](http://f.cl.ly/items/3E1q1t1L2n142r2i2I3S/qrcode__.png)\n\n\n### Motion Activity Tracking\n\nCounting steps and monitoring the activity using CMStepCounter and CMMotionActivityManager. It works only on iPhone5s (M7 chip).\n\n![](http://f.cl.ly/items/391o07450F3U443B3i0v/m7_.png)\n\n\n### Static Map Snapshots\n\nCreating a snapshot with MKMapSnapshotOptions, MKMapSnapshotter.\n\n![](http://f.cl.ly/items/2Q3d472D37002f063716/map_snapshot.png)\n\n\n### Safari Reading List\n\nAdding an item to the Safari Reading List with the new Safari Services framework.\n\n\n### New Fonts\n\nDisplaying new fonts with their FontNames which are needed for \\\"fontWithName:size:\\\" method of UIFont.\n\n![](http://f.cl.ly/items/2i1P390S0f3K340i0p1G/font2_.png)\n\n\n### Spring Animation\n\nPerforms animations using a timing curve described by the motion of a spring.\n\n![](http://f.cl.ly/items/1S1n3w0M132q3m42430B/springanimation_r1_c1.jpg)\n\n\n### Web Pagination\n\nPagination sample for web pages. It uses new property \"paginationMode\" of UIWebView.\n\n![](http://f.cl.ly/items/2q2F0L2o2G3H2F0k0l1E/IMG_9221_r1_c1.jpg)\n\n\n## Special Thanks\n\nIcons and LaunchImages are **designed by [Okazu](https://www.facebook.com/pashimo)**\n\n![](https://github.com/shu223/iOS7-Sampler/blob/master/iOS7Sampler/Images.xcassets/AppIcon.appiconset/Icon-40@2x.png?raw=true)\n\n\n## Author\n\n**Shuichi Tsutsumi**\n\niOS freelancer in Japan. Welcome works from abroad!\n\n- PAST WORKS:  [My Profile Summary](https://medium.com/@shu223/my-profile-summary-f14bfc1e7099#.vdh0i7clr)\n- PROFILES: [LinkedIn](https://www.linkedin.com/in/shuichi-tsutsumi-525b755b/)\n- BLOG: [English](https://medium.com/@shu223/) / [Japanese](http://d.hatena.ne.jp/shu223/)\n- CONTACTS:\n  - [Twitter](https://twitter.com/shu223)\n  - [Facebook](https://www.facebook.com/shuichi.tsutsumi)\n","funding_links":["https://github.com/sponsors/shu223","https://paypal.me/shu223"],"categories":["Objective-C","Objective-C  Stars 1000以内排名整理","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2FiOS7-Sampler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshu223%2FiOS7-Sampler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2FiOS7-Sampler/lists"}