Sunday, December 29, 2013

Help: Click TableView enter a custom page B

. M file has been added # import "NextControlView. H"

 - (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