{"id":24902911,"url":"https://github.com/yalantis/forceblur","last_synced_at":"2025-10-04T00:13:51.490Z","repository":{"id":53929461,"uuid":"70056233","full_name":"Yalantis/ForceBlur","owner":"Yalantis","description":"ForceBlur Animation for iOS Messaging Apps","archived":false,"fork":false,"pushed_at":"2019-10-02T11:35:49.000Z","size":16793,"stargazers_count":676,"open_issues_count":5,"forks_count":46,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-09-01T18:48:57.165Z","etag":null,"topics":["animation","blur","blur-backgrounds","blurview","cocoapods","force-touch","interface-builder","ios","storyboard","swift","yalantis"],"latest_commit_sha":null,"homepage":"https://yalantis.com","language":"Swift","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/Yalantis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-05T12:00:29.000Z","updated_at":"2025-05-18T02:06:17.000Z","dependencies_parsed_at":"2022-08-13T04:40:36.302Z","dependency_job_id":null,"html_url":"https://github.com/Yalantis/ForceBlur","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Yalantis/ForceBlur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FForceBlur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FForceBlur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FForceBlur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FForceBlur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yalantis","download_url":"https://codeload.github.com/Yalantis/ForceBlur/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FForceBlur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278245585,"owners_count":25955055,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["animation","blur","blur-backgrounds","blurview","cocoapods","force-touch","interface-builder","ios","storyboard","swift","yalantis"],"created_at":"2025-02-01T22:17:46.202Z","updated_at":"2025-10-04T00:13:51.455Z","avatar_url":"https://github.com/Yalantis.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ForceBlur\n\n![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ForceBlur.svg)](https://img.shields.io/cocoapods/v/ForceBlur.svg)\n\nInspired by [this project on Dribbble](https://dribbble.com/shots/3010426-ForceBlur-Component)\n\n![Preview](Resources/preview.gif)\n\nRead how we made it [on our blog](https://yalantis.com/blog/forceblur-animation-ios/)\n\n## Features\n\n- [x] Display private content\n- [x] Easy to use\n- [x] Use with storyboards, XIBs, code\n- [x] Compatible with [JSQMessagesViewController](https://github.com/jessesquires/JSQMessagesViewController)\n\n## ForceBlurImageView\n\n- iOS 9+\n- Xcode 8\n- Swift 3\n\n## Usage\n\n### In interface builder (storyboard, xib)\n\nTo use the component in interface builder you need to set custom class for UIImageView:\n\n![Install using interface builder](Resources/install_interface_builder.png)\n\nAlso make sure the module is set to `ForceBlur`.\n\n### In code\n\nYou can treat `ForceBlurImageView` as `UIImageView`:\n\n``` swift\nlet imageView = ForceBlurImageView(image: image)\n```\n\n### With JSQMessagesViewController\n\nUse `ForceBlurPhotoMediaItem` instead of `JSQPhotoMediaItem`, that's it!\n\nNormal photo:\n\n``` swift\nlet photoItem = JSQPhotoMediaItem(image: image)\n```\n\nBlurred photo:\n\n``` swift\nlet photoItem = ForceBlurPhotoMediaItem(image: image)\n```\n\n## Installation\n\n### [CocoaPods](https://cocoapods.org/)\n\n```\npod 'ForceBlur', '~\u003e 1.0'\n```\n\nFor JSQMessagesViewController extension add:\n\n```\npod 'ForceBlur/JSQMessagesViewController', '~\u003e 1.0'\n```\n\nThe dependency includes JSQMessagesViewController itself.\n\n## Let us know!\n\nWe’d be really happy if you sent us links to your projects where you use our component. Just send an email to github@yalantis.com And do let us know if you have any questions or suggestion regarding the animation. \n\nP.S. We’re going to publish more awesomeness wrapped in code and a tutorial on how to make UI for iOS (Android) better than better. Stay tuned!\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Yalantis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyalantis%2Fforceblur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyalantis%2Fforceblur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyalantis%2Fforceblur/lists"}