fixed next link for corner rounding

This commit is contained in:
Luke Parham
2016-07-25 00:00:55 -07:00
parent 72eed49937
commit 425e879b1e

View File

@@ -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: