diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 02:50:05 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-17 02:50:05 -0700 |
commit | db698f4255693ec8276ec4bb16c48ad69b64e458 (patch) | |
tree | d1bf5ff9fe681847d807dd5df791846f5a5360aa /CyteKit/WebViewController.h | |
parent | 4886cc818ca3f52c7c1683b45ffcdef8b6e57217 (diff) |
Add cydia.setScrollAlwaysBounceVertical().
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index e3d5838..8798803 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -146,6 +146,7 @@ - (void) setViewportWidthOnMainThread:(float)value; +- (void) setScrollAlwaysBounceVertical:(bool)value; - (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style; @end |