I'm new to Xcode and I'm using Swift to program a stopwatch. I have three functionalities - Play, Stop & Pause. Play and Pause should be the same button and alternate between states. How do I accomplish this in code?I'm new to Xcode and I'm using Swift to program