configuration
The Developer’s Guide to List Content Views in iOS 14
In an earlier article, I introduced iOS 14’s new content configuration architecture. You have a UIContentConfiguration object and a UIContentView, and they go together. Configuring the content configuration object expresses the data you want represented; the configuration object then generates the content view, which constructs the interface that displays that data. As I showed in …
The Developer’s Guide to List Content Views in iOS 14 Read More »