{"id":13743214,"url":"https://github.com/alexdrone/ios-realtimeblur","last_synced_at":"2025-04-04T08:09:41.603Z","repository":{"id":9310036,"uuid":"11150359","full_name":"alexdrone/ios-realtimeblur","owner":"alexdrone","description":"Multipurpose real-time blur view for iOS6+ ","archived":false,"fork":false,"pushed_at":"2014-06-26T09:47:21.000Z","size":617,"stargazers_count":950,"open_issues_count":10,"forks_count":106,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-03-28T07:09:30.558Z","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/alexdrone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-03T12:28:18.000Z","updated_at":"2025-03-23T10:48:41.000Z","dependencies_parsed_at":"2022-09-02T23:41:09.344Z","dependency_job_id":null,"html_url":"https://github.com/alexdrone/ios-realtimeblur","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/alexdrone%2Fios-realtimeblur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdrone%2Fios-realtimeblur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdrone%2Fios-realtimeblur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdrone%2Fios-realtimeblur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexdrone","download_url":"https://codeload.github.com/alexdrone/ios-realtimeblur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142074,"owners_count":20890653,"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-03T05:00:42.619Z","updated_at":"2025-04-04T08:09:41.579Z","avatar_url":"https://github.com/alexdrone.png","language":"Objective-C","funding_links":[],"categories":["Objective-C  Stars 1000以内排名整理"],"sub_categories":[],"readme":"ios-realtimeblur\n================\n\nReal-time blur view, like in iOS 7. (deployable on iOS5, 6 and 7)\n\n\n\n[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/jVtbBU92suk/0.jpg)](http://www.youtube.com/watch?v=jVtbBU92suk)\n\n\nUsage\n--------------------\n\n• • • Make sure you link to the Accelerate.framework • • •\n\nInstantiate it and use it as any other view :) \n\n\t//Creates a live blur view\n\tUIERealTimeBlurView *blurView = [[UIERealTimeBlurView alloc] initWithFrame:CGRectMake(60, 110, 200, 200)];\n\t[self.view addSubview:blurView];\n\t\n\nYou can add all the subviews you want to it...\n\n\tUIImageView *speakerImage = [[UIImageView alloc] initWithFrame:CGRectMake(50, 50, 100, 100)];\n\tspeakerImage.image = [UIImage imageNamed:@\"speaker\"];\n\t[blurView addSubview:speakerImage];\n\n\nIf you want to have a static rendering (useful if your view is presented modally) just set\n\n\tblurView.renderStatic = YES;\n\nYou can set the tint color of the view via the tint property (still TODO: use iOS7 tintColor ;)) - The default one is clearColor\n\nIn UIERealTimeBlurView.h you can set the fps by tweaking the global var \n\n\textern const CGFloat UIERealTimeBlurViewFPS = 30.f;\n\n\nCredits\n--------------------\n\nIf you use this component in your app, please add some credits :)\nThe box blur algorithm is from this beautiful blog post:\nhttp://indieambitions.com/idevblogaday/perform-blur-vimage-accelerate-framework-tutorial\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdrone%2Fios-realtimeblur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexdrone%2Fios-realtimeblur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdrone%2Fios-realtimeblur/lists"}