Gooey-Dee-Bee / Ripple-app

mobile app for ripple
0 stars 0 forks source link

Weird bug that sometimes happens when a song finishes and the screen is locked #25

Open williamoconnor opened 9 years ago

williamoconnor commented 9 years ago

I figured it out! Seems to happen when the song is not visible on the scroll view. Definitely happens if the song ends while scrolling. The progress bar stops while scrolling....

williamoconnor commented 9 years ago

Apparently the tableview scrolling occupies the main thread and stops other processes. I probably won't worry about this for the presentation, but it will need to be fixed for real life. This link should help http://www.raywenderlich.com/19788/how-to-use-nsoperations-and-nsoperationqueues

williamoconnor commented 9 years ago

Run the timer (countup) in a background thread