CALayer Class Reference
PDF
Overview
Tasks
Creating a Layer
Accessing the Presentation Layer
Modifying the Layer Geometry
Providing Layer Content
Style Attributes
Managing the Layer Hierarchy
Updating Layer Display
Layer Animations
Managing Layer Resizing and Layout
Actions
Mapping Between Coordinate and Time Spaces
Hit Testing
Rendering
Scrolling
Modifying the Delegate
Key-Value Coding Extensions
Properties
actions
anchorPoint
autoresizingMask
backgroundColor
backgroundFilters
borderColor
borderWidth
bounds
compositingFilter
constraints
contents
contentsGravity
contentsRect
cornerRadius
delegate
doubleSided
edgeAntialiasingMask
filters
frame
hidden
layoutManager
magnificationFilter
mask
masksToBounds
minificationFilter
name
needsDisplayOnBoundsChange
opacity
opaque
position
shadowColor
shadowOffset
shadowOpacity
shadowRadius
style
sublayers
sublayerTransform
superlayer
transform
visibleRect
zPosition
Class Methods
defaultActionForKey:
defaultValueForKey:
layer
Instance Methods
actionForKey:
addAnimation:forKey:
addConstraint:
addSublayer:
affineTransform
animationForKey:
containsPoint:
convertPoint:fromLayer:
convertPoint:toLayer:
convertRect:fromLayer:
convertRect:toLayer:
convertTime:fromLayer:
convertTime:toLayer:
display
drawInContext:
hitTest:
init
initWithLayer:
insertSublayer:above:
insertSublayer:atIndex:
insertSublayer:below:
isDoubleSided
isHidden
isOpaque
layoutIfNeeded
layoutSublayers
modelLayer
preferredFrameSize
presentationLayer
removeAllAnimations
removeAnimationForKey:
removeFromSuperlayer
renderInContext:
replaceSublayer:with:
resizeSublayersWithOldSize:
resizeWithOldSuperlayerSize:
scrollPoint:
scrollRectToVisible:
setAffineTransform:
setNeedsDisplay
setNeedsDisplayInRect:
setNeedsLayout
shouldArchiveValueForKey:
Delegate Methods
actionForLayer:forKey:
displayLayer:
drawLayer:inContext:
Constants
Autoresizing Mask
Action Identifiers
Edge Antialiasing Mask
Contents Gravity Values
Identity Transform
Scaling Filters
Transform
Revision History
Index
Companion Guides
Core Animation Programming Guide
Core Animation Cookbook