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 trial

iOS

ivan hernandez
PLUS
ivan hernandez
Courses Plus Student 2,298 Points

IOS I can´t Refresh Core Date example

I hope someone can help me with this, I need build the core data example and I understand just when edit of delete the Tableview will refresh, but I want to refresh the tableview, but I can´t.

I add a Predicate to my search and all the inputs older then 10 min should not show, this happened just when I start the app but I can´t reload the data again.

I have tried -(void) viewDidload [self.fetchResultsControler performFetch:nil]; [self tableView reloadData]

-void) viewWillAppear [self.fetchResultsControler performFetch:nil]; [self tableView reloadData]

but I can´t reload the tableview Just when I delete or edit the info.

any ideas???