C# Класс Verses.iOS.FlipCardController

Наследование: UIViewController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
FlipCard void
FlipCardHandler void
HandleMemorizedTapped void
HandleProductTourStep6 void
NextCardHandler void
RightSwipeHandler void

Открытые методы

Метод Описание
FlipCardController ( UITableView tableView, ObservableSortedList verses, List versesForReview ) : System.Collections.Generic
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Приватные методы

Метод Описание
FlipCard ( ) : void
FlipCardHandler ( ) : void
HandleMemorizedTapped ( ) : void
HandleProductTourStep6 ( ) : void
NextCardHandler ( ) : void
RightSwipeHandler ( ) : void

Описание методов

FlipCardController() публичный Метод

public FlipCardController ( UITableView tableView, ObservableSortedList verses, List versesForReview ) : System.Collections.Generic
tableView UITableView
verses ObservableSortedList
versesForReview List
Результат System.Collections.Generic

GetSupportedInterfaceOrientations() публичный Метод

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Результат UIInterfaceOrientationMask

ViewDidLoad() публичный Метод

public ViewDidLoad ( ) : void
Результат void

ViewWillDisappear() публичный Метод

public ViewWillDisappear ( bool animated ) : void
animated bool
Результат void