From: Jay Freeman (saurik) Date: Mon, 14 Mar 2011 07:49:53 +0000 (-0700) Subject: Tapping statusbar should scroll webpages to top. X-Git-Tag: v1.1.0%b7~18 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9b1c70dd889dd9b12036301c10acae9ce7f2556d Tapping statusbar should scroll webpages to top. --- 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)];