- 101 - WWDC 2017 Keynote
- 102 - Platforms State of the Union
- 106 - From Monroe to NASA
- 110 - Convenience for You is Independence for Me
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
/// Example of how to get Dynamic Type with custom fonts in SwiftUI. | |
struct ContentView: View { | |
var body: some View { | |
VStack(spacing: 20) { | |
Text("A large title").customFont(.largeTitle) // "Optima-ExtraBlack", 28 | |
Text("A body").customFont(.body) // "Kailasa", 16 | |
Text("A caption").customFont(.caption2) // "IowanOldStyle-Italic", 11 | |
} |
#WWDC 2014 Session Videos Extracted from http://asciiwwdc.com/
##Special Events
- 101 - Keynote
- 102 - Platforms State of the Union
- 103 - Apple Design Awards
##Frameworks