Tuesday, April 7, 2015

Swift: making textview not editable

textView.userInteractionEnabled=false;
textView.editable=false;

No comments:

Post a Comment