Property | Type | Description | |
---|---|---|---|
ReleaseDesignerOutlets | void |
Method | Description | |
---|---|---|
AutoCompleteDemoViewController ( ) : System | ||
DidReceiveMemoryWarning ( ) : void | ||
SetAutoCompleteText ( string finalString ) : void | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
UpdateSuggestions ( ) : void | ||
ViewDidLoad ( ) : void | ||
ViewDidUnload ( ) : void |
Method | Description | |
---|---|---|
ReleaseDesignerOutlets ( ) : void |
public AutoCompleteDemoViewController ( ) : System | ||
return | System |
public SetAutoCompleteText ( string finalString ) : void | ||
finalString | string | |
return | void |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |