public override void RowSelected(UITableView tableView, NSIndexPath indexPath) { var vc = new SearchItemViewController() { Item = controller.searchResults [indexPath.Row] }; controller.NavigationController.PushViewController(vc, true); }
public override void RowSelected (UITableView tableView, NSIndexPath indexPath) { var vc = new SearchItemViewController (){Item = controller.searchResults [indexPath.Row]}; controller.NavigationController.PushViewController (vc, true); }