I am using the UIListContentConfiguration.subtitleCell() to display text, secondaryText and a SF Symbol as the image. The secondaryText is quite long in some cells so I would like to vertically align the symbol image to the top of the first line of text rather than the default where it is centered in the cell.
Is it possible to override the vertical alignment/position of the image in UIListContentConfiguration.subtitleCell()?
Is it possible to override the vertical alignment/position of the image in UIListContentConfiguration.subtitleCell()?