Kodeco Forums

MagicalRecord Tutorial for iOS

A MagicalRecord tutorial for iOS that introduces the basics of setting up a CoreData stack and working with this popular library.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2514-magicalrecord-tutorial-for-ios

This tutorial has an issue right from the beginning could you please help me solve it?
i am getting the same error message right from the beginning of Starter project that i have not even touched yet. Clear to the Finished Project.
is says , Redundant Conformance of ‘BeerDetailViewController’ to protocol ‘UITableViewDelegate’.

it’s in the BeerViewController.Swift at the line
extension BeerDetailViewController: UITableViewDelegate {

Hey @jhorner,

If you remove the : UITableViewDelegate from the extension, you’ll get rid of the duplicate protocol conformance error.

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]