C# 클래스 Smeedee.iOS.TableCellFactory

파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

보호된 프로퍼티들

프로퍼티 타입 설명
cellControllers TableViewCellController>.Dictionary
controllerType System.Type

공개 메소드들

메소드 설명
NewTableCellController ( UITableView tableView, NSIndexPath indexPath ) : TableViewCellController
TableCellFactory ( string cellNibName, Type controllerType ) : System

비공개 메소드들

메소드 설명
GenerateUniqueCellTag ( NSIndexPath indexPath ) : int

메소드 상세

NewTableCellController() 공개 메소드

public NewTableCellController ( UITableView tableView, NSIndexPath indexPath ) : TableViewCellController
tableView UITableView
indexPath NSIndexPath
리턴 TableViewCellController

TableCellFactory() 공개 메소드

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

프로퍼티 상세

cellControllers 보호되어 있는 프로퍼티

protected Dictionary cellControllers
리턴 TableViewCellController>.Dictionary

controllerType 보호되어 있는 프로퍼티

protected Type,System controllerType
리턴 System.Type