Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasmusson authored Oct 18, 2020
1 parent 5becf89 commit 7c2f85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basics/DynamicFont/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class ViewController: UIViewController {
let caption1 = makeLabel("Caption1", UIFont.preferredFont(forTextStyle: .caption1))
let caption2 = makeLabel("Caption2", UIFont.preferredFont(forTextStyle: .caption2))

stackView.addArrangedSubview(largeTitle)
stackView.addArrangedSubview(title1)
stackView.addArrangedSubview(title2)
stackView.addArrangedSubview(title3)
Expand Down

0 comments on commit 7c2f85c

Please sign in to comment.