Fork me on GitHub

UITableView设置背景为透明时遇到的问题

  TableView.backgroundView = nil;
    TableView.backgroundColor 
= [UIColor clearColor];
    TableView.opaque 
= NO;

posted on 2012-03-01 09:46  pengyingh  阅读(730)  评论(0编辑  收藏  举报

导航