10

我需要更改for in backgroundcolorIndexBarUITableViewiOS7

对于 Default ,IndexBarbackgroundColor 是白色和textColor蓝色,如下图所示。

在此处输入图像描述

我想将 backgroundColor 更改clearColortextColor红色。

我怎么能在iOS7中做到这一点?

4

1 回答 1

26

对不起。我得到了我自己问题的答案。

这是代码

[[self tableView] setSectionIndexColor:[UIColor redColor]];
[[self tableView] setSectionIndexBackgroundColor:[UIColor clearColor]];
于 2013-09-30T04:34:17.917 回答