2016-12-05 58 views

回答

1

我發現了這個問題。我的UITableViewController擴展了一個自定義的UITableViewController,這是添加自定義分隔符。

0

您可以設置自定義偏移,像這樣:

enter image description here

+0

我試過了,但它不起作用 – javiermanzo

+0

@javiermanzo也設置了背景顏色Clear –

0

試試這個

目標C -

self.tableView.tableFooterView = [[UIView] initWithFrame:CGRectZero];

斯威夫特 -

self.tableView.tableFooterView = UIView(frame:CGRectZero)

如果作品請回復。由於所提供的詳細信息不足以追查問題,因此我們需要進行嘗試。如果不行,如果你有問題,請發郵件。