lifution/FSPopoverView

iOS11 设备上显示异常

Closed this issue · 2 comments

simulator screen shot - iphone 8 - 2017-09-25 at 11 23 50
底部会多一块空白

已经解决了,在PopoverView.m 115行加上
_tableView.estimatedRowHeight = 0;
_tableView.estimatedSectionHeaderHeight = 0;
_tableView.estimatedSectionFooterHeight = 0;

@andy123234 你应该是使用cocoapods引入的, 适配iOS11的版本我忘记更新到cocoapods了. 😂