Here’s a nice straightforward (about 35 minutes) step-by-step video tutorial series that explains how to create a simple Dribbble client app using UICollectionView submitted by Tope Abayomi.
Specifically in the series you’ll learn how to:
- Get your Dribbble key
- Use NSURLSession to download data from Dribbble
- Parse the JSON response from the Dribbble API in Swift
- Display the downloaded data and images in a UICollectionView
- Load the images asynchronously
You can find the the video tutorial on the App Design Vault blog.