tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

Added activity indicator for all navigations. #109

Closed tahaafzal5 closed 3 years ago

tahaafzal5 commented 3 years ago

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.

nashirj commented 3 years ago

looks good!