Skip to content

Commit

Permalink
command - r
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpimentel authored Sep 20, 2018
1 parent 991ed9d commit 72d3437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Your view should now look something like this:
![alt text](/README-images/part2-3.png)
-->

Try building your project now by pressing `Command + B` or the "Run" button at the top left corner of Xcode. You'll see that the UI looks different than it does in the Interface builder, and that there is a lot of extra white space. You can rotate the simulator by pressing `Hardware > Rotate` to reveal some more UI issues. To fix these problems, we will use AutoLayout!
Try building your project now by pressing `Command + R` or the "Run" button at the top left corner of Xcode. You'll see that the UI looks different than it does in the Interface builder, and that there is a lot of extra white space. You can rotate the simulator by pressing `Hardware > Rotate` to reveal some more UI issues. To fix these problems, we will use AutoLayout!

## Part 3 - Creating AutoLayout Constraints ##

Expand Down

0 comments on commit 72d3437

Please sign in to comment.