AndrewBennet / ReadingListV1

:books: :iphone: Reading List - an iOS app to track personal reading lists
https://readinglist.app
GNU General Public License v3.0
300 stars 48 forks source link

Showing reading progress on book at the Reading-list #5

Closed skipadu closed 5 years ago

skipadu commented 5 years ago

Showing a progress bar and a label to show the current progress of reading.

skipadu commented 5 years ago

Here is screenshot to show how it looks like: reading_progress

AndrewBennet commented 5 years ago

This looks nice! Thanks for working on this. I'll take a closer look at the code when I get a chance, but hopefully this can be included in the next update!

AndrewBennet commented 5 years ago

Thanks again for this - nice addition.

I've pushed a few tweaks after merging this in (since proposing changes on Interface Builder files seems fiddly). Primarily: making the reading progress label's size and colour reflect the selected theme and accessibility settings. I also moved the configuration code into the BookTableViewCell class, so it could live alongside the rest of the cell setup.