0
我創建了一個UITableView並添加了一個靜態內容。 當我運行應用程序時,頂部沒有填充。默認沒有填充UITableView
我創建了一個UITableView並添加了一個靜態內容。 當我運行應用程序時,頂部沒有填充。默認沒有填充UITableView
如果你把一個UIViewController(而不是一個UITableViewController)內的表視圖,您可以根據需要在您的內容視圖的頂部(或底部,或側面)添加儘可能多的填充。
我知道,但如果我想使用UITableViewController呢? – Fengson
我不認爲使用UITableViewController和UIViewController有很多優點(如果有的話)。 [在Apple的UITableViewController文檔中](https://developer.apple.com/library/ios/documentation/uikit/reference/UITableViewController_Class/Reference/Reference.html),除了init方法之外,我還看到了三個額外的屬性。 –
您可以刷新放置在UIViewController中的TableView嗎?您可以在UITableViewController中執行該操作嗎? – Fengson