|
Difference b/w lazy property and compute property
|
|
3
|
153
|
September 21, 2025
|
|
"Removing implicit `nil` initial value for Optional-typed variables"
|
|
28
|
4109
|
June 12, 2025
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
804
|
April 26, 2024
|
|
Avoiding "Simultaneous accesses to ..., but modification requires exclusive access." - automate action after modification of a property in a property observer
|
|
18
|
4831
|
June 3, 2023
|
|
Can you mark a stored property as mutating?
|
|
14
|
1771
|
March 17, 2023
|
|
How to: class private variable only accessible by categories located in different files
|
|
9
|
5052
|
October 21, 2022
|
|
Deferred property wrappers
|
|
4
|
2098
|
February 7, 2022
|
|
Stored properties inside enums
|
|
8
|
15972
|
December 3, 2021
|
|
Instantiating instances of type at runtime?
|
|
6
|
1706
|
May 4, 2021
|
|
[Pitch] Effectful Read-only Properties
|
|
17
|
3811
|
April 13, 2021
|
|
Memoization of Swift properties
|
|
26
|
6063
|
August 15, 2020
|
|
Organizing stored properties in extensions
|
|
2
|
1965
|
August 5, 2020
|
|
Overriding properties
|
|
1
|
10260
|
April 14, 2020
|
|
Allowing type-level properties in generic types
|
|
2
|
906
|
January 12, 2020
|
|
Why can't a subclass use didSet to observe parent's private(set) properties?
|
|
7
|
3502
|
January 7, 2020
|
|
Passing Custom Getter And Setter To Property Wrapper Initializer
|
|
14
|
5254
|
December 25, 2019
|
|
@propertyWrapper & CodingKeys
|
|
1
|
2250
|
June 30, 2019
|
|
`self` within initializer expression of stored type property is `unresolved identifier`
|
|
2
|
746
|
April 21, 2019
|
|
How to modify protocol properties with private setters in default implementation extensions?
|
|
2
|
16279
|
August 9, 2018
|