stop = [[UIButton alloc] style: UIButtonTypeCustom target: self identifier: stop action: @selector [webView stopLoading]];
когда я использую это дает синтаксис ошибки: ожидается
Правильный синтаксис: @selector(stopLoading)
@selector(stopLoading)