0

I use the MMDrawerController library to create a drawer menu. Everything works fine but when the app start and my default view is displayed, the corresponding item is not selected.

Is there a way to force an item in selected status the same way it is when user select one from the menu ?

tufekoi
  • 929
  • 2
  • 14
  • 33

1 Answers1

1

I actually resolved this problem by forcing the selected item on the table view, not on the instance of the MMDrawerController object. Works like a charm !

tufekoi
  • 929
  • 2
  • 14
  • 33