mamba
mamba
@GL-ZHU 首先谢谢你的反馈。 1. searchSuggestionVC的y值为64是我内部的处理。 2. 关于自定义搜索建议 可以通过设置searchViewController的dataScource实现,如下 ```objc @protocol PYSearchSuggestionViewDataSource @required /** 返回用户自定义搜索建议Cell */ - (UITableViewCell *)searchSuggestionView:(UITableView *)searchSuggestionView cellForRowAtIndexPath:(NSIndexPath *)indexPath; /** 返回用户自定义搜索建议cell的rows */ - (NSInteger)searchSuggestionView:(UITableView *)searchSuggestionView numberOfRowsInSection:(NSInteger)section; @optional /** 返回用户自定义搜索建议cell的section...
@GL-ZHU 可以先更新本地仓库。 最新版本参照README.md里面的显示,目前最新是0.7.5!
@SoulmateL 是个好的建议 找个时间新增该功能
@dudongge 感谢你的PR,但是首先,你不能修改了一些不该修改的数据,还有你的提交备注有问题"delate"? 应该是"delete",而且注释不够明确,应该备注:delete UITableViewDataSource from protocols which PYSearchViewControllerDataSource comply 期待你的再次PR
@kinjal-edcast You can set `removeSpaceOnSearchString ` to `NO`. ```OBJC /** Whether remove the space of search string, default is YES. */ @property (nonatomic, assign) BOOL removeSpaceOnSearchString; ```
@aojiang 搜索历史长度是根据屏幕宽度适配的,如果要修改宽度,需要在布局方法(如下)上面稍加修改。 `- (NSArray *)addAndLayoutTagsWithTagsContentView:(UIView *)contentView tagTexts:(NSArray *)tagTexts;`
@Tiger9527 @chenzenghui2013 更新到最新版试试 我这边测试没问题
@XiaoYiS @chenzenghui2013 @Tiger9527 试试最新版哈 如果还是不行的话,直接加我QQ:499491531
@GongCheng12138 @Tiger9527 @chenzenghui2013 @XiaoYiS 我这边用最新版测试是没问题的 麻烦检查下是不是最新版 最好是 直接使用clone 下载项目 测试
@ZhangByron 因为目前采用的是流水布局,所以没法满足您的这个需求,您可根据需求fork代码,直接在源代码修改。