Why can you constrain to final classes and actors?
|
|
5
|
299
|
May 30, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
316
|
March 21, 2023
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
290
|
October 27, 2022
|
Returning a concrete type conforming to a protocol from a method when an existential of this protocol is expected
|
|
4
|
502
|
July 22, 2022
|
Subclassing with Nested Generics
|
|
3
|
634
|
March 26, 2022
|
Using subtypes in the implementation of protocol properties and function return values
|
|
17
|
1032
|
February 21, 2022
|
Problems inheriting a Universal Framework interface
|
|
11
|
967
|
November 11, 2021
|
What’s so special about UIView.init()?
|
|
5
|
2321
|
May 13, 2021
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
2
|
1007
|
May 6, 2021
|
Is there an ABI-compatible way to retrieve class inheritance hierarch?
|
|
0
|
301
|
February 19, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
332
|
January 8, 2021
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
1788
|
November 16, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
528
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
491
|
April 20, 2020
|
Overriding properties
|
|
1
|
6502
|
April 14, 2020
|
Deduplicating documentation comments through protocols or inheritance
|
|
0
|
781
|
April 5, 2020
|
Why can't a subclass use didSet to observe parent's private(set) properties?
|
|
7
|
2352
|
January 7, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
11430
|
December 24, 2019
|
What kind of black magic reconciles protocol with class inheritance
|
|
3
|
424
|
November 19, 2019
|
Default Protocol Implementation Inheritance Behaviour - The current situation and what/if anything should be done about it
|
|
22
|
5442
|
August 30, 2019
|
Swift - Generic Class Inheritence
|
|
9
|
1401
|
January 28, 2019
|
Add `intermediate` keyword to subclass definition to mark that the actual direct superclass is unknown when the subclass is defined
|
|
10
|
1628
|
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
|
12468
|
May 14, 2018
|