From 2fcb1d49a0be54a0d43a4984e6e50e0a2d8d77f9 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 21 Mar 2011 03:35:20 -0700 Subject: Work around stupid 2.x UINavigationController behavior. --- iPhonePrivate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iPhonePrivate.h') 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) -- cgit v1.2.3