handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating Menu without instantiating controllers?

jackdem opened this issue · comments

I wondered if there is an approach to using the side menu in which I dont need to create an array of viewControllers straight away?

Its becoming an issue with the nature of my app to have an array of initialised viewControllers stored for the menu, rather than the approach ive seen elsewhere where the controllers are created on tap on the side menu cell via a switch statement on the item.

Any advice on this?