diff options
-rw-r--r-- | CyteKit/ViewController.mm | 2 | ||||
-rw-r--r-- | CyteKit/WebViewController.mm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm index 9da9be8..dc5dabb 100644 --- a/CyteKit/ViewController.mm +++ b/CyteKit/ViewController.mm @@ -84,7 +84,7 @@ extern bool IsWildcat_; } - (void) releaseSubviews { - // Do nothing. + loaded_ = NO; } - (void) setView:(UIView *)view { diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index d5d4967..964e523 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -863,6 +863,8 @@ float CYScrollViewDecelerationRateNormal; [table setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; [webview_ setAutoresizingMask:(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)]; + + ready_ = false; } - (void) releaseSubviews { |