I'm banging my head for some time due to this issue. I precise my scenario in detail.
I have a table view where I can add data using a popover which gets displayed on clicking the '+' button in the navigation bar. I get the values from the popover but where I'm stuck is, the data received is not getting reflected in the tableview. If I move back and forth it gets displayed. Tried to reload the table with different possibilities but nothing works.
If you do want a taste of my code, you can get it here Data stored fails to display in the table view, in one to many relationship of core data?
Could anyone solve my problem, help is very much appreciated.
Team table view controller
's viewWillAppear method I'm fetching the data from the coredata. In theTo Add teams
's submit method(which is a button i tap upon giving the values in the popover). The popover gets dismissed but the tableview still not getting updated with the latest values.Could you get me what I'm trying to say. – Sommelier