FXBlurView
GitHub describes it as [DEPRECATED]. The repository metadata lists Objective-C as its primary language. The metadata lists the NOASSERTION license. This article stays within the project description and details documented in the GitHub repository README.
nicklockwood/FXBlurView: README details
GitHub describes it as [DEPRECATED]. The repository metadata lists Objective-C as its primary language. The metadata lists the NOASSERTION license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as [DEPRECATED]. The repository metadata lists Objective-C as its primary language. The metadata lists the NOASSERTION license. The README describes the project this way: WARNING: THIS PROJECT IS DEPRECATED ==================================== It will not receive any future updates or bug fixes. If you are using it, please migrate to another solution.
README details
The README section "README details" states: FXBlurView is a UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above. It is designed to be as fast and as simple to use as possible. FXBlurView offers two modes of operation: static, where the view is rendered only once when it is added to a superview (though it can be updated by calling setNeedsDisplay or updateAsynchronously:completion: ) or dynamic, where it will automatically redraw itself on a background thread as often as possible.
README details
The README section "README details" states: Supported build target - iOS 8.4 (Xcode 6.4, Apple LLVM compiler 6.1) Earliest supported deployment target - iOS 7.0 Earliest compatible deployment target - iOS 4.3
README details
The README section "README details" states: NOTE: 'Supported' means that the library has been tested with this version. 'Compatible' means that the library should work on this iOS version (i.e. it doesn't rely on any unavailable SDK features) but is no longer being tested for compatibility and may require tweaking or bug fixes to run correctly.
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes