WWDC23 SALE: Save 50% on all my Swift books and bundles! >>

Hacking with watchOS Project 8 Code improvement

Forums > Books

I think it makes more sense to make "title" a computed property to make the UI more reactive and bug-prone, since its value is derived from correctValues:

var title: String {
    if correctValues.isEmpty {
        return "Safe Crack"
    } else {
        return correctValues.joined(separator: ", ")
    }
}

1      

Save 50% in my WWDC23 sale.

SAVE 50% To celebrate WWDC23, all our books and bundles are half price, so you can take your Swift knowledge further without spending big! Get the Swift Power Pack to build your iOS career faster, get the Swift Platform Pack to builds apps for macOS, watchOS, and beyond, or get the Swift Plus Pack to learn advanced design patterns, testing skills, and more.

Save 50% on all our books and bundles!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.