ordinaryindustries / ReviewKit

A Swift package for displaying an app review score.
28 stars 11 forks source link

Display temporary view while rating is being loaded #18

Open ordinaryindustries opened 5 days ago

ordinaryindustries commented 5 days ago

Currently, the framework assumes the app's rating score is downloaded when the view is displayed. This isn't always the case so we need to handle this. Display a temporary view such as a ProgressView while the rating is loaded. Once the rating is fetched update the rating view to display it.

M7md-Ebrahim commented 3 days ago

This is my third attempt at this issue. Sorry for the previous confusion! #26