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
Показать файл Открыть проект

Открытые методы

Метод Описание
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