C# 클래스 NibManagerTest.CustomCell

상속: UITableViewCell, ICellPopulator
파일 보기 프로젝트 열기: dtavlikos/JTNibManager

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomCell ( IntPtr handle ) : System
PopulateCell ( string text, string subtitle ) : void

메소드 상세

CustomCell() 공개 메소드

public CustomCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

PopulateCell() 공개 메소드

public PopulateCell ( string text, string subtitle ) : void
text string
subtitle string
리턴 void