Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

furtx

macrumors newbie
Original poster
Jun 17, 2011
1
0
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:
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...

Check whether this bit of code is in the interface section or in the implementation section.
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.