Update debug-tool-pixel-scaling.md

This commit is contained in:
Hannah Troisi
2016-04-18 15:53:54 -07:00
parent caacbbd1b5
commit cc0f066567

View File

@@ -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 its 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,
<ul>
<li>import `AsyncDisplayKit+Debug.h`</li>