summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-01-22 22:35:52 -0800
committerGrant Paul <chpwn@chpwn.com>2011-01-22 22:35:52 -0800
commitc713af59c5ade19907804670a8c98381124aca6d (patch)
treeeaef5746619433e26ba9207c5750df8518237a55 /iPhonePrivate.h
parent8bacb67f37c8d04eb614fd1bb401bd489cb8253f (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.h3
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)