Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJack Campbell
1,822 PointsI am getting an error and I don't know why?
At 1:55 the video says to put in a [super viewWillAppear:animated]; can someone please tell me why I am getting an error with this line. I have double checked and am positive there is nothing wrong with the code. Thanks so much.
2 Answers
Stephen Whitfield
16,771 Points-(void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
}
Vladimir Cezar
7,710 PointsCan you paste the error?