Skip to content
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

QMUISearchController 的tableViewStyle 样式 #1425

Closed
276523923 opened this issue Aug 5, 2022 · 2 comments
Closed

QMUISearchController 的tableViewStyle 样式 #1425

276523923 opened this issue Aug 5, 2022 · 2 comments
Labels

Comments

@276523923
Copy link

QMUICommonTableViewController 使用search controller 的时候

使用的是默认的初始化方法:
self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self];

能否改成
self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self resultsTableViewStyle:self.tableView.style];

想让search controller 跟 自己的tableViewController 的样式一致。或者提供个选项自己决定样式。

现存问题或期望目标
对于功能的建议,请说明具体的场景,现在的代码为什么无法实现需求。
对于代码设计方面的建议,请说明目前的问题所在。

@MoLice
Copy link
Collaborator

MoLice commented Aug 5, 2022

是有这个不便,我们考虑一下。

@MoLice
Copy link
Collaborator

MoLice commented Aug 10, 2022

已发布 4.5.0 修复该问题。

@MoLice MoLice closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants