diff --git a/_docs/corner-rounding.md b/_docs/corner-rounding.md index c571085c..92e36369 100644 --- a/_docs/corner-rounding.md +++ b/_docs/corner-rounding.md @@ -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: