-
-
Notifications
You must be signed in to change notification settings - Fork 951
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
How to change the section header or change tableview style #1082
Comments
Follow this Readme section to change the header of a section. XLForm uses a tableView so you can use all delegate methods of it |
@mats-claassen So at the first time you should have a header view for section ,right? |
You can use that to set a header view for each section yes |
But if I want to make section header -same , how to do , for instance I have more rows -same layout but different data, so can I reuse the row? @mats-claassen |
I do not understand what you want to achieve but keep in mind that as XLForm uses UITableView underneath, you can achieve pretty much everything that you can with UITableView only (apart from row reuse). So if you want multiple section headers to be the same view but with different data, you can just do it using the functions linked above, just as you would do for an UITableView |
Yeah thank for your info, so perhaps should add doc or examples to help the people to use it. -add more features to do instead of UIOllectionview |
@mats-claassen I reviewed all the docs about the framework, but cannot find a solution to change the section height .
It's so normal in the project, so does it support it ? And then I want to change the TableView style.
The text was updated successfully, but these errors were encountered: