C# Class FSoft.WordApp.IOS.Views.TableSourceComments

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Méthodes publiques

Méthode Description
ColorFromHex ( int hexValue ) : UIKit.UIColor
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceComments ( UITableView tableView ) : System
setRoundedView ( UIView roundedView, float newSize ) : void

Méthodes protégées

Méthode Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Private Methods

Méthode Description
TextHeight ( string text, nfloat width ) : nfloat

Method Details

ColorFromHex() public méthode

public ColorFromHex ( int hexValue ) : UIKit.UIColor
hexValue int
Résultat UIKit.UIColor

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell

TableSourceComments() public méthode

public TableSourceComments ( UITableView tableView ) : System
tableView UITableView
Résultat System

setRoundedView() public méthode

public setRoundedView ( UIView roundedView, float newSize ) : void
roundedView UIView
newSize float
Résultat void