C# Class Smeedee.iOS.TableCellFactory

Show file Open project: Smeedee/Smeedee-Mobile

Protected Properties

Property Type Description
cellControllers TableViewCellController>.Dictionary
controllerType System.Type

Public Methods

Method Description
NewTableCellController ( UITableView tableView, NSIndexPath indexPath ) : TableViewCellController
TableCellFactory ( string cellNibName, Type controllerType ) : System

Private Methods

Method Description
GenerateUniqueCellTag ( NSIndexPath indexPath ) : int

Method Details

NewTableCellController() public method

public NewTableCellController ( UITableView tableView, NSIndexPath indexPath ) : TableViewCellController
tableView UITableView
indexPath NSIndexPath
return TableViewCellController

TableCellFactory() public method

public TableCellFactory ( string cellNibName, Type controllerType ) : System
cellNibName string
controllerType System.Type
return System

Property Details

cellControllers protected property

protected Dictionary cellControllers
return TableViewCellController>.Dictionary

controllerType protected property

protected Type,System controllerType
return System.Type