标签: iphone xcode uibutton
stop = [[UIButton alloc] style:UIButtonTypeCustom target:self identifier:stop action:@selector [webView stopLoading]];
当我使用它时,给出语法错误:预期
答案 0 :(得分:1)
正确的语法是@selector(stopLoading)
@selector(stopLoading)