Getting Started with PhotoKit | raywenderlich.com

In this tutorial, you’ll learn how to use PhotoKit to access and modify photos, smart albums and user collections. You’ll also learn how to save and revert edits made to photos.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/11764166-getting-started-with-photokit

Hi Davis, I’ve downloaded and run your full code; app crashes on the following line:

    fatalError("init(coder:) not implemented.")

(Line 40 of PhotosCollectionViewController.swift)

Any help is apreciated.