Skip to content

Commit 8939751

Browse files
committed
Update README.md
1 parent 439a6d7 commit 8939751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Closes the menu and calls the completion block oppon animation completion
118118

119119
###### - (void)toggleLeftMenu;
120120
Toggles the left menu open or close depending on the existing state. This was made public in order to pass the selector to a custom UIBarButtonItem (ex: UIBarButtonItem with a button as a custom view)
121+
122+
###### - (void)bounceMenu:(Menu)menu withCompletion:(void (^)())completion;
123+
Bounces either right or left menu, and calls the completion block oppon animation completion
121124
```
122125
UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 30, 30)];
123126
[button setImage:[UIImage imageNamed:@"menu-button"] forState:UIControlStateNormal];

0 commit comments

Comments
 (0)