Bored Room Bingo
 All Classes Functions Properties
Instance Methods | Properties | List of all members
HomeScreen Class Reference

#import <HomeScreen.h>

Inheritance diagram for HomeScreen:

Instance Methods

(void) - setList:
 
(void) - addToCurrentWords:
 
(IBAction) - unwindToHomeScreen:
 Unwind segue for future view controllers to get back to home screen. More...
 

Properties

IBOutlet UITextField * groupNameTextField
 Group Name of Game.
 
IBOutlet UITextField * addNewWordTextField
 Text field to add a new word to game.
 
IBOutlet UITextField * listNameTextField
 Text field to name your current list as new list.
 
IBOutlet UISwitch * privatePublicSwitch
 Switch to set game to public or private.
 
NSMutableArray * currentWords
 Array of all current words for game.
 
IBOutlet UITapGestureRecognizer * backgroundTap
 Tap registered when clicking board used for clearing keyboard.
 
NSMutableArray * arrayWithWordsToAdd
 Array of words to add from a selected list.
 

Detailed Description

This is the intro screen for setting up a game which displays selecting an existing list or adding current words.

Method Documentation

- (void) addToCurrentWords: (NSMutableArray *)  wordsToAdd

Adds words to current words from selected list in another vc.

- (void) setList: (NSString *)  list

Sets selected list

- (IBAction) unwindToHomeScreen: (UIStoryboardSegue *)  segue

Unwind segue for future view controllers to get back to home screen.

Unwind segue necessary to move back to this view controller without making a new VC


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