aryaxt
aryaxt

Reputation: 77596

iOS - animation and performance?

Upvotes: 0

Views: 156

Answers (1)

CodaFi
CodaFi

Reputation: 43330

ShouldRasterize is a property of CALayer, not UIView, and yes, it does affect sub-layers.

Rasterization draws things offscreen and then composites them onscreen, which is beautiful and extremely useful for shadows, otherwise it's not that useful.

Upvotes: 1

Related Questions