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 90151ca commit bb480b1Copy full SHA for bb480b1
Example/ContextMenu/ViewController.m
@@ -88,7 +88,8 @@ - (IBAction)presentMenuButtonTapped:(UIBarButtonItem *)sender {
88
}
89
90
// it is better to use this method only for proper animation
91
- [self.contextMenuTableView showInView:self.navigationController.view withEdgeInsets:UIEdgeInsetsZero animated:YES];
+// [self.contextMenuTableView showInView:self.navigationController.view withEdgeInsets:UIEdgeInsetsZero animated:YES];
92
+ [self.contextMenuTableView showWithAnimated:YES];
93
94
95
#pragma mark - Local methods
@@ -143,4 +144,4 @@ - (UITableViewCell *)tableView:(YALContextMenuTableView *)tableView cellForRowAt
143
144
return cell;
145
146
-@end
147
+@end
0 commit comments