F furtx macrumors newbie Original poster Jun 17, 2011 1 0 Jun 17, 2011 #1 hi i have a problem. i'm getting this error: expected ';' before '{' token. and the code is Code: - (void)twitDidFinish: (twit *)controller { [self dismissModalViewControllerAnimated:YES]; } please help me... Last edited by a moderator: Jun 17, 2011
hi i have a problem. i'm getting this error: expected ';' before '{' token. and the code is Code: - (void)twitDidFinish: (twit *)controller { [self dismissModalViewControllerAnimated:YES]; } please help me...
gnasher729 Suspended Nov 25, 2005 17,980 5,566 Jun 17, 2011 #2 furtx said: hi i have a problem. i'm getting this error: expected ';' before '{' token. and the code is Code: - (void)twitDidFinish: (twit *)controller { [self dismissModalViewControllerAnimated:YES]; } please help me... Click to expand... Check whether this bit of code is in the interface section or in the implementation section. Last edited by a moderator: Jun 17, 2011
furtx said: hi i have a problem. i'm getting this error: expected ';' before '{' token. and the code is Code: - (void)twitDidFinish: (twit *)controller { [self dismissModalViewControllerAnimated:YES]; } please help me... Click to expand... Check whether this bit of code is in the interface section or in the implementation section.