Your Second Swift 4 & iOS 11 App - Part 36: | Ray Wenderlich

Making the edit view controller takes some work. Your challenge is to come up with a task list to make it happen.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4284-your-second-swift-4-ios-11-app/lessons/36

what it means?

controller.delegate = self

@venkataprabhu You set the ItemDetailViewController view controller’s delegate property to be the current instance of your ChecklistViewController view controller.

This is possible because the ChecklistViewController class implements your ItemDetailViewControllerDelegate protocol.

I hope it helps. Please let me know if you have any other questions or issues regarding the whole thing. Thank you! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.