[]
        
(Showing Draft Content)

C1.iOS.Input.C1AutoComplete.CreateItemView

CreateItemView Method

CreateItemView(object)

Create the visual representation of an item.

Declaration
protected override UITableViewCell CreateItemView(object item)
Parameters
Type Name Description
object item

The data item.

Returns
Type Description
UITableViewCell

Visual representation of an item.

Overrides