: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/MultipleWindows.html";" "{"トークンの前に?私はまだ、私はAppleのウェブサイトからしようとしているWebKitのチュートリアルとトラブルを抱えています
次のように.hファイルは次のとおりです。
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
@interface MyDocument : NSDocument
{
IBOutlet id webView;
IBOutlet id textField;
}
- (IBAction)connectURL:(id)sender //Provides me with the error 'Expected ";" before "{" token'
{
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:[sender stringValue]]]];
}
@end
は、あなたはそれで間違っているものを見ることができますし、なぜそれが私に問題を与えているのですか?
- ありがとう!
ありがとう、サム! –
問題ありません!これがあなたの質問に答えるなら、私の答えでチェックマークを押してもよろしいですか? –