teamnzs / ios-trivia-game

iOS Trivia Game
0 stars 0 forks source link

Issue/18 select friends #30

Closed wassupnari closed 7 years ago

wassupnari commented 7 years ago

This PR enables reading friends list from user's FB account, and select them to start game. It took a while to figure out how to read friends list, because a lot of ios+fb code were outdated.

Currently, it only works for the happy path, so search bar doesn't do anything, and we're missing a case where unselect friends. I'll fix those in a separate PR when I have time.

issue18

One more thing! For some reason, the FB session is not persisted, so I have to logout and login again to test. Based on my research, that can be happen when the Keychain Sharing is off, but it seems like it is enabled in our project. Also, I noticed that the game room view doesn't load data sometimes. Let me know if you guys see the same thing!

wassupnari commented 7 years ago

Hi @plushysmurf3 Those files are already in Views and Models folder

screen shot 2016-11-20 at 7 55 57 pm

Does it look differently on your end?