tableview的索引颜色设置

    xiaoxiao2025-06-06  46

    索引背景颜色:

        tableView.sectionIndexBackgroundColor = [UIColor clearColor];

    设置索引的颜色

        tableView.sectionIndexColor = [UIColor redColor];

    转载请注明原文地址: https://ju.6miu.com/read-1299647.html
    最新回复(0)