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