nimblehq/nimble-crypto-ios

[Integrate] As a user, when selecting a coin on the Home screen, I can see the coin’s header information on the Detail screen

Closed this issue · 0 comments

Why

  • We need to show the coin’s header information on the Detail screen.

Acceptance Criteria

On the Detail screen, the following section can be seen:

In light mode:

Detail Page

In dark mode:

Detail Page

  • The title will be based on the name from API.

The response will look as follows:

{
  "id": "bitcoin",
  "symbol": "btc",
  "name": "Bitcoin",
  "asset_platform_id": null,
  
}
  • A heart icon will be shown in the top right.

Design