Inherits from PrettyTableViewCell : UITableViewCell
Declared in PrettyCustomViewTableViewCell.h

Overview

PrettyCustomViewTableViewCell is a subclass of PrettyTableViewCell.

PrettyCustomViewTableViewCell adds a custom view inside the cell (not inside the contentView!), and masks it to the cell’s shape. So you can add an image, for example, and it will get masked to the cell’s shape, with the rounded corners.

Tasks

Properties

customView

Holds a reference to the custom view.

@property (nonatomic, retain) UIView *customView

Declared In

PrettyCustomViewTableViewCell.h