sending action to previosu view when using dismissModalViewController iphone
Posted
by Brodie4598
on Stack Overflow
See other posts from Stack Overflow
or by Brodie4598
Published on 2010-05-10T02:47:18Z
Indexed on
2010/05/10
2:48 UTC
Read the original article
Hit count: 377
Hello -
I am using presentModalViewController to display a view which allows the user to modify data that is being displayed in the first view. After the user has updated the data, I would like to send [tableView reloadData] to the first view.
Is that possible? Or is there a method I can create in the first view that gets called when the modalView is dismissed.
© Stack Overflow or respective owner