public override void RowSelected(UITableView tableView, NSIndexPath indexPath) { NewsDetailView detalle = new NewsDetailView(); detalle.setNew(tableItems [indexPath.Row]); controller.NavigationController.PushViewController(detalle, true); }
public override void RowSelected(UITableView tableView, NSIndexPath indexPath) { NewsDetailView detalle = new NewsDetailView (); detalle.setNew (tableItems [indexPath.Row]); controller.NavigationController.PushViewController (detalle, true); }