Class does not inherit initializer from superclass of superclass
|
|
6
|
463
|
June 7, 2024
|
Missing warning or error when messing up initializer inheritance?
|
|
3
|
512
|
April 24, 2024
|
Is it bug in @Observation makro? Or feature?
|
|
0
|
560
|
November 1, 2023
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
3
|
2080
|
November 1, 2023
|
Why can you constrain to final classes and actors?
|
|
5
|
1254
|
May 30, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
941
|
March 21, 2023
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
561
|
October 27, 2022
|
Returning a concrete type conforming to a protocol from a method when an existential of this protocol is expected
|
|
4
|
1781
|
July 22, 2022
|
Subclassing with Nested Generics
|
|
3
|
1102
|
March 26, 2022
|
Using subtypes in the implementation of protocol properties and function return values
|
|
17
|
1737
|
February 21, 2022
|
Problems inheriting a Universal Framework interface
|
|
11
|
1411
|
November 11, 2021
|
What’s so special about UIView.init()?
|
|
5
|
3793
|
May 13, 2021
|
Is there an ABI-compatible way to retrieve class inheritance hierarch?
|
|
0
|
457
|
February 19, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
486
|
January 8, 2021
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
2303
|
November 16, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
1063
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
795
|
April 20, 2020
|
Overriding properties
|
|
1
|
9401
|
April 14, 2020
|
Deduplicating documentation comments through protocols or inheritance
|
|
0
|
1148
|
April 5, 2020
|
Why can't a subclass use didSet to observe parent's private(set) properties?
|
|
7
|
3330
|
January 7, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
14080
|
December 24, 2019
|
What kind of black magic reconciles protocol with class inheritance
|
|
3
|
598
|
November 19, 2019
|
Default Protocol Implementation Inheritance Behaviour - The current situation and what/if anything should be done about it
|
|
22
|
7660
|
August 30, 2019
|
Swift - Generic Class Inheritence
|
|
9
|
1958
|
January 28, 2019
|
Add `intermediate` keyword to subclass definition to mark that the actual direct superclass is unknown when the subclass is defined
|
|
10
|
1867
|
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
|
14141
|
May 14, 2018
|