From 928603391a2617640526cdf95f0a5524a6263b04 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 13 Feb 2011 18:50:59 -0800 Subject: [PATCH] Update iPhonePrivate.h for unselected tab bar changes. --- iPhonePrivate.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 96679a59..f87cac98 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -237,9 +237,8 @@ typedef enum { @interface UITabBarController (Apple) - (UITransitionView *) _transitionView; -- (UIViewController *) transientViewController; -- (void) setTransientViewController:(UIViewController *)controller; -- (void) setTransientViewController:(UIViewController *)controller animated:(BOOL)animated; +- (void) concealTabBarSelection; +- (void) revealTabBarSelection; @end @interface UITabBarItem (Apple) -- 2.45.2