nimblehq/nimble-crypto-ios

[Integrate] As a user, I can pull to refresh data on the Home screen

nkhanh44 opened this issue · 0 comments

Why

  • The user should be able to refresh all data on the home screen by pulling.

Acceptance Criteria

When pulling, the spinner will be displayed as the following:

In the light mode:

Screenshot 2022-12-20 at 13 14 37

In the dark mode:

Screenshot 2022-12-20 at 13 14 42

We can use the default iOS spinner.

The following APIs will be called: GET /coins/markets for the trending coins and my coins sections with the initial parameters.

Resources