We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fbc61 commit b71a2d3Copy full SHA for b71a2d3
Example/ContextMenu/ViewController.m
@@ -79,8 +79,8 @@ - (IBAction)presentMenuButtonTapped:(UIBarButtonItem *)sender {
79
//optional - implement custom YALContextMenuTableView custom protocol
80
self.contextMenuTableView.yalDelegate = self;
81
//optional - implement menu items layout
82
- self.contextMenuTableView.menuItemsSide = Left;
83
- self.contextMenuTableView.menuItemsAppearanceDirection = FromBottomToTop;
+ self.contextMenuTableView.menuItemsSide = Right;
+ self.contextMenuTableView.menuItemsAppearanceDirection = FromTopToBottom;
84
85
//register nib
86
UINib *cellNib = [UINib nibWithNibName:@"ContextMenuCell" bundle:nil];
0 commit comments