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?

Accepted Reply

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).

Replies

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).