Property | Type | Description | |
---|---|---|---|
HandlePress | void | ||
OnTimerElapsed | void | ||
ReleaseDesignerOutlets | void | ||
ShowAlert | void | ||
ShowScore | void | ||
StartGame | void | ||
TagForTile | int | ||
TileForTag | Point |
Method | Description | |
---|---|---|
DidReceiveMemoryWarning ( ) : void | ||
MinesweeperViewController ( ) : System | ||
MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void | ||
ViewDidAppear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
HandlePress ( ) : void | ||
OnTimerElapsed ( object o, |
||
ReleaseDesignerOutlets ( ) : void | ||
ShowAlert ( ) : void | ||
ShowScore ( |
||
StartGame ( ) : void | ||
TagForTile ( int col, int row ) : int | ||
TileForTag ( int tag ) : Point |
public MinesweeperViewController ( ) : System | ||
return | System |
public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void | ||
motion | UIEventSubtype | |
evt | UIEvent | |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |