diff --git a/floatingButtonTrial/ViewController.m b/floatingButtonTrial/ViewController.m index c917242..6b6ef95 100644 --- a/floatingButtonTrial/ViewController.m +++ b/floatingButtonTrial/ViewController.m @@ -50,6 +50,7 @@ - (void)viewDidLoad } +#pragma mark UITableView Delegate and DataSources methods -(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 1; @@ -72,7 +73,7 @@ -(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSI return cell; } - +#pragma mark floatMenuDelegate methods -(void) didSelectMenuOptionAtIndex:(NSInteger)row { NSLog(@"Floating action tapped index %tu",row);