cocoa - Stop CALayer to blur the whole parent view -


i'm trying build blurred, ios 7 nsview, blurs background.

so far it's working fine applying gaussian background filter layer-backed nsview. problem not area right underneath view gets blurred, whole parent view area blurred.

layer-backing parent view doesn't help. idea on how blur immediate area of smaller subview?

apparently have set

[blurredview.layer setmaskstobounds:yes];.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -