func load<T: Decodable>(_ filename: String) -> T { guard let fileUrl = Bundle.main.url(forResource: filename, withExtension: nil) else { fatalError("Couldn't find \(filename) in main bundle.") } do { let data = try Data(contentsOf: fileUrl) let decoder = JSONDecoder...
biggest thing I miss about faceID isn’t even a faceID thing really. Swiping up from the bottom to go home and launching the multitask screen. It feels really odd Double tapping and press the home button to go home. This is my one holdback in wanting to "downgrad...