I created a basic custom class inheriting from an existing one as follows:
As you can see, it gives me the basic error of the designated initializer of the superclass. However, I did use it! The superclass has only one init()
with no arguments.
How can I fix that problem?