我创建了一个UITableView
,它利用屏幕顶部的标题视图和顶部的字母sectionIndex栏。我的sectionIndex栏是透明的,但它似乎扩展了我的tableView的整个高度并切入我的标题(参见右上角的白线)。
我怎样才能最好地解决这个问题?
答案 0 :(得分:1)
在tableviewcontroller中的viewDidLoad()之类的某个地方,添加以下行,看看这是否适合你。
tableView.sectionIndexBackgroundColor = UIColor.clear
tableView.sectionIndexTrackingBackgroundColor = UIColor.clear