From 425e879b1e2f5c7472e093aba737adf6f5d437df Mon Sep 17 00:00:00 2001 From: Luke Parham Date: Mon, 25 Jul 2016 00:00:55 -0700 Subject: [PATCH] fixed next link for corner rounding --- _docs/corner-rounding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: