Show TableView in Swift Playgrounds for iPad
问题 Everything works fine except the last line where I try to show the tableView in live view does not work: PlaygroundPage.current.liveView = controller I can't figure out what I'm getting wrong? import UIKit import PlaygroundSupport import Foundation class TableViewController: UITableViewController { let tableData = ["Matthew", "Mark", "Luke", "John"] override func viewDidLoad() { super.viewDidLoad() print("Hello Matt") } override func numberOfSections(in tableView: UITableView) -> Int { return