I realize that the performance of using cornerRadius or shadow or other Core Graphics properties, it slows down the performance of the app(like when you scroll down UITableView, it’s quite slow). Is there a way you can increase the speed and performance when using it?
I realize that the performance of using cornerRadius or shadow or other Core Graphics
Share
Tipsy,
There is a no such performance issue by using cornerRadius or masksToBound property or any other instance/class method of quartzCore framework.
Try running instruments to find the exact cause of it. I am sure it is not because of any other Core Graphics properties .
Hope that helps !