I have a UIViewController in my storyboard. Inside this UIViewController, I have a container which embed with a tableViewController. This tableViewController is a static table. How can I use this tableViewController inside UIViewController?
I have set protocols like UITableViewDelegate, UITableViewDataSource
and I have no idea how I can get that tableViewController and delegate to my UIViewController.
Below are the screen.
P.S. I was trying to make a side navigation bar. Please notify me if you need to see any code.