{"id":13685125,"url":"https://github.com/JagCesar/iOS-blur","last_synced_at":"2025-05-01T01:30:44.845Z","repository":{"id":52241776,"uuid":"11095369","full_name":"JagCesar/iOS-blur","owner":"JagCesar","description":"Blur a UIView","archived":false,"fork":false,"pushed_at":"2017-04-17T17:13:00.000Z","size":928,"stargazers_count":2067,"open_issues_count":0,"forks_count":211,"subscribers_count":77,"default_branch":"master","last_synced_at":"2024-10-29T17:50:17.730Z","etag":null,"topics":["blur","ios","ios-blur","objective-c"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JagCesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-01T13:19:15.000Z","updated_at":"2024-10-24T02:36:40.000Z","dependencies_parsed_at":"2022-08-26T05:40:39.863Z","dependency_job_id":null,"html_url":"https://github.com/JagCesar/iOS-blur","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagCesar%2FiOS-blur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagCesar%2FiOS-blur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagCesar%2FiOS-blur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagCesar%2FiOS-blur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JagCesar","download_url":"https://codeload.github.com/JagCesar/iOS-blur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224187969,"owners_count":17270367,"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":["blur","ios","ios-blur","objective-c"],"created_at":"2024-08-02T14:00:44.325Z","updated_at":"2024-11-12T06:31:20.075Z","avatar_url":"https://github.com/JagCesar.png","language":"Objective-C","readme":"# iOS-blur\n\nIn iOS 7 a new view is shown in several places that is transparent and has a nice blur effect. However Apple hasn't given us a public API to use this amazing view.\n\nApple gave us some sample code at WWDC that blurs an UIImage object. It looks great, but isn't as cool as a view that blurs the views behind it in realtime.\n\nI needed this in one of my projects, so after some thinking I came up with a brilliant and simple idea. It only works for iOS 7.\n\n## Screenshot\n![Screenshot](https://raw.github.com/JagCesar/iOS-blur/master/screenshot.png \"Example of JCRBlurView\")\n\n## How is it done?\n\nI simply took a UIToolbar, placed it as a subview and voila!\n\n## Awesome! So, how do I use it?\n\nYou just use it as any normal UIView object. I wanted it to be as simple as possible, and I think I've managed to do just that.\n\nTo use it you copy JCRBlurView.h and JCRBlurView.m to your project. Make sure to import it, initialise it, set a frame and add it to your view. That's it! :)\n\n```\nJCRBlurView *blurView = [JCRBlurView new];\n[blurView setFrame:CGRectMake(0.0f,0.0f,100.0f,100.0f)];\n[self.view addSubview:blurView];\n```\n\nIf you prefer using Auto Layout that works great too!\n\n## What about using it as a [cocoapod](http://cocoapods.org/?q=ios-blur)? It would be SO much easier!\n\nJust add: `pod 'iOS-blur'` to your Podfile and run `pod install`\n\n## License\niOS-blur is released under the WTFPL-license (see the LICENSE file)\n","funding_links":[],"categories":["Objective-C","OOM-Leaks-Crash","objective-c"],"sub_categories":["BlurView"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJagCesar%2FiOS-blur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJagCesar%2FiOS-blur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJagCesar%2FiOS-blur/lists"}