sunchunlei

Results 9 comments of sunchunlei

is this just a mistake?

I encountered the same problem. This may be caused by the MAC OS 10.15 shell. I'm not familiar with shell, I just used a little trick to solve this problem....

看了好多,都有这个问题,基本影响也不是很大

> 这是系统 bug,与是否触发搜索无关,只要满足以下两点的其中一点,就会出现: > > 1. self.tableView.estimatedRowHeight 指定为一个大于 0 的值。 > 2. 同时实现 tableView:viewForHeaderInSection:、tableView:heightForHeaderInSection:、tableView:viewForFooterInSection:、tableView:heightForFooterInSection:。 > > 这是测试 Demo,注意代码里的注释: > [TestSearchBar.zip](https://github.com/Tencent/QMUI_iOS/files/5647932/TestSearchBar.zip) > > 在 QMUI 里,这两个条件分别在: > > 1. 条件1在 UITableView+QMUI.m...