Skip to content

joinpursuit/AC3.2-PhotoMomentsTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AC3.2-PhotoMomentsTable

Use the Photos framework to make queries on the Photo Library and display the results.

Original Homework

Complete Exercises 2 - 4 (Table View) at the end of the lesson

And that is:

  1. Build a table view. Using the cellForRowAt from the NSHipster post as a model, get the data you need from the Moments section above to get your PHAssets. It won't be a simple array as sketched in the post but rather hold a reference to the fetchResult. With that you'll be able to implement the data source delegate methods by drilling down into assets as illustrated in the printAssetsInList function.
  2. Customize that table view cell, for goodness sakes.
  3. Segue to the full image. What a surprise.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages