Inherits from UICollectionViewCell
Declared in SquaresCell.h
SquaresCell.m

Tasks

Other Methods

Other Methods

Properties

awayScore

@property (weak, nonatomic) IBOutlet UILabel *awayScore

homeScore

@property (weak, nonatomic) IBOutlet UILabel *homeScore

playerName

@property (weak, nonatomic) IBOutlet UITextField *playerName

playerTextName

@property (weak, nonatomic) IBOutlet UILabel *playerTextName

Instance Methods

textFieldShouldReturn:

Standard iOS delegate for keyboard handling in text boxes.

- (BOOL)textFieldShouldReturn:(UITextField *)textField

Return Value

<#return value description#>

Declared In

SquaresCell.m