Robbert Brandsma
Robbert Brandsma
Since Swift 5.7, Swift provides language-level support for distributed actors. Distributed actors can be defined using the `distributed actor` keywords. On distributed actors, one can define distributed methods using `distributed...
There is a fix for the issue described in #310 (in #311), but a test case catching this bug should still be added to the test suite. This probably involves...
The protocol definition of TimelineViewDelegate currently looks like this: ``` objc @protocol TimelineViewDelegate ... @end ``` Because TimelineView inherits from UIScrollView, and UIScrollView already has a property 'delegate', you require...