readium / r2-testapp-swift

BSD 3-Clause "New" or "Revised" License
146 stars 38 forks source link

Use downloading percentage #140

Closed iaomw closed 6 years ago

iaomw commented 6 years ago

This PR will adds a placeholder when downloading LCP or OPDS book, and display a progress bar based on the feedback from server.

For OPDS, it's using smooth partial reload when download finished or failed. For LCP, it's full reload due to the execution order or promise chain and download callback.

fix #40