From 8c9453daccf787e1bb9cf15dd7df38864e66a568 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 01:58:38 -0800 Subject: There is no reason HUDs can't rotate correctly. --- iPhonePrivate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index fdcb147..d3fc741 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -61,9 +61,9 @@ typedef enum { @end @interface UIProgressHUD : UIView -- (id) initWithWindow:(UIWindow *)window; +- (void) hide; - (void) setText:(NSString *)text; -- (void) show:(BOOL)show; +- (void) showInView:(UIView *)view; @end @interface UIProgressIndicator : UIView -- cgit v1.2.3