MRQContentTableViewController Class Reference

Inherits from MRQViewController : UIViewController
Conforms to UITableViewDataSource
UITableViewDelegate
Declared in MRQContentTableViewController.h

Overview

MRQContentTableViewController displays MRQ content in as a vertical scrolling list. The list is implemented using a UITableView. Each content item is displayed in a UITableViewCell. The content is automatically scaled to fit the width of the UITableViewCell. The content height is automatically scaled to maintain the correct aspect ratio.

  tableView

The UITableView for displaying content.

@property IBOutlet UITableView *tableView

Declared In

MRQContentTableViewController.h