I want to reload data of UITableview
from another UIView
.
(the UITableview
is in ListNoteViewController
)
the call I do from DetailViewController
(the other uiview) is :
ListNoteViewController *controller = [[ListNoteViewController alloc] initWithNibName:@"ListNoteViewController" bundle:[NSBundle mainBundle]];
[controller.TableNotes reloadData];
but nothing happens. Please, someone can help me ?
Advanced thanks