GiselleSerate / suitelife

2017 Harvey Mudd Summer Startup Project: iOS App.
https://suite-life.org/
0 stars 0 forks source link

Display loading screens until content is loaded in #51

Closed cole-k closed 7 years ago

cole-k commented 7 years ago

As of right now, we rely on the speed of both our connection to Firebase and Firebase's response. In reality, connections are not so stable, and we will have issues with, for example, unwrapping optional types which are actually nil if we think that Firebase will always be quick to respond.

To fix, we'd have to figure out how to add an animation or some sort of transition as we load in the files, and then resolve that once the callback is returned.

cole-k commented 7 years ago

Present an Activity Indicator until the content has loaded.

GiselleSerate commented 7 years ago

Leaving as alert for now.