C# Class BonjourServer.UITextViewExtension

Datei anzeigen Open project: mikebluestein/learning_monotouch_code

Public Methods

Method Description
AppendTextLine ( this textView, string text ) : void
ScrollToBottom ( this textView ) : void

Method Details

AppendTextLine() public static method

public static AppendTextLine ( this textView, string text ) : void
textView this
text string
return void

ScrollToBottom() public static method

public static ScrollToBottom ( this textView ) : void
textView this
return void