C# Class Verses.iOS.FlipCardController

Inheritance: UIViewController
显示文件 Open project: pierceboggan/Verses

Private Properties

Property Type Description
FlipCard void
FlipCardHandler void
HandleMemorizedTapped void
HandleProductTourStep6 void
NextCardHandler void
RightSwipeHandler void

Public Methods

Method Description
FlipCardController ( UITableView tableView, ObservableSortedList verses, List versesForReview ) : System.Collections.Generic
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
FlipCard ( ) : void
FlipCardHandler ( ) : void
HandleMemorizedTapped ( ) : void
HandleProductTourStep6 ( ) : void
NextCardHandler ( ) : void
RightSwipeHandler ( ) : void

Method Details

FlipCardController() public method

public FlipCardController ( UITableView tableView, ObservableSortedList verses, List versesForReview ) : System.Collections.Generic
tableView UITableView
verses ObservableSortedList
versesForReview List
return System.Collections.Generic

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

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