C# Класс FSoft.WordApp.IOS.Views.TableSourceComments

Наследование: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ColorFromHex ( int hexValue ) : UIKit.UIColor
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceComments ( UITableView tableView ) : System
setRoundedView ( UIView roundedView, float newSize ) : void

Защищенные методы

Метод Описание
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Приватные методы

Метод Описание
TextHeight ( string text, nfloat width ) : nfloat

Описание методов

ColorFromHex() публичный Метод

public ColorFromHex ( int hexValue ) : UIKit.UIColor
hexValue int
Результат UIKit.UIColor

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

TableSourceComments() публичный Метод

public TableSourceComments ( UITableView tableView ) : System
tableView UITableView
Результат System

setRoundedView() публичный Метод

public setRoundedView ( UIView roundedView, float newSize ) : void
roundedView UIView
newSize float
Результат void