PFPurchaseTableViewCell Class Reference

Inherits from PFTableViewCell : UITableViewCell
Declared in PFPurchaseTableViewCell.h

Overview

PFPurchaseTableViewCell is a subclass PFTableViewCell that is used to show products in a PFProductTableViewController.

  state

State of the cell.

@property (nonatomic, assign) PFPurchaseTableViewCellState state

Declared In

PFPurchaseTableViewCell.h

  priceLabel

Label where price of the product is displayed.

@property (nullable, nonatomic, strong, readonly) UILabel *priceLabel

Declared In

PFPurchaseTableViewCell.h

  progressView

Progress view that is shown, when the product is downloading.

@property (nullable, nonatomic, strong, readonly) UIProgressView *progressView

Declared In

PFPurchaseTableViewCell.h