My Project
 All Classes Functions Properties
Properties | List of all members
ChatViewController Class Reference

#import <ChatViewController.h>

Inheritance diagram for ChatViewController:

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
 

Detailed Description

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


The documentation for this class was generated from the following file: