UITableView使您能够使用
等属性编辑部分索引列表的颜色throw RuntimeError("Error message.")
是否可以通过其他方式进行编辑? 寻找Swift实现。
答案 0 :(得分:0)
如果您可以访问私人媒体资源,则可以进行调整。 我相信这会通过商店的批准,但不会接受我的话。 以下是您可以访问的属性/功能。 https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UITableViewIndex.h
我已经测试过使用以下内容更改字体并且有效。
var sectionIndexColor: UIColor? { get set }
var sectionIndexBackgroundColor: UIColor? { get set }