I'm trying to access the remaining time of an NSTimer X. I want to update the title of a button every second to reflect remaining mm:ss
until zero. I couldn't find anything here.
For example: [btY setTitle:[What to insert here?] forState:UIControlStateSelected];
Or would you rather solve this in a different way?