I am working on Apple Swift Programming . I am taking a variable that is initialised in ViewDidLoad( ) method. But it shows an error like "*Class ABc has no initializer *" . After much searching about this, I got a suggestion to use init() method to initialise the variable which you want use. Yet still, I am getting an error like this .
I am not able to make out where am I going wrong here. Kindly guide me on this. Thanks in advance.
Super.init isn't called before returning from initializerpretty much clear