Inherits from UITableViewController
Declared in MenuViewController.h
MenuViewController.m

Properties

aboutImage

@property (weak, nonatomic) IBOutlet UIImageView *aboutImage

delegate

@property (strong, nonatomic) MakePicksViewController *delegate

friendImage

@property (weak, nonatomic) IBOutlet UIImageView *friendImage

manageImage

@property (weak, nonatomic) IBOutlet UIImageView *manageImage

manageTeamLabel

@property (weak, nonatomic) IBOutlet UILabel *manageTeamLabel

purchaseImage

@property (weak, nonatomic) IBOutlet UIImageView *purchaseImage

supportImage

@property (weak, nonatomic) IBOutlet UIImageView *supportImage

Instance Methods

tableView:didSelectRowAtIndexPath:

When a Cell in the Table View is selected

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

Parameters

tableView

The Table View

indexPath

Index to the Cell in the Table View

Return Value

Return the Cell

Declared In

MenuViewController.m

tableView:willDisplayCell:forRowAtIndexPath:

When a Cell in the Table View is displayed

- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath

Parameters

cell

The Table Cell

indexPath

The index to theCell in the Table View

Return Value

Return the Cell

Declared In

MenuViewController.m

tableView:willDisplayHeaderView:forSection:

When a Header Cell in the Table View is displayed

- (void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section

Parameters

view

The Table Header View

section

The Header section in the Table View

Return Value

Return the Cell

Declared In

MenuViewController.m

viewDidLoad

Load and initialize the Controller for the Menu View.

- (void)viewDidLoad

Declared In

MenuViewController.m