C# 클래스 CrossUI.iOS.Dialog.Elements.UIViewElement

This element can be used to insert an arbitrary UIView
There is no cell reuse here as we have a 1:1 mapping in this case from the UIViewElement to the cell that holds our view.
상속: Element, IElementSizing
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
UIViewElement ( string caption, UIView view, bool transparent ) : CoreGraphics

Constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetCellImpl ( UITableView tv ) : UITableViewCell

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

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

UIViewElement() 공개 메소드

Constructor
public UIViewElement ( string caption, UIView view, bool transparent ) : CoreGraphics
caption string /// The caption, only used for RootElements that might want to summarize results ///
view UIView /// The view to display ///
transparent bool /// If this is set, then the view is responsible for painting the entire area, /// otherwise the default cell paint code will be used. ///
리턴 CoreGraphics