views:

67

answers:

1

Can I have that A-Z index bar in an UITableView also with UITableViewStyleGrouped, or only with UITableViewStylePlain?

+1  A: 

iPhone Human Interface Guidelines state that with UITableViewStyleGrouped: "This style of table view does not provide an index."

Frank Martin