Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Missing return some method commented #53

Open
anhhtbk opened this issue Sep 23, 2016 · 0 comments
Open

Missing return some method commented #53

anhhtbk opened this issue Sep 23, 2016 · 0 comments

Comments

@anhhtbk
Copy link

anhhtbk commented Sep 23, 2016

Eg:
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { if ([_SKSTableViewDelegate respondsToSelector:@selector(tableView:heightForHeaderInSection:)]) [_SKSTableViewDelegate tableView:tableView heightForHeaderInSection:section]; return 0; }
Is that a bug?
When I uncomment that method to use, It not work. :))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant