SSA111 / SSASideMenu

A Swift implementation of RESideMenu
MIT License
598 stars 96 forks source link

How to add child ViewController? #65

Open onurays opened 7 years ago

onurays commented 7 years ago

Examples are clear. However, for a real life application, we need to add child view controllers. So we can navigate back and forth. Do you have any mechanism to support this issue? Below code does nothing.

sideMenu?.contentViewController?.addChildViewController(vc)