зеркало из https://github.com/xamarin/ios-samples.git
Added method to call the correct delegate one
This commit is contained in:
Родитель
5494c04769
Коммит
0991ed3487
|
@ -55,6 +55,12 @@ namespace GrowRowTable
|
|||
{
|
||||
return DataSource.RowsInSection(tableView, section);
|
||||
}
|
||||
|
||||
public override void RowSelected(UITableView tableView, Foundation.NSIndexPath indexPath)
|
||||
{
|
||||
TableView.Delegate.RowSelected(tableView, indexPath);
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------------------
|
||||
#endregion
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче