Inherits from UIViewController
Declared in TellAFriendViewController.h
TellAFriendViewController.m

Properties

email

@property (weak, nonatomic) IBOutlet UITextField *email

name

@property (weak, nonatomic) IBOutlet UITextField *name

Instance Methods

didReceiveMemoryWarning

Standard iOS delegate for handling memory warnings

- (void)didReceiveMemoryWarning

Declared In

TellAFriendViewController.m

onTellFriendClick:

Handler for the Tell Friend button.

- (IBAction)onTellFriendClick:(id)sender

Parameters

sender

Sender of the event

Declared In

TellAFriendViewController.m

supportedInterfaceOrientations

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

- (NSUInteger)supportedInterfaceOrientations

Return Value

<#return value description#>

Declared In

TellAFriendViewController.m

viewDidLoad

Load and initialize the Controller for the Tell A Friend View

- (void)viewDidLoad

Declared In

TellAFriendViewController.m

willAnimateRotationToInterfaceOrientation:duration:

Standard iOS delegate when this view is rotated.

- (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orientation duration:(NSTimeInterval)duration

Parameters

duration

Duration of orientation

toInterfaceOrientation

Orientation being displayed

Declared In

TellAFriendViewController.m