#import <ChatViewController.h>
Properties | |
| NSString * | username |
| username from message | |
| NSMutableArray * | chat |
| array of all chat messages to be displayed | |
| Firebase * | firebase |
| Firebase reference. | |
| NSString * | url |
| url for the game | |
| IBOutlet UITextField * | messageTextField |
| text field for composing | |
| IBOutlet UITableView * | chatTableView |
The View Controller that controls the chat system within each game. Users can freely chat during a game to all others in the game. BASED ON FIRECHAT example provided by FIREBASE backend https://github.com/firebase/firechat-ios
1.8.8