Declared in PrettyShadowPlainTableview.h

Overview

This category adds a shortcut to drop shadows in both header and footer of a UITableView.

Tasks

  • – dropShadows

    Configures automatically the receiver tableView by dropping a shadow in both header and footer. It will also change the tableView’s contentInset according to the shadows' height.

Instance Methods

dropShadows

Configures automatically the receiver tableView by dropping a shadow in both header and footer. It will also change the tableView’s contentInset according to the shadows' height.

- (void)dropShadows

Discussion

Shadows will be included only if the tableView’s style is plain.

Declared In

PrettyShadowPlainTableview.h