I don't see what is wrong with this code as line 4 is getting the "Missing "[" at start of message or expression" and line 6 is getting the error "Expected "].
- (void) subtractTime;
{
seconds--;
timerLabel.text[NSString stringWithFormat:@"Time: %i", seconds]
if (seconds -- 0)
{
[timer invalidate];
}
}
I can't figure out what's wrong and this is really frustrating.