public override void RowSelected(UITableView tableView, NSIndexPath indexPath)
 {
     elementSelected.OnNext(commonSource.ItemAt(indexPath));
 }
Ejemplo n.º 2
0
 public override void ItemSelected(UICollectionView collectionView, NSIndexPath indexPath)
 {
     elementSelected.OnNext(commonSource.ItemAt(indexPath));
 }