mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-28 23:58:50 +08:00
fixed next link for corner rounding
This commit is contained in:
@@ -3,7 +3,7 @@ title: Corner Rounding
|
||||
layout: docs
|
||||
permalink: /docs/corner-rounding.html
|
||||
prevPage: synchronous-concurrency.html
|
||||
nextPage: debug-tools-hit-test-visualization.html
|
||||
nextPage: debug-tool-hit-test-visualization.html
|
||||
---
|
||||
|
||||
When it comes to corner rounding, many developers stick with CALayer's `.cornerRadius` property. Unfortunately, this convenient property greatly taxes performance and should only be used when there is _no_ alternative. This post will cover:
|
||||
|
||||
Reference in New Issue
Block a user