-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搜索结果布局有问题 #212
Comments
等了几天,作者没回复,所以自己改了,希望能帮到遇到我同样问题的人,我的情况是搜索结果显示的cell是自定义的把源代码替换了,所以布局有问题,如果有同样情况的人可以参考下我的解决代码:
|
搜索结果超过一屏时,键盘收起状态时,非刘海屏手机最后一个cell有半个cell的高度显示不了,刘海屏手机差不多有一个cell显示不了,demo多加点假数据就能重现
for (int i = 0; i < arc4random_uniform(5) + 30; i++) {
NSString *searchSuggestion = [NSString stringWithFormat:@"Search suggestion %d", i];
[searchSuggestionsM addObject:searchSuggestion];
}
The text was updated successfully, but these errors were encountered: