Blur CALayer's Superlayer
Posted
by eaigner
on Stack Overflow
See other posts from Stack Overflow
or by eaigner
Published on 2010-05-12T18:13:14Z
Indexed on
2010/05/12
18:14 UTC
Read the original article
Hit count: 217
cocoa
|core-animation
Hi.
I've got a CALayer and a sublayer in it. What i want to achieve is a blur of the superlayer (the area under the sublayer), just like the standard sheets do it. I've tried to set a .compositingFilter on the sublayer but this doesn't seem to work.
Any ideas how to solve this?
© Stack Overflow or respective owner