Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
CABackdropLayer: Difference between revisions - iPhone Development Wiki

CABackdropLayer: Difference between revisions

From iPhone Development Wiki
(created it)
 
(add framework)
Line 1: Line 1:
[[CABackdropLayer]] is a subclass of [[CALayer]] that clones the content behind it as its own contents. It's useful for applying effects that only apply to some part of the screen, which might be made up of any number of layers behind it.
[[CABackdropLayer]] is a subclass of [[CALayer]] that clones the content behind it as its own contents. It's useful for applying effects that only apply to some part of the screen, which might be made up of any number of layers behind it.
{{occlass|library=QuartzCore.framework|navbox=1}}

Revision as of 23:43, 12 April 2014

CABackdropLayer is a subclass of CALayer that clones the content behind it as its own contents. It's useful for applying effects that only apply to some part of the screen, which might be made up of any number of layers behind it.