p2635 / ios-swift-tallest-towers-app

My first test project for practising Unit and UI tests in Swift. The linked website is the article that I followed.
https://semaphoreci.com/blog/xcode-unit-testing-tutorial
MIT License
0 stars 0 forks source link

What is an Identifiable? #1

Closed p2635 closed 1 year ago

p2635 commented 1 year ago

The code that I don't understand:

struct Tower: Identifiable {
  let id = UUID()
p2635 commented 1 year ago
image