I'm trying to use MTD to make a table that's just a flat list of elements, but it looks like you can't add Elements to the RootElement; you have to have a child SectionElement and add Elements to it. But this makes a Section header in the table that MTD creates, even if the table view style is UITableViewStyle.Plain, and I don't want that header.

Is is possible to avoid having that header?

有帮助吗?

解决方案

There should be no header visible if you use new Section (), otherwise you might have something else set in your DialogViewController.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top