From c713af59c5ade19907804670a8c98381124aca6d Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 22 Jan 2011 22:35:52 -0800 Subject: Finish cydia:// URLs using the private "transient view controller" methods on UITabBarController. This allows for no tab to appear selected when on a page using a cydia:// URL. --- iPhonePrivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 149fdc8..818dae3 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -237,6 +237,9 @@ typedef enum { @interface UITabBarController (Apple) - (UITransitionView *) _transitionView; +- (UIViewController *) transientViewController; +- (void) setTransientViewController:(UIViewController *)controller; +- (void) setTransientViewController:(UIViewController *)controller animated:(BOOL)animated; @end @interface UITabBarItem (Apple) -- cgit v1.2.3