Skip to content

Instantly share code, notes, and snippets.

View simonliotier's full-sized avatar

Simon Liotier simonliotier

  • iAdvize
  • Nantes
View GitHub Profile
@simonliotier
simonliotier / SwiftUI+CustomFonts+DynamicType.swift
Last active December 11, 2019 14:27
Example of how to get Dynamic Type with custom fonts in SwiftUI
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
}
@simonliotier
simonliotier / WWDC 2017 Videos.md
Created June 10, 2017 20:08
List of all WWDC 2017 Sessions Videos

WWDC 2017 Videos

Featured

  • 101 - WWDC 2017 Keynote
  • 102 - Platforms State of the Union
  • 106 - From Monroe to NASA
  • 110 - Convenience for You is Independence for Me

App Frameworks

@simonliotier
simonliotier / WWDC_2014_Session_Videos.md
Created June 9, 2014 15:50
WWDC 2014 Session Videos List

#WWDC 2014 Session Videos Extracted from http://asciiwwdc.com/

##Special Events

  • 101 - Keynote
  • 102 - Platforms State of the Union
  • 103 - Apple Design Awards

##Frameworks