如何调整我的TableView SectionIndex

时间:2017-07-24 16:11:43

标签: ios uitableview

我创建了一个UITableView,它利用屏幕顶部的标题视图和顶部的字母sectionIndex栏。我的sectionIndex栏是透明的,但它似乎扩展了我的tableView的整个高度并切入我的标题(参见右上角的白线)。

我怎样才能最好地解决这个问题?

enter image description here

1 个答案:

答案 0 :(得分:1)

在tableviewcontroller中的viewDidLoad()之类的某个地方,添加以下行,看看这是否适合你。

    tableView.sectionIndexBackgroundColor = UIColor.clear
    tableView.sectionIndexTrackingBackgroundColor = UIColor.clear