jsfu / JSDropDownMenu

类似美团的下拉菜单
MIT License
565 stars 138 forks source link

it does not match iOS11 #16

Open lck93 opened 6 years ago

lck93 commented 6 years ago

need help

gzw521886 commented 6 years ago

JSDropDownMenu.m

加上 - (UIView )tableView:(UITableView )tableView viewForHeaderInSection:(NSInteger)section{ return nil; }

- (UIView )tableView:(UITableView )tableView viewForFooterInSection:(NSInteger)section{ return nil; }

YongTaiSin commented 6 years ago

加了这个没用啊