I've got a Catalyst app that exposes some custom context menu items via the buildMenu
API. When it runs on Tahoe, there's some weirdness with how the images in the menu items are sized. See attached screenshot below.
The three items on the bottom are using SF Symbols for their images, and the rest are using custom images from an asset catalog.
Is this a bug in Tahoe 26.0? Or should I be resizing my images before giving them to UIAction
? If the latter, what should the size be, and is this documented somewhere or available from an API?