Ashu / A-Swiftly-Tilting-Planet

A repository containing projects I have made for my YouTube channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

Twitter: @cr_wells YouTube:A Swiftly Tilting Planet

Table of contents

#1 Dynamic Type

let label = UILabel()
label.text = "Hello, world"
label.font = UIFont.preferredFont(forTextStyle: .headline)
label.adjustsFontForContentSizeCategory = true

About

A repository containing projects I have made for my YouTube channel.


Languages

Language:Swift 100.0%