Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasmusson authored Jan 27, 2020
1 parent bd23bca commit 82011bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basics/DynamicFont/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The way Apple keeps its fonts looking good (even when people resize their device

<img src="https://github.com/jrasmusson/ios-starter-kit/blob/master/basics/DynamicFont/images/preferred-font-sizes.png" alt="drawing" width="400"/>

<img src="https://github.com/jrasmusson/ios-starter-kit/blob/master/basics/DynamicFont/images/sizes.png" alt="drawing" width="400"/>



So long as you stick to these `UIFontTextStyle`s, your app will resize its fonts appropriatedly. The advantages here aren't just astectic. They can also serve as the design language you use with your designers. So when you say `Title1` everyone will know what you mean, and you won't have to hardcode font sizes any more.

Expand Down

0 comments on commit 82011bb

Please sign in to comment.