C# Class XamarinEvolveIOS.CustomUITableViewCell

Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
CustomUITableViewCell ( IntPtr ptr ) : System
LayoutSubviews ( ) : void
SetEditing ( bool editing, bool animated ) : void
SetInnerView ( CustomUITableViewCellSubView view ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

CustomUITableViewCell() public méthode

public CustomUITableViewCell ( IntPtr ptr ) : System
ptr IntPtr
Résultat System

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

SetEditing() public méthode

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
Résultat void

SetInnerView() public méthode

public SetInnerView ( CustomUITableViewCellSubView view ) : void
view CustomUITableViewCellSubView
Résultat void