From cc0f0665677d7bfe7faaf994ec6261cfcf3f4c25 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Mon, 18 Apr 2016 15:53:54 -0700 Subject: [PATCH] Update debug-tool-pixel-scaling.md --- _docs/debug-tool-pixel-scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/debug-tool-pixel-scaling.md b/_docs/debug-tool-pixel-scaling.md index 6c73bf73..c782f51d 100644 --- a/_docs/debug-tool-pixel-scaling.md +++ b/_docs/debug-tool-pixel-scaling.md @@ -28,7 +28,7 @@ if (scaleFactor != 1.0) { In the screenshot below of an app with this debug feature enabled, you can see that the avatar image is unnecessarily large (9x too large) for it’s bounds size and that the center picture is more optimized, but not perfectly so. If you control your own endpoint, optimize your API / app to return an optimally sized image. ![screen shot 2016-03-25 at 4 04 59 pm](https://cloud.githubusercontent.com/assets/3419380/14056994/15561daa-f2b1-11e5-9606-59d54d2b5354.png) -### Usage +### Usage ### In your `AppDelegate.m` file,