Last active
September 13, 2015 04:54
-
-
Save abbeyjackson/2da02a928046873d010f to your computer and use it in GitHub Desktop.
However, be careful with cell layer properties such as `cornerRadius` or `maskLayer` because it could slow your scroll down this would cache the layer as a bitmap and uses the bitmap during the animation instead of keep drawing on every frame change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layer.shouldRasterize = true | |
layer.rasterizationScale = [UIScreen mainScreen].scale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment