I'm migrating a few tables over to SC tables as a test before we go too far with this API, and it's been very reasonable so far. However, for normal UITableView's the section footer automatically sizes to the text supplied. This behavior is not reproduced in SC. See below (basically instead of wrapping it gets the old... at the end of the first line).
I've tried using section.footerHeight but that does nothing (btw the documentation for this property is a copy paste of that for title).
I don't want to add my own view, and it feels like OOTB it should behave like a normal UITableView footer.
Any hints as to how I can work around this
Thanks in advance,
Alan