I’ve created a view based application and have connected all of my buttons through Interface Builder (and saved)…however upon launch all I have is a white screen on the simulator.
I’ve uncommented the viewDidLoad, and my header file has IBOutlet UIlabels defined.
I’m kind of baffled.
Your app delegate needs to have something like this in
application:didFinishLaunchingWithOptions: