Open raphaelschaad opened 9 years ago
WatchKit has its own way of playing animations/image sequences/animated GIFs (https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceImage_class/index.html#//apple_ref/occ/instm/WKInterfaceImage/startAnimatingWithImagesInRange:duration:repeatCount:) but it could be useful to leave the correct parsing of GIF data up to a library. Thoughts?
Pinging this thread.
Could this also be implemented to support iMessage? :P
WatchKit has its own way of playing animations/image sequences/animated GIFs (https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceImage_class/index.html#//apple_ref/occ/instm/WKInterfaceImage/startAnimatingWithImagesInRange:duration:repeatCount:) but it could be useful to leave the correct parsing of GIF data up to a library. Thoughts?