Xcode 10.2 with Swift 5.0 compiler - protocol inheritance issue

后端 未结 3 831
逝去的感伤
逝去的感伤 2020-11-29 07:27

We have a big issue with the current Xcode version (10.2).

There is a BasicViewController class with the following signature:

class Basi         


        
3条回答
  •  温柔的废话
    2020-11-29 08:12

    I ran into the same issue. I fixed it by adding the methods directly in my main class, and override them in the other classes. Now everything gets called correctly.

提交回复
热议问题