C# Class Verses.iOS.MemorizationCell

Inheritance: UITableViewCell
Datei anzeigen Open project: pierceboggan/Verses Class Usage Examples

Public Methods

Method Description
MemorizationCell ( string reuseIdentifier ) : System
PopulateCell ( Verse v ) : void
ShowSelectedImage ( bool isSelected ) : void

Method Details

MemorizationCell() public method

public MemorizationCell ( string reuseIdentifier ) : System
reuseIdentifier string
return System

PopulateCell() public method

public PopulateCell ( Verse v ) : void
v Verses.Portable.Verse
return void

ShowSelectedImage() public method

public ShowSelectedImage ( bool isSelected ) : void
isSelected bool
return void