#import <InvitationTableViewCell.h>
Instance Methods | |
| (void) | - openCell |
Properties | |
| IBOutlet UILabel * | gameNameLabel |
| Name of Label for Invite. | |
| IBOutlet UILabel * | creatorLabel |
| Name of Creator For Invite. | |
| IBOutlet UIButton * | acceptButton |
| Accept invitation button. | |
| IBOutlet UIButton * | denyButton |
| Deny invitation button. | |
| IBOutlet UIView * | myContentView |
| content in cell view | |
|
id < InvitationsTableViewCellDelegate > | delegate |
| Invitation Cell Delegate. | |
A Swipeable invitation cell for accepting and denying invitations.
| - (void) openCell |
Move cell to open and change constraints far left.
1.8.8