ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

怎麼讓HotSearch與SearchHistory交換位置呢 #148

Closed vincentLin113 closed 6 years ago

vincentLin113 commented 6 years ago

因為想把搜尋歷史放在上頭 熱搜想放在下面 不知道是否有簡單快速的方法

ko1o commented 6 years ago

设置swapHotSeachWithSearchHistory属性为YES

/**
 Whether swap the popular search and search history location, default is NO.

 Note: It is‘t effective when `searchHistoryStyle` is `PYSearchHistoryStyleCell`.
 */
@property (nonatomic, assign) BOOL swapHotSeachWithSearchHistory;