My code in a UITableViewController:
delegate.myData = [myData objectAtIndex:indexPath.row];
How can I see the values of delegate.myDa
delegate.myDa
You can print values onto console window at run-time. Below are steps :