The iOS framework that grows only as fast as its documentation
<NIGroupedCellAppearance> Protocol Reference

Overview

The NIGroupedCellAppearance protocol provides support for each cell to adjust their appearance.

Tasks

(BOOL) - drawsCellDivider
 

Method Documentation

drawsCellDivider

Determines whether or not to draw a divider between cells.

- (BOOL)drawsCellDivider;
Discussion

If the cell does not implement this method, a cell divider will be provided.