解决方法
将UISearchBar嵌入到UIView中,然后将其添加为tableHeaderView.在故事板中以这种方式构建它对我有用.我猜iOS在tableHeaderView中调整了UISearchBar的大小,但是只留下了一个基本的UIView(并且没有费心去查看它).
您可能还想使节索引透明,我做了:
[[UITableView appearance] setSectionIndexBackgroundColor:[UIColor clearColor]]; [[UITableView appearance] setSectionIndexTrackingBackgroundColor:[UIColor clearColor]];