Custom UITableView section index

后端 未结 9 816
暗喜
暗喜 2020-11-27 14:54

Is it possible to customize the UITableView\'s section index? I mean, changing the font style/size, background (which is semitransparent by default) etc. I\'m guessing that

9条回答
  •  不知归路
    2020-11-27 15:41

    In iOS 6 you can configure the Table Index using the methods below on UITableView:

    • sectionIndexMinimumDisplayRowCount
    • sectionIndexColor
    • sectionIndexTrackingBackgroundColor

提交回复
热议问题