[Solved] Not able to assign text to UITextView
Providing more error details might help to solve your issue. But you can still solve it by checking few things-: 1) Check for UITextView outlet in storyboard-: 2) Check if you have given correct class to controller . In my case it’s UnderlineViewController check for yours. Your controller should have same class. 2.a) Go to … Read more