We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
QMUICommonTableViewController 使用search controller 的时候
使用的是默认的初始化方法: self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self];
能否改成 self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self resultsTableViewStyle:self.tableView.style];
想让search controller 跟 自己的tableViewController 的样式一致。或者提供个选项自己决定样式。
现存问题或期望目标 对于功能的建议,请说明具体的场景,现在的代码为什么无法实现需求。 对于代码设计方面的建议,请说明目前的问题所在。
The text was updated successfully, but these errors were encountered:
是有这个不便,我们考虑一下。
Sorry, something went wrong.
已发布 4.5.0 修复该问题。
No branches or pull requests
QMUICommonTableViewController 使用search controller 的时候
使用的是默认的初始化方法:
self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self];
能否改成
self.searchController = [[QMUISearchController alloc] initWithContentsViewController:self resultsTableViewStyle:self.tableView.style];
想让search controller 跟 自己的tableViewController 的样式一致。或者提供个选项自己决定样式。
现存问题或期望目标
对于功能的建议,请说明具体的场景,现在的代码为什么无法实现需求。
对于代码设计方面的建议,请说明目前的问题所在。
The text was updated successfully, but these errors were encountered: