calamitySoft / Interval-Training

Plays two notes and asks you to identify the interval between them.
http://www.calamitysoft.net/on-the-go-intervals/
Other
2 stars 2 forks source link

Answer picker checks arrow visibility at the wrong time. #23

Closed loganmoseley closed 13 years ago

loganmoseley commented 13 years ago

a. When switching to a new difficulty, the picker always has LEFT and RIGHT arrows. Custom may not have these. b. MainView checks for when the arrows should be shown when one is clicked. This can result in having a left arrow when there are no answers to the left (until an arrow is clicked). Example: Custom difficulty with one interval.

loganmoseley commented 13 years ago

Arrow visibility problem separated out into [MainVC resetArrowVisibility], which is invoked by clicking the left or right arrows, or by coming back from Settings (if it's picking a new question).

This was a good fix! Best practice, I feel like.

Resolved at f10d48068df2f109915995f0de9058b64a34a388