WKInterfaceImage does not show UIImage subclass

I have a UIImage subclass that holds additional metadata (Yes, I could resort to composition instead of inheritance, but that would require a major rewrite of my code).


Instance of this subclass are not displayed in WKInterfaceImage.


Any idea how to fix that?

Answered by DrMickeyLauer in 652686022
It's been a long time, but in the meantime, this bug has been fixed. It's working as of at least watchOS7 (maybe earlier).
Accepted Answer
It's been a long time, but in the meantime, this bug has been fixed. It's working as of at least watchOS7 (maybe earlier).
WKInterfaceImage does not show UIImage subclass
 
 
Q