i got 3 syntax errors:
"syntax error before "}" token" my code was
IBOutlet UITextView *fruitDescription
}
"syntax error before "{" token" my code was
- (void)viewDidUnload {
"syntax error before "{" token" my code was
- (void)dealloc {
Any ideas?