I have a current project set up like the picture below, and I am trying to insert a scrollView inside one of the navigation controllers which is inside a tab bar controller. However, when I click on the TabBar icon associated with the "moreTableViewController," I get a blank screen. I do have a MoreTableViewController.xib set up with a bunch of labels to see whether I can get it to show up or get the scrollView to work. But nothing is being displayed.
Not sure how to implement the scrollView properly. Any tips will be appreciated.
Thanks.