SwiftyDropbox SDK Talk and PhotoWatch Sample App

Dropbox engineer Leah Culver recently presented at the Twilio Signal conference about the company's new SwiftyDropbox SDK. The talk included a live demo of PhotoWatch, a sample app that displays Dropbox photos on an Apple Watch.

The PhotoWatch app relies on just two SwiftyDropbox SDK methods for its Dropbox integration: filesListFolder and filesDownload. Dropbox has published the full source code for PhotoWatch on GitHub, giving developers a working example of how these API calls can power a watchOS experience.

Developers can explore the app's implementation directly from the PhotoWatch repository.