1、当我试图用在一个子UIViewController(MITSearchViewController)中用UITableView+UISearchController方法添加搜索时,出现了下面的问题:
A:MITSearchViewController的父类中调用了self.edgesForExtendedLayout = UIRectEdgeNone;
,这就导致问题了出现。
How:暂时还不知道,有大神知道了不妨留个言。
S:调用self.edgesForExtendedLayout = UIRectEdgeTop;
。