Purpose
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.
'Development > IOS & Mac' 카테고리의 다른 글
[iOS] Array Sorting (0) | 2014.05.14 |
---|---|
[iOS] UITextField Padding 값주기 (0) | 2014.05.13 |
[IOS Library] 이미지에서 색상값 추출 (0) | 2014.05.12 |
[iOS] capturing self strongly in this block is likely to lead to a retain cycle (0) | 2014.04.07 |
[iOS] NSString URLEncoding 하기 (0) | 2014.04.05 |