Swift ⟩ type ⟩ property
A variable defined inside a type. A property can be accessed through an instance of the type using dot notation, for example hopper.isFacingHole.
hopper.isFacingHole
computed property (get/set)
property wrapper
public property
state:current value of a variable.
Last updated 10 months ago
Was this helpful?