Hi i'm pretty new to IOS app development and I have somewhat of a problem. I created a view controller and I have a table view controller embed as a segue inside a container on the view controller.
By default the table view controller shows when I test the app. However when I add a custom class for the table view controller it does not show in the container.
What am I missing?
Got it figured out. Had to comment out the methods in the tableview sub class for data source.