public static void AppendTextLine(this UITextView textView, string text) { textView.Text += String.Format("\r\n{0}", text); textView.ScrollToBottom(); }