Slide 26
Slide 26 text
let textPost = Post(date: Date(),
author: "Dimitri",
type: .text(text: "I'm on stage!"))
let imagePost = Post(date: Date(),
author: "Dimitri",
type: .image(image: UIImage(), legend: "Vacation picture"))
let videoPost = Post(date: Date(),
author: "Dimitri",
type: .video(url: URL(string: "youtu.be/abc")!, duration: 60))