WKInterfaceImage is an API available for Apple's WatchKit framework. A WKInterfaceImage object lets you manipulate an image in a WatchKit app’s interface.
WKInterfaceImage
is an API available for Apple's WatchKit. A WKInterfaceImage
object lets you manipulate an image in a WatchKit app’s interface. Use image objects to change the current image being displayed and to start and stop the animation of a sequence of images.
More information on WKInterfaceImage
is available here.
See also watchkit