I have a table view that i would display at some point after I get some results from the database
@IBOutlet weak var resultSetView: UITableView!
I this table view is already made in the ViewController
I would like to put this element in another view like a dock view maybe programmatically. Depending on my requirement. In a different case, maybe I would like to place it in another location.
How do I do that?
class ViewController: UIViewController {