Joe Stelmach
Joe Stelmach
I think you'll continue to get notifications when you hold the button down, so you can do something like this: ``` -(void)onVolumeUp: { if(self.timer) { [self.timer invalidate]; } self.timer =...
you just need to incremement a count within the `if(self.volButtonTimer)`, then check that the count is more than one within `onTimerFire`
paste your code and let's look at it
How will secondsElapsed ever be greater than 1?