Am I missing something or is WKInterfaceDevice's addCachedImageWithData gone? Is it replaced with something or should I roll my own replacement?
Thanks!
Am I missing something or is WKInterfaceDevice's addCachedImageWithData gone? Is it replaced with something or should I roll my own replacement?
Thanks!
Ditto. The only method I see now in WKInterfaceDevice related to image cache is "cachedImages" which is a readonly dictionary of the cached images. There seems to be no way to add or remove images in the cache and I could not find any other mention of image caching in the watchOS 2.0 docs or release notes. Perhaps it's no longer necessary to explicitly cache images with native watchkit apps, since they don't need to be transferred from the iPhone?