Skip to content

Commit

Permalink
added back SASlideMenuDelegate implementations in the DynamicExample
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoa committed Sep 15, 2013
1 parent 0d40deb commit 9485eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SASlideMenu/ExampleDynamicMenuViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
}
#pragma mark -
#pragma mark SASlideMenuDelegate
/*

-(void) slideMenuWillSlideIn:(UINavigationController *)selectedContent{
NSLog(@"slideMenuWillSlideIn");
}
Expand All @@ -204,5 +204,5 @@ -(void) slideMenuWillSlideToLeft:(UINavigationController *)selectedContent{
-(void) slideMenuDidSlideToLeft:(UINavigationController *)selectedContent{
NSLog(@"slideMenuDidSlideToLeft");
}
*/

@end

0 comments on commit 9485eaa

Please sign in to comment.