Base:
method
GetCell
Microsoft.Maui.Controls.Compatibility.Platform.iOS.CellRenderer.GetCell(Microsoft.Maui.Controls.Cell, UIKit.UITableViewCell, UIKit.UITableView)
1 override of GetCell
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\ImageCellRenderer.cs (1)
18
public override UITableViewCell
GetCell
(Cell item, UITableViewCell reusableCell, UITableView tv)
1 reference to GetCell
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\ImageCellRenderer.cs (1)
20
var result = (CellTableViewCell)base.
GetCell
(item, reusableCell, tv);