textView
The editable text view in the compose view.
Declaration
var textView: UITextView! { get }var textView: NSTextView! { get }Discussion
When a user activates a Post or Send button, you can send their text by sending self.textView.text. Note that the SLComposeServiceViewController base class creates textView in its loadView() method and sets itself to be the textView delegate.