|
Mobile API Reference
MicroStrategy 2019
|
#import <PopoverMenu.h>
Instance Methods | |
| (id) | - initWithPopoverMenuControllerClass: |
| (void) | - addMenuItem:atIndex: |
| (void) | - appendMenuItem: |
| (void) | - showFromBarButtonItem:permittedArrowDirections:animated: |
| (void) | - showFromRect:inView:permittedArrowDirections:animated: |
| (void) | - repromptFromBarButtonItem:permittedArrowDirections:animated: |
| (void) | - repromptFromRect:inView:permittedArrowDirections:animated: |
| (void) | - dismissPopoverMenu |
| (void) | - adjustStartingBarButtonItem: |
Protected Attributes | |
| PopoverMenuStyle | style |
Properties | |
| NSMutableArray * | menuItems |
| id< PopoverMenuDelegate > | delegate |
| PopoverMenuController * | popoverMenuController |
| BOOL | isPopoverVisible |
| - (void) addMenuItem: | (PopoverMenuItem *) | menuItem | |
| atIndex: | (NSInteger) | index | |
| - (void) adjustStartingBarButtonItem: | (UIBarButtonItem *) | item |
| - (void) appendMenuItem: | (PopoverMenuItem *) | menuItem |
| - (void) dismissPopoverMenu |
| - (id) initWithPopoverMenuControllerClass: | (Class) | controllerClass |
| - (void) repromptFromBarButtonItem: | (UIBarButtonItem *) | item | |
| permittedArrowDirections: | (UIPopoverArrowDirection) | direction | |
| animated: | (BOOL) | animated | |
| - (void) repromptFromRect: | (CGRect) | rect | |
| inView: | (UIView *) | view | |
| permittedArrowDirections: | (UIPopoverArrowDirection) | direction | |
| animated: | (BOOL) | animated | |
| - (void) showFromBarButtonItem: | (UIBarButtonItem *) | item | |
| permittedArrowDirections: | (UIPopoverArrowDirection) | direction | |
| animated: | (BOOL) | animated | |
| - (void) showFromRect: | (CGRect) | rect | |
| inView: | (UIView *) | view | |
| permittedArrowDirections: | (UIPopoverArrowDirection) | direction | |
| animated: | (BOOL) | animated | |
|
protected |
|
readwritenonatomicweak |
|
readatomicassign |
|
readwritenonatomicstrong |
|
readnonatomicassign |