I have this:
- (void) viewDidUnload;
[super viewDidUnload];
self.cheatName = nil;
self.description = nil;
}
It says that viewDidUnload is undeclared, no matter what I do with it. How do I declare it?
But If I have the brackets after the viewDidUnload function, then the problems increase from 1 to 4, with 2 having to do with @end function (WTF)
Anyone have a solution? I can upload the Xcode files and other stuff if you want.
This is in "DetailsViewController.m"