Addition of the allocated record from the first TableView in the second.
Prompt how to carry out the given operation please.
This is a discussion on Addition of the allocated record from the first TableView in the second within the iPad Development forums, part of the iPad App Store category; Addition of the allocated record from the first TableView in the second. Prompt how to carry out the given operation please....
Addition of the allocated record from the first TableView in the second.
Prompt how to carry out the given operation please.
[MyTableViewController.mList addObject:@"new arrow"];
[MyTableViewController reloadData];
mList - table view array;
MyTableViewController - UITableViewController;