Screen goes black after segue
问题 I have tried to debug this but to no avail. Basically when I segue from the first view controller to the second view controller the screen goes black momentarily. The code performs as I want it to but the screen going black is a bit of a pain for me. Here is the code: The segue from the first page: func mapView(_ mapView: MGLMapView, tapOnCalloutFor annotation: MGLAnnotation) { self.performSegue(withIdentifier: "goToSecond", sender: self) } second view controller: override func viewDidLoad()