Hi there,
I’m having problems with page 50 and 51 of the tutorial. I’ve essentially copied the code word for word but am having some errors pop up:
if indexPath.row == 0 {
isChecked = row0item.checked
} else if indexPath.row == 1 {
This part of the code gives me the error “Cannot assign value of type ‘Strong’ to type ‘Bool’”
if indexPath.row == 0 { row0item.checked = !row0item.checked
This part gave me the error “No ! candidates produce the expected contextual result type String”
Sorry if these are simple questions but I have no idea what I’m doing wrong…I’m pretty new at this.
Thanks