The TA and I came up with a "hack" around the problem with the loading indication on tableView. Instead of removing the indicator when the tableView is done displaying, we hard-coded the time (0.8 seconds) which works fine if a user has at most 2 rides. Should be sufficient for the demo.
The TA and I came up with a "hack" around the problem with the loading indication on tableView. Instead of removing the indicator when the tableView is done displaying, we hard-coded the time (0.8 seconds) which works fine if a user has at most 2 rides. Should be sufficient for the demo.
Feel free to merge in.