Dimillian / ACHNBrowserUI

Animal Crossing New Horizon companion app in SwiftUI
https://apps.apple.com/us/app/ac-helper/id1508764244?ls=1
Apache License 2.0
1.69k stars 185 forks source link

redacted(reason:) syntax tweaks #305

Closed bre7 closed 4 years ago

bre7 commented 4 years ago

Just some minor syntax changes

[] can also be used instead of RedactionReasons()

Why was isPlaceholder() deprecated 😞

Dimillian commented 4 years ago

actually there is even a better syntax if you want to make the change before I merge: .redacted(reason: model?.villager == nil ? .placeholder : [])