Summary
In this chapter, you learned how to download an image from an external website, extract the animation frames from the ZIP file, and then add them to the image assets catalog. You learned about the App Transport Security protocol that Apple introduced with the release of iOS 9 to enforce developers to provide secure connections between your Apple Watch apps and iOS apps that communicate over HTTPS, and learned how to properly configure our Apple WatchKit extension to allow our app to download images from external websites.
In our next step, we discussed Outlets and how we can connect and bind them to control objects within the Interface Builder canvas and then moved on to learning about creating Action events to our control elements that will be able to respond to user actions when tapped. To end the chapter, we moved on to discussing how to correctly animate an image within the WatchKit interface by cycling through each of the extracted frames and using the startAnimatingWithImagesInRange...