diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 03:35:20 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 03:35:49 -0700 |
commit | 2fcb1d49a0be54a0d43a4984e6e50e0a2d8d77f9 (patch) | |
tree | 99b247e00df126fc99bb7f069072ecf93851cf79 /iPhonePrivate.h | |
parent | ca6299305858884d89c8be7cca2ab5c67ee58c66 (diff) |
Work around stupid 2.x UINavigationController behavior.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 788c3c5..8cc997a 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -296,6 +296,7 @@ typedef enum { @interface UIViewController (Apple) - (void) _updateLayoutForStatusBarAndInterfaceOrientation; +- (void) unloadView; @end @interface UIWindow (Apple) |