Closed bahaadesso closed 1 year ago
Describe the solution you'd like As a user I want to see news about coins in coin detail page and if I want to see futher information I would like to open a web page for additional information.
Additional context For implementation https://min-api.cryptocompare.com/documentation?key=News&cat=latestNewsArticlesEndpoint can be used. title of the news can be shown in detail page for summary. "Read More" button will show additional information about news with in app safari browser.
This development done. It can be review at this pr -> https://github.com/adessoTurkey/ios-sample-app-swiftui/pull/93#issue-1822226800
Describe the solution you'd like As a user I want to see news about coins in coin detail page and if I want to see futher information I would like to open a web page for additional information.
Additional context For implementation https://min-api.cryptocompare.com/documentation?key=News&cat=latestNewsArticlesEndpoint can be used. title of the news can be shown in detail page for summary. "Read More" button will show additional information about news with in app safari browser.