Swift

Building the log in interface

To be able to log in, you will need to add three elements to the screen:

  • A Button to log in Alice
  • A Button to log in Bob

Open ContentView.swift and add it programmatically:

Build and Run

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

Interface