Hi
Using 2024r2 with an iOS project.
I have an iOSMobileTable with sections.
How do I add custom section headers?
Thanks for your suggestions.
Mich
Hi
Using 2024r2 with an iOS project.
I have an iOSMobileTable with sections.
How do I add custom section headers?
Thanks for your suggestions.
Mich
I use the excellent iOSMobileTableExtended from @Antonio_Rinaldi.
I didn’t have sections but wanted a header and footer.
I used custom table cells. The “body” of the table contained cells that show several pieces of numeric data. The “header” cell showed titles, and the “footer” cell showed totals.
With my iOSMobileTableExtended you can use custom section header and footer (also for your 1 section use, since no section i one section)
Moreover you can use custom table header or footer, but in your case i would advise custom section header/footer since they can be visible also whatever number of rows you have in your table and you can easily udpdate.
Try it, there is a specific example.
Thanks for the solutions, I’ll try them out.