tags:

views:

22

answers:

1

i am using web view stop button to do this is working,but i want to write ibaction for this and when i press this it should stop loading content

how to stop web view to load...

A: 

From the documentation:

stopLoading

Stops the loading of any web content managed by the receiver.

Ole Begemann
stop = [[UIButton alloc] style:UIButtonTypeCustom target:self identifier:stop action:@selector[webView stopLoading]]; when i am using this is giving syntax eerror : is expected
lak in iphone