From: Jay Freeman (saurik) Date: Sun, 17 Oct 2010 20:16:20 +0000 (-0700) Subject: Support showFromBarButtonItem:animated: with iPhonePrivate(iPad). X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/ec843f221b17866a710e17d4067309c1ac6afa3f?ds=sidebyside Support showFromBarButtonItem:animated: with iPhonePrivate(iPad). --- 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