teamnzs / ios-trivia-game

iOS Trivia Game
0 stars 0 forks source link

Issue/20 countdown game viewcontroller #45

Closed wassupnari closed 7 years ago

wassupnari commented 7 years ago

This PR implements the CountdownGameViewController. It also contains game_room id fix, and I updated game_room name field as selected game category, so it looks like below:

screen shot 2016-11-27 at 4 35 50 pm

There's a bug where selected picker doesn't return the value correctly, and I couldn't figure out why. For example, in GameOptionsViewController, when I selected "YAY CLASS" as my game category, but categoryPickerData[row] in delegate returns something else. It doesn't happen all the time, but pretty often. Let me know if you guys have any idea why this is happening.