How to Create Your Own Slide-Out Navigation Panel in Swift

Hi @frosty, I incorporated this example once this suits my needs, and it works. I had one problem though, I’ve noticed that when I create a UIWindow in AppDelegate for the ContainerViewController, I lost a TabViewController that I had before. This TabViewController controlled two other ViewController’s of mine. Let me show you some pics:
1.

2.

Notice that my TabBar, that was the main control of my windows disappear, I believe that this happens because ContainerViewController doesn’t have a TabBar, but I spent some time working on this first TabBar and didn’t want to create another one. Other detail is that the Views have TabBar, the side Menu I created doesn’t.

Waiting kindly for answers!