From 9b1c70dd889dd9b12036301c10acae9ce7f2556d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Mar 2011 00:49:53 -0700 Subject: [PATCH] Tapping statusbar should scroll webpages to top. --- CyteKit/WebViewController.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index 6263faf0..2d9cfe18 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -870,6 +870,7 @@ float CYScrollViewDecelerationRateNormal; [self setViewportWidth:width_]; UITableView *table([[[UITableView alloc] initWithFrame:[webview_ bounds] style:UITableViewStyleGrouped] autorelease]); + [table setScrollsToTop:NO]; [webview_ insertSubview:table atIndex:0]; [table setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; -- 2.45.2