Im trying to create a GenericListController for my app.
I have a ProductListController that extend this generic controller which extends UIViewController. I have
As a workaround you could just load your ProductListController into the ObjC runtime(i.e. AppDelegate?) before instantiating it with the Storyboard.
ProductListController
ProductListController.load()
Cheers