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! :]