We have a big issue with the current Xcode version (10.2).
There is a BasicViewController class with the following signature:
BasicViewController
class Basi
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.