//无色  
cell.selectionStyle = UITableViewCellSelectionStyleNone;  

typedef NS_ENUM(NSInteger, UITableViewCellSelectionStyle) {
    UITableViewCellSelectionStyleNone,
    UITableViewCellSelectionStyleBlue,
    UITableViewCellSelectionStyleGray,
    UITableViewCellSelectionStyleDefault NS_ENUM_AVAILABLE_IOS(7_0)
};

 

posted on 2016-02-26 10:23  韩江河  阅读(162)  评论(1编辑  收藏  举报