I have a UIViewController with a view of a container that contains a UITableView .
In a UITableView, I have an NSFetchController with an NSPredicate that uses variables from the intial UIViewController (hope you are still with me). For one instance that the user changes, the container view is not updated.
How can I force reload / refresh the container view when this happens? I looked around, but did not see much on this subject.
To be specific, I have a UIDatePicker that changes the date to a button. That is what needs to be updated.

ios container-view
memyselfandmyiphone
source share