I am displaying a modal view to collect some inputs from the user. When the user hits apply in the modal view, the modal view disappears. I sum those inputs obtained from the modal view and I want to display the value obtained fin the parent view. I can't figure out how to get the textfield to refresh right after the modal view disappears with the new number. It only updates once I hit the calculate button on the parent view.