Objective-C

Building the interface

To be able view the connection status of the app you will need to add a UILabel element to the screen. Open ViewController.m and add it programmatically by replacing the entire file content with the following:

Build and Run

Run the project again (Cmd + R) to launch it in the simulator.

Interface