diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 01:58:38 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 01:58:38 -0800 |
commit | 8c9453daccf787e1bb9cf15dd7df38864e66a568 (patch) | |
tree | 47169fbdd7cd0b4c53d93757bdf63520ede60054 /iPhonePrivate.h | |
parent | 2925cbba739b54942aecf6e5316c27a021445ae3 (diff) |
There is no reason HUDs can't rotate correctly.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |