去掉cell边框的简单办法

实很简单,把backgroundView设置为一个空的View,然后就干净了

    UIView *tempView = [[UIView allocinit];  

    [cell setBackgroundView:tempView];  

    [cell setBackgroundColor:[UIColor clearColor]];  

posted @ 2013-07-04 14:01  xiaoou  阅读(1948)  评论(0编辑  收藏  举报