标签: ios uisearchdisplaycontroller
我使用tabbarController来管理两个控制器(一个用于搜索)。搜索完成后,我可以得到正确的tableViewCells。然后,我保留搜索结果,单击tabBar转到另一个控制器。
tabbarController
tableViewCells
然而,当我回到searchResultsTableView时,我得到了两倍旧宽度的单元格(现在是640像素)。为什么?
searchResultsTableView
searchResultsTableView的宽度和高度也变为两倍。
有人可以给我一些建议吗?