3

I need to make a UIView with rounded corners like this(View with rounded corners) in tableView with a very large number of items. Therefore, my question is whether the CALayer bad influence on smooth scrolling, and may be better to use for the background image for this case?

Thanks.

wiruzx
  • 491
  • 3
  • 17

1 Answers1

2

CALayer is fine. Transparency is bad for performance though.

Jelle
  • 1,024
  • 10
  • 18