C# Class Verses.iOS.FlipCardController

Inheritance: UIViewController
Afficher le fichier Open project: pierceboggan/Verses

Private Properties

Свойство Type Description
FlipCard void
FlipCardHandler void
HandleMemorizedTapped void
HandleProductTourStep6 void
NextCardHandler void
RightSwipeHandler void

Méthodes publiques

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

Private Methods

Méthode Description
FlipCard ( ) : void
FlipCardHandler ( ) : void
HandleMemorizedTapped ( ) : void
HandleProductTourStep6 ( ) : void
NextCardHandler ( ) : void
RightSwipeHandler ( ) : void

Method Details

FlipCardController() public méthode

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

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void