- (void) tableView: (UITableView *) tableView accessoryButtonTappedForRowWithIndexPath: (NSIndexPath *) indexPath {
NSInteger row = indexPath.row;
NextControlView * nextControlView = [[NextControlView alloc] initWithNibName: @ "NextControlView" bundle: nil];
nextControlView.Page = row;
[Self.navigationController pushViewController: nextControlView animated: YES];
}
But the program execution to nextControlView.Page = row; here GDB: interrupted
Please expert guidance twelve
Reply:
NextControlView how to write
No comments:
Post a Comment