开发者

iPhone Dev: Create own index

开发者 https://www.devze.com 2022-12-14 07:54 出处:网络
I currently got two problems I, both about the index of a UITableView I want to change the color of some section-tags in the index, to show that there are new changes within this section.

I currently got two problems I, both about the index of a UITableView

  1. I want to change the color of some section-tags in the index, to show that there are new changes within this section.
  2. I need to position the index on the left side of the table so it doesn't interfere with the detail disclosure Button

Is there a way to realize this with the standard-开发者_开发问答index? And if not, is it possible with a custom index? How would I realize such a thing and would apple tolerate it?


It is not possible to change color of index's rows. It is also impossible to move index to the left. But you can use TableViev's content offset property to narrow cells so index won't interfere with detail disclosure Button.

0

精彩评论

暂无评论...
验证码 换一张
取 消