Inherits from UIViewController
Declared in StatisticsViewController.h
StatisticsViewController.m

Properties

passedScheduleId

@property (nonatomic, assign) int passedScheduleId

webView

@property (weak, nonatomic) IBOutlet UIWebView *webView

Instance Methods

didReceiveMemoryWarning

Standard iOS delegate when memory warning.

- (void)didReceiveMemoryWarning

Return Value

<#return value description#>

Declared In

StatisticsViewController.m

getGameStatistics:::

Helper method to call the Get Football Statistics

- (NSString *)getGameStatistics:(int)scheduleId :

Parameters

scheduleId

The game to get the Game Statistics for

Declared In

StatisticsViewController.m

onClickShare:

Button handler for the Share button.

- (IBAction)onClickShare:(id)sender

Parameters

sender

The sender for the Event

Declared In

StatisticsViewController.m

supportedInterfaceOrientations

Standard iOS delegate to get the allowed orientation of the application.

- (NSUInteger)supportedInterfaceOrientations

Return Value

<#return value description#>

Declared In

StatisticsViewController.m

viewDidLoad

Load and initialize the Controller for the Statistics View.

- (void)viewDidLoad

Declared In

StatisticsViewController.m