Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.UpdateCellDisplay C# (CSharp) Method

UpdateCellDisplay() protected method

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void
        protected override void UpdateCellDisplay (UITableViewCell cell)
        {
            // note that we deliberately do not call the base class here
            PrepareCell(cell);
        }