I’ve loved playing around with the new widgets. I created this widget recently:
It pulls data from Github, gmail, and Reminders APIs and shows outstanding items to be addressed. I was thinking it would be nice to recreate something similar in a UITable inside the app, where clicking on one of these sections would load more rows in the table with additional context.
Basically a tabbed header inside a UITable like this:
I was just trying to create it and realized that there are a couple immediate limitations in UITables:
- OnTaps can only be attached to entire rows, or button-type cells
- Background color can’t be set per cell.
@simonbs Would be awesome to get those (hopefully not too complex) features added!
More broadly, I love the flexibility of the design of widgets w/ the new stacks interface, and would love to see similar mechanics in the construction of UITables. I know that some elements, like fonts, have already been brought over from widgets to UITable, so I’m hopeful there’s more plans to consolidate the 2 interfaces