Property | Type | Description | |
---|---|---|---|
AddButton_Activated | void | ||
ReleaseDesignerOutlets | void |
Method | Description | |
---|---|---|
CreateTask ( ) : void | ||
DeleteTask ( StoryboardTable.Chore chore ) : void | ||
DidReceiveMemoryWarning ( ) : void | ||
MasterViewController ( |
||
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
SaveTask ( StoryboardTable.Chore chore ) : void | ||
ViewDidAppear ( bool animated ) : void | ||
ViewDidDisappear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
AddButton_Activated ( UIBarButtonItem sender ) : void | ||
ReleaseDesignerOutlets ( ) : void |
public DeleteTask ( StoryboardTable.Chore chore ) : void | ||
chore | StoryboardTable.Chore | |
return | void |
public MasterViewController ( |
||
handle | ||
return | System |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |
public SaveTask ( StoryboardTable.Chore chore ) : void | ||
chore | StoryboardTable.Chore | |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |