{"id":21373971,"url":"https://github.com/TransitApp/SVBlurView","last_synced_at":"2025-07-13T08:31:59.250Z","repository":{"id":11295613,"uuid":"13709162","full_name":"TransitApp/SVBlurView","owner":"TransitApp","description":"A simple reimplementation of FXBlurView for iOS 7","archived":true,"fork":false,"pushed_at":"2015-06-28T14:48:36.000Z","size":1340,"stargazers_count":337,"open_issues_count":2,"forks_count":26,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-04-26T06:20:28.635Z","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/TransitApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-19T21:31:48.000Z","updated_at":"2024-01-20T16:56:50.000Z","dependencies_parsed_at":"2022-09-16T18:50:11.202Z","dependency_job_id":null,"html_url":"https://github.com/TransitApp/SVBlurView","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/TransitApp%2FSVBlurView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TransitApp%2FSVBlurView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TransitApp%2FSVBlurView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TransitApp%2FSVBlurView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TransitApp","download_url":"https://codeload.github.com/TransitApp/SVBlurView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225131830,"owners_count":17425704,"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-11-22T08:29:37.112Z","updated_at":"2024-11-22T08:30:03.387Z","avatar_url":"https://github.com/TransitApp.png","language":"Objective-C","funding_links":[],"categories":["OOM-Leaks-Crash"],"sub_categories":["BlurView"],"readme":"# SVBlurView\n\nSVBlurView is a simple reimplementation of FXBlurView for iOS 7. It uses Apple's `UIImage+ImageEffects` category as well as the new `drawViewHierarchyInRect:` UIView API. It doesn't do dynamic blurs yet.\n\n![SVBlurView](http://f.cl.ly/items/1q1D0k180z2Y0u2J3x2f/iOS%20Simulator%20Screen%20shot%2019%20Oct,%202013%205.34.21%20PM.png)\n\n## Installation\n\n### Manually\n\n* Drag the `SVBlurView/SVBlurView` folder into your project. \n* `#import \"SVBlurView.h\"`\n\n## Usage\n\n(see sample Xcode project in `/Demo`)\n\n```objective-c\nSVBlurView *blurView = [[SVBlurView alloc] initWithFrame:CGRectMake(60, 100, 200, 200)];\n[backgroundView addSubview:blurView];\n```\n\n#### Customization\n\n```objective-c\n@property (nonatomic, readwrite) CGFloat blurRadius; // default is 20.0f\n@property (nonatomic, readwrite) CGFloat saturationDelta; // default is 1.5\n@property (nonatomic, readwrite) UIColor *tintColor; // default nil\n```\n\n## Credits\n\nSVBlurView is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/samvermette/SVBlurView/contributors). If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/samvermette/SVBlurView/issues/new). If you're using SVBlurView in your project, attribution would be nice.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTransitApp%2FSVBlurView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTransitApp%2FSVBlurView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTransitApp%2FSVBlurView/lists"}