HYPPluginMenuItem
@interface HYPPluginMenuItem <HYPPluginMenuItem>
HYPPluginMenuItem Represents a row in the Hyperion plugin list.
-
Sets the title and image and styling of the menu item.
Declaration
Objective-C
- (void)bindWithTitle:(id)title image:(id)image;
Parameters
title
The title of the menu item.
image
The image of the menu item.
-
The tap gesture that determines when the menu item has been selected.
Note: This can be removed for customization purposes, but please ensure the proper delegate methods are called.
Declaration
Objective-C
@property (nonatomic) int *tapGesture;
-
The label that displays the plugin image.
Declaration
Objective-C
@property (nonatomic) int *titleLabel;
-
The ImageView that displays the plugin image.
Declaration
Objective-C
@property (nonatomic) int *pluginImageView;
-
The height of the plugin menu item. This value defaults to 130.
Declaration
Objective-C
@property (nonatomic) int height;