Hello,
I've created a today extension which is comprised primarily of a UITableView. Similar to the Stocks widget, I have a "Show more..." button to expand the content size to show all rows.
However, the content size I set (either using setPreferredContentSize or an NSLayoutConstraint on height) gets ignored when the content is larger than the available area. I want the content to all be visible and scrollable, just like the Stocks extension.
How can I do that?
Any advice would be greatly appreciated!
Chris @ Vertifi