How to add two UITableViews to ViewController in storyboard?
In my app, I want to handle 2 tables in one ViewController.
First I drag a UITableViewController into NavigationController, so there
is already a UITableView.
Then I drag another UITableView to the scene, but the second UITableView
can't be placed at the same level as first UITableView, it can only be a
subview of first UITableView or replace the first UITableView. Here is the
structs, please help.
No comments:
Post a Comment