lelandjansen / fatigue

Pilot fatigue self-assessment app.
https://apps.apple.com/app/fatigue/id1211561428
Apache License 2.0
2 stars 0 forks source link

Fix result page score not counting up #86

Closed lelandjansen closed 7 years ago

lelandjansen commented 7 years ago

Resolves #85. Some question sequences lead the risk score not to count up on the final page (but the score was still computed correctly). Problem: The current page was being calculated by the first visible cell. This list sometimes had two items meaning the current visible cell was not an accurate representation of the current page. Fix: Use pageControl.currentPage for an accurate number.