|
Why I cannot use the same static method signature in subclass?
|
|
4
|
242
|
June 15, 2025
|
|
Class does not inherit initializer from superclass of superclass
|
|
6
|
794
|
June 7, 2024
|
|
Missing warning or error when messing up initializer inheritance?
|
|
3
|
572
|
April 24, 2024
|
|
Is it bug in @Observation makro? Or feature?
|
|
0
|
613
|
November 1, 2023
|
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
3
|
2255
|
November 1, 2023
|
|
Why can you constrain to final classes and actors?
|
|
5
|
1667
|
May 30, 2023
|
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
1091
|
March 21, 2023
|
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
586
|
October 27, 2022
|
|
Returning a concrete type conforming to a protocol from a method when an existential of this protocol is expected
|
|
4
|
2085
|
July 22, 2022
|
|
Subclassing with Nested Generics
|
|
3
|
1152
|
March 26, 2022
|
|
Using subtypes in the implementation of protocol properties and function return values
|
|
17
|
1880
|
February 21, 2022
|
|
Problems inheriting a Universal Framework interface
|
|
11
|
1469
|
November 11, 2021
|
|
What’s so special about UIView.init()?
|
|
5
|
4052
|
May 13, 2021
|
|
Is there an ABI-compatible way to retrieve class inheritance hierarch?
|
|
0
|
483
|
February 19, 2021
|
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
515
|
January 8, 2021
|
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
2378
|
November 16, 2020
|
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
1132
|
September 4, 2020
|
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
817
|
April 20, 2020
|
|
Overriding properties
|
|
1
|
10224
|
April 14, 2020
|
|
Deduplicating documentation comments through protocols or inheritance
|
|
0
|
1184
|
April 5, 2020
|
|
Why can't a subclass use didSet to observe parent's private(set) properties?
|
|
7
|
3488
|
January 7, 2020
|
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
14575
|
December 24, 2019
|
|
What kind of black magic reconciles protocol with class inheritance
|
|
3
|
610
|
November 19, 2019
|
|
Default Protocol Implementation Inheritance Behaviour - The current situation and what/if anything should be done about it
|
|
22
|
8052
|
August 30, 2019
|
|
Swift - Generic Class Inheritence
|
|
9
|
2074
|
January 28, 2019
|
|
Add `intermediate` keyword to subclass definition to mark that the actual direct superclass is unknown when the subclass is defined
|
|
10
|
1896
|
July 15, 2018
|
|
Creating an object by passing a metatype to a generic function uses the default parameter values of the base class' init
|
|
14
|
14400
|
May 14, 2018
|