C# Class XamarinEvolveIOS.ProfileViewController

Inheritance: UITableViewController
Mostra file Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
LoadView ( ) : void
ProfileViewController ( User user ) : System
RefreshHeaderCell ( ) : void
SetEditing ( bool editing, bool animated ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
SetupEditButton ( ) : void

Method Details

LoadView() public method

public LoadView ( ) : void
return void

ProfileViewController() public method

public ProfileViewController ( User user ) : System
user XamarinEvolveSSLibrary.User
return System

RefreshHeaderCell() public method

public RefreshHeaderCell ( ) : void
return void

SetEditing() public method

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void