From ec843f221b17866a710e17d4067309c1ac6afa3f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 17 Oct 2010 13:16:20 -0700 Subject: [PATCH] Support showFromBarButtonItem:animated: with iPhonePrivate(iPad). --- iPhonePrivate.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 11c0028a..678b8b62 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -312,6 +312,10 @@ typedef enum { @class NSUndoManager; @class UIPasteboard; +@interface UIActionSheet (iPad) +- (void) showFromBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated; +@end + @interface UIViewController (iPad) - (void) setModalPresentationStyle:(UIModalPresentationStyle)style; @end -- 2.45.2