当UISearchController呈现时未调用的UIViewControllerPreviewingDelegate方法

时间:2017-01-09 16:06:59

标签: ios swift uisearchcontroller 3dtouch

当没有显示searchController时,3d touch按预期工作并调用委托方法。但是当searchController处于活动状态时不会被调用。

创建UISearchController看起来像这样

list_of_days = [2, 1, 0, 2, 1, 3, 0, 2, 4, 0, 3, 2, 3, 4, 2, 2, 2, 4, 3, 0]  
day_counter = Counter(list_of_days).items()
data = [ [a,b] for a,b in day_counter ]
print(data)

0 个答案:

没有答案