# UIImageBlurEffectCategory **Repository Path**: leeszi/UIImageBlurEffectCategory ## Basic Information - **Project Name**: UIImageBlurEffectCategory - **Description**: No description available - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-06-18 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UIImageBlurEffectCategory This is the UIImage blur effect for prior iOS 7. For iOS 8, please use `UIVisualEffectView` with `UIVisualEffect` instead. The code is from the sample code "UIImageEffect" by Apple. [Original Page](https://developer.apple.com/library/prerelease/iOS/samplecode/UIImageEffects/Introduction/Intro.html). ## Usage Using CocoaPods to install: ``` ruby pod 'UIImageBlurEffectCategory', :git => 'https://github.com/vc7/UIImageBlurEffectCategory.git' ``` ## License The copyright of the code is belongs to Apple. Please refer to the LICENSE file of this repository for more.