C# Class Verses.iOS.VersesTableViewController

Inheritance: VersesObservableTableViewController
Exibir arquivo Open project: pierceboggan/Verses Class Usage Examples

Public Properties

Property Type Description
Locked bool
Verses ObservableSortedList

Public Methods

Method Description
AddVerse ( Verse verse ) : void
FirstTourStepCompleted ( ) : void
HandleComposeButtonTapped ( object sender, EventArgs args ) : void
HandleNavigatedTo ( ) : void
HandleSettingsButtonTapped ( object sender, EventArgs args ) : void
RemoveVerse ( Verse verse ) : void
SecondTourStepCompleted ( ) : void
SetupNavigationBar ( ) : void
SetupTour ( ) : void
SetupUI ( ) : void
VersesTableViewController ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
CreateSource ( ) : UITableViewSource

Private Methods

Method Description
ViewForTab ( int indexOfItem ) : RectangleF

Method Details

AddVerse() public method

public AddVerse ( Verse verse ) : void
verse Verses.Portable.Verse
return void

CreateSource() protected method

protected CreateSource ( ) : UITableViewSource
return UITableViewSource

FirstTourStepCompleted() public method

public FirstTourStepCompleted ( ) : void
return void

HandleComposeButtonTapped() public method

public HandleComposeButtonTapped ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

HandleNavigatedTo() public method

public HandleNavigatedTo ( ) : void
return void

HandleSettingsButtonTapped() public method

public HandleSettingsButtonTapped ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

RemoveVerse() public method

public RemoveVerse ( Verse verse ) : void
verse Verses.Portable.Verse
return void

SecondTourStepCompleted() public method

public SecondTourStepCompleted ( ) : void
return void

SetupNavigationBar() public method

public SetupNavigationBar ( ) : void
return void

SetupTour() public method

public SetupTour ( ) : void
return void

SetupUI() public method

public SetupUI ( ) : void
return void

VersesTableViewController() public method

public VersesTableViewController ( ) : System
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

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

Property Details

Locked public_oe property

public bool Locked
return bool

Verses public_oe property

public ObservableSortedList Verses
return ObservableSortedList