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?