From 7c2f85caf737e958851528e470369d7ecabcaa97 Mon Sep 17 00:00:00 2001 From: Jonathan Rasmusson <40837677+jrasmusson@users.noreply.github.com> Date: Sun, 18 Oct 2020 07:44:06 -0600 Subject: [PATCH] Update README.md --- basics/DynamicFont/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/basics/DynamicFont/README.md b/basics/DynamicFont/README.md index 87a7b9f8..324c9dec 100644 --- a/basics/DynamicFont/README.md +++ b/basics/DynamicFont/README.md @@ -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)