Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nashyo

macrumors 6502
Original poster
Oct 1, 2010
299
0
Bristol
ERROR: expected method body

Code:
- (void)viewDidLoad 
{
    self.questionNameLabel.text = _currentContent.QuestionName;
    self.answerALabel.text = _currentContent.Answer1;
    self.answerBLabel.text = _currentContent.Answer2;
    self.answerCLabel.text = _currentContent.Answer3;
    [self.imageBtn setBackgroundImage:_currentContent.Image1 forState:UIControlStateNormal];
    
    [super viewDidLoad];
}
 
Got it

Debugging 101 - check above the error. There was a method half written and missing a closing block, just above this.
 
Asking For Help 101 - non-generic thread titles. Please be courteous of those you seek help from and use a thread title that describes the issue to some extent and not just something along the lines of "I need help". Thank you for your consideration.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.