{"id":13902845,"url":"https://github.com/shu223/iOS8-Sampler","last_synced_at":"2025-07-18T00:32:21.255Z","repository":{"id":20523838,"uuid":"23802847","full_name":"shu223/iOS8-Sampler","owner":"shu223","description":"Code examples for the new features of iOS 8.","archived":false,"fork":false,"pushed_at":"2020-03-28T22:36:14.000Z","size":3334,"stargazers_count":3135,"open_issues_count":0,"forks_count":366,"subscribers_count":177,"default_branch":"master","last_synced_at":"2025-05-29T11:35:59.475Z","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":"2014-09-08T18:27:36.000Z","updated_at":"2025-05-18T01:58:04.000Z","dependencies_parsed_at":"2022-08-30T18:00:59.494Z","dependency_job_id":null,"html_url":"https://github.com/shu223/iOS8-Sampler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shu223/iOS8-Sampler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS8-Sampler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS8-Sampler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS8-Sampler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS8-Sampler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shu223","download_url":"https://codeload.github.com/shu223/iOS8-Sampler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FiOS8-Sampler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265685524,"owners_count":23811191,"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-06T22:01:27.537Z","updated_at":"2025-07-18T00:32:20.566Z","avatar_url":"https://github.com/shu223.png","language":"Objective-C","readme":"![](http://f.cl.ly/items/0W2i0E151s0B3S3x3E3W/ogp_.jpg)\n\niOS8-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 features of iOS 8.\n\n\u003cimg src=\"http://f.cl.ly/items/2m0W310X0f0J2Z0b0o2r/top.jpg\" width=\"240\"\u003e\n\n\n## How to build\n\nJUST BUILD basically, however please note below:\n\n\n### Provisioning Profile\n\nWhen try the HealthKit or HomeKit examples, you have to use a provisioning profile for which HealthKit or HomeKit are enabled.\n\n\n## Contents\n\n\n### Audio Effects\n\nDistortion and Delay effect for audio using AVAudioEngine.\n\n\u003cimg src=\"ResourcesForREADME/effects.jpg\" width=\"200\"\u003e\n\n                   \n### New Image Filters\n\nNew filters of CIFilter such as CIGrassDistortion, CIDivideBlendMode, etc...\n\n\u003cimg src=\"ResourcesForREADME/coreimage.jpg\" width=\"200\"\u003e\n\n\n### Custom Filters\n\nCustom CIFilter examples using CIKernel.\n\n\u003cimg src=\"ResourcesForREADME/customfilter.jpg\" width=\"200\"\u003e\n\n\n### Metal Basic\n\nRender a set of cubes using Metal. Based on Apple's \"MetalBasic3D\" sample.\n\n\u003cimg src=\"ResourcesForREADME/metal1.jpg\" width=\"200\"\u003e\n\n\n### Metal Uniform Streaming\n\nDemo using a data buffer to set uniforms for the vertex and fragment shaders.\n\n\u003cimg src=\"ResourcesForREADME/metal2.jpg\" width=\"200\"\u003e\n\n\n### SceneKit\n\nRender a 2D image on 3D scene using SceneKit framework.\n\n\u003cimg src=\"ResourcesForREADME/scene.jpg\" width=\"200\"\u003e\n\n\n### HealthKit\n\nFetch all types of data which are available in HealthKit. Need to use a provisioning profile for which HealthKit is enabled.\n\n\u003cimg src=\"ResourcesForREADME/health.jpg\" width=\"200\"\u003e\n\n                   \n### TouchID\n\nInvoke Touch ID verification using LocalAuthentication.\n\n\u003cimg src=\"ResourcesForREADME/touch.jpg\" width=\"200\"\u003e\n\n\n### Touch Radius\n\nVisualize the radiuses of touches using a new property of UITouch.\n\n\u003cimg src=\"ResourcesForREADME/touch_radius.gif\"\u003e\n\n\n### Visual Effects\n\nExample for UIBlurEffect and UIVibrancyEffect.\n\n\u003cimg src=\"ResourcesForREADME/visualeffect.jpg\" width=\"200\"\u003e\n\n\n### Table Separator Effect\n\nExample of separatorEffect which is a new property of UITableView.\n\n\u003cimg src=\"ResourcesForREADME/separator.jpg\" width=\"200\"\u003e\n\n\n### Ruby Annotation\n\nDisplay the pronunciation of characters using CTRubyAnnotationRef.\n\n\u003cimg src=\"ResourcesForREADME/ruby.jpg\" width=\"200\"\u003e\n\n\n### WebKit\n\nBrowsing example using WKWebView.\n\n\u003cimg src=\"ResourcesForREADME/webkit.jpg\" width=\"200\"\u003e\n\n\n### UIAlertController\n\nShow Alert or ActionSheet using UIAlertController.\n\n\u003cimg src=\"ResourcesForREADME/alert.jpg\" height=\"355\"\u003e\n\n\n### User Notification\n\nSchedule a local notification which has custom actions using UIUserNotificationSettings.\n\n\u003cimg src=\"ResourcesForREADME/notification.jpg\" height=\"355\"\u003e\n\n\n### Altimeter\n\nGet relative altitude using CMAltimeter. It works only on devices which have M8 motion co-processor.\n\n\u003cimg src=\"ResourcesForREADME/altimeter.jpg\" width=\"200\"\u003e\n\n\n### Pedometer\n\nCounting steps demo using CMPedometer. It works only on devices which have M7 or M8 motion co-processor.\n\n\u003cimg src=\"ResourcesForREADME/pedometer.jpg\" width=\"200\"\u003e\n\n\n### AVKit\n\nMedia playback demo using AVKit framework.\n\n\u003cimg src=\"ResourcesForREADME/avkit.jpg\" width=\"200\"\u003e\n\n                   \n### Histogram\n\nGenerate a histogram from an image using the filters CIAreaHistogram and CIHistogramDisplayFilter.\n\n\u003cimg src=\"ResourcesForREADME/histo.jpg\" width=\"200\"\u003e\n\n\n### Code Generator\n\nGenerate Aztec Code and 128 Barcode.\n\n\u003cimg src=\"ResourcesForREADME/codegen.jpg\" height=\"355\"\u003e\n\n\n### New Fonts\n\nGallery of new fonts.\n\n\u003cimg src=\"ResourcesForREADME/font.jpg\" width=\"200\"\u003e\n\n\n### Popover\n\nExample of UIPopoverPresentationController.\n\n\u003cimg src=\"ResourcesForREADME/popover.jpg\" width=\"200\"\u003e\n\n\n### Table Row Action\n\nExample of UITableViewRowAction.\n\n\n### Accordion Fold Transition\n\nTransitions from one image to another by folding like accordion. However it doesn't work correctly...**PULL REQUESTS welcome**!!\n\n\n## Author\n\n**Shuichi Tsutsumi**\n\niOS freelancer in Japan. Welcome works from abroad!\n\n\u003ca href=\"https://paypal.me/shu223\"\u003e\n  \u003cimg alt=\"Support via PayPal\" src=\"https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg\"/\u003e\n\u003c/a\u003e\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\n\n## Special Thanks\n\nIcons and LaunchImages are **designed by [Okazu](https://www.facebook.com/pashimo)**\n","funding_links":["https://github.com/sponsors/shu223","https://paypal.me/shu223"],"categories":["Objective-C","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2FiOS8-Sampler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshu223%2FiOS8-Sampler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2FiOS8-Sampler/lists"}