]> git.saurik.com Git - cydia.git/commitdiff
Tapping statusbar should scroll webpages to top.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 07:49:53 +0000 (00:49 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 12:09:10 +0000 (05:09 -0700)
CyteKit/WebViewController.mm

index 6263faf09a7f04f96785ffc7498f9758fec12b71..2d9cfe18a8dd684c21420ad28a80d44bab707b8d 100644 (file)
@@ -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)];