nimblehq/nimble-crypto-ios

[UI+Integrate] Display a loading spinner while fetching the data

Closed this issue · 0 comments

Why

When the app first launches or navigates to a new screen, there's no indication that the app is fetching some data from the network. A loading spinner will add that missing part to improve the user experience.

The loading spinner also helps when the network request fails. Since the app has not implemented error handling, a (stopped) loading spinner will hint to the user that the network request has been finished.

  • Show the loading spinner upon the Home and MyCoin appearing on the app.
  • The loading spinner won't be shown when the user pulls to refresh.

Who Benefits?

Users and developers.