具有透明背景的UITableView具有纯黑色边框

Ost*_*kar 4 cocoa-touch objective-c uitableview ios

我试图在我身上设置透明背景UITableView,但我有这个黑色边框.

http://img4.hostingpics.net/pics/921192stack.png

有任何想法吗?

Rah*_*yas 9

[tableView setOpaque:NO];
[tableView setBackgroundColor:[UIColor clearColor]];
Run Code Online (Sandbox Code Playgroud)