Why timer stops when scrolling in UIWebView iPhone? [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: UIScrollView pauses NSTimer until scrolling finishes I am having a bit of trouble figuring out why the NSTimer stops as soon as I scroll in the UIWebView. Please take a look at the following code (I know this isn't a homework site, but I honestly am stuck): - (void)viewDidLoad { [super viewDidLoad]; NSString *address = @"http://en.m.wikipedia.org/wiki/"; NSURL *url = [NSURL URLWithString:address]; NSURLRequest