Method |
Description |
|
CreateTask ( ) : void |
|
|
DeleteTask ( TodoItem task ) : void |
|
|
DidReceiveMemoryWarning ( ) : void |
|
|
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void |
Prepares for segue. The prepareForSegue method is invoked whenever a segue is about to take place. The new view controller has been loaded from the storyboard at this point but it’s not visible yet, and we can use this opportunity to send data to it. |
|
RootViewController ( IntPtr handle ) : System |
|
|
SaveTask ( TodoItem task ) : void |
|
|
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool |
|
|
ViewDidAppear ( bool animated ) : void |
|
|
ViewDidDisappear ( bool animated ) : void |
|
|
ViewDidLoad ( ) : void |
|
|
ViewDidUnload ( ) : void |
|
|
ViewWillAppear ( bool animated ) : void |
|
|
ViewWillDisappear ( bool animated ) : void |
|
|