https://github.com/kittenyang/dynamicblurview
A high performance UIView-Class dynamic blur view like UITabbar or UINavagationBar, it can blur the view behind it.
https://github.com/kittenyang/dynamicblurview
Last synced: 2 months ago
JSON representation
A high performance UIView-Class dynamic blur view like UITabbar or UINavagationBar, it can blur the view behind it.
- Host: GitHub
- URL: https://github.com/kittenyang/dynamicblurview
- Owner: KittenYang
- License: mit
- Created: 2015-12-05T19:39:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T05:20:49.000Z (over 9 years ago)
- Last Synced: 2025-03-20T13:32:36.593Z (3 months ago)
- Language: Objective-C
- Size: 30.9 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamicBlurView
A UIView-Class dynamic blur view like UITabbar or UINavagationBar, it can blur the view behind it.You'd better dont make the blurView have large frame,it'll cause block the main thread. Although I tried GCD,but it caused the CPU overload even the frame is small.So I strongly recommand you could use this demo when your blurView is not big. e.g. a naviagtion bar or a tabbar is absolutely no problem.
Besides,you can set the color whatever you like :)
Blue:

Red:

Clear:
