InteractiveSideMenu
InteractiveSideMenu copied to clipboard
Side Menu Table View with sections
Hello,
I am using the interactive side menu and I have successfully implemented it however, my side menu has sections and I am not able to access other view controllers in later sections. Is there a way to get around this problem?
I could really use some help with this as deadlines are crushing in @okonor
I feel like you should really describe this issue a bit more
The side menu view for the application uses a table view which has sections. In the example, the table view has just one section so the array of view controller works but with more than one section and the array of view controllers being defined in the host view controller, it is quite difficult to get which section the current row belongs to. @KevinMaldjian