C# 클래스 FSoft.WordApp.IOS.Views.TableSourceHomePosts

상속: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 메소드들

메소드 설명
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceHomePosts ( UITableView tableView ) : System

보호된 메소드들

메소드 설명
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

메소드 상세

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

GetOrCreateCellFor() 보호된 메소드

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
리턴 UITableViewCell

TableSourceHomePosts() 공개 메소드

public TableSourceHomePosts ( UITableView tableView ) : System
tableView UITableView
리턴 System