PYSearch
PYSearch copied to clipboard
想请问一下如何交换搜索历史和热门搜索的位置
@freedomAsWind 只需要设置searchViewController. 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;
perfect!
swapHotSeachWithSearchHistory 没有这个属性了啊
swapHotSeachWithSearchHistor设置这个属性根本不起效果
@luzizheng Note: It is‘t effective when searchHistoryStyle
is PYSearchHistoryStyleCell
. 如果searchHistoryStyle
为PYSearchHistoryStyleCell
会无效。