Modern Configurations for Cells and Views After iOS 14.0
textLabel
, detailTextLabel
, and imageView
are deprecated in iOS 14. Now we should use configurations for our cells and views.
We used to set the content and styling of the image and text on a cell directly before UIListContentConfiguration
was introduced in WWDC20.