tableView 系统自带的索引 去除背景

来源:互联网 发布:网络编辑是做啥的 编辑:程序博客网 时间:2024/05/21 10:15
if (IOS7) {
        _tableView.sectionIndexBackgroundColor = [UIColor clearColor];
    }
    _tableView.sectionIndexTrackingBackgroundColor = [UIColor clearColor];
0 0