- Joined
- Oct 5, 2011
- Messages
- 1
- Reaction score
- 0
Hi guys, today I start a new project in Xcode and when I writing this code...
...the Xcode warned me of this error: Expected identifier or '('
ANYONE KNOWS THE SOLUTION?! Thanks!
NSString *WebLink = @"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284417350&mt=8"; {
[[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];
[UIWebViewDelegate webView:shouldStartLoadWithRequest:navigationType:]
}
[[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];
[UIWebViewDelegate webView:shouldStartLoadWithRequest:navigationType:]
}
...the Xcode warned me of this error: Expected identifier or '('
ANYONE KNOWS THE SOLUTION?! Thanks!