diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 22:35:52 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 22:35:52 -0800 |
commit | c713af59c5ade19907804670a8c98381124aca6d (patch) | |
tree | eaef5746619433e26ba9207c5750df8518237a55 /iPhonePrivate.h | |
parent | 8bacb67f37c8d04eb614fd1bb401bd489cb8253f (diff) |
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.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
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) |