Xcode – Create a stopwatch in Swift using .timeIntervalSince()
I need to create a simple stopwatch in Swift using the method timeIntervalSince(). I don't really understand how to use timeIntervalSince (what I need and how to implement it) and how to transform it into a String that will show…