0

I have a UITextView inside a stackView laid out in storyboard. But the textView doesn't show up when the app is running. There nothing there but empty background. I want the user to be able to tap on the textView and enter text just as in a textField. All my other UITextFields are working as expected but not the UITextView.

I ave tried deleting it and placing a new UITextView from the library, I've looked through all the properties that can be set in story board but can't find a solution. What am I doing wrong?

Storyboard

enter image description here

Runtime

enter image description here

identityInspector

enter image description here

attributeInspector

enter image description here

size inspector

enter image description here

Kaushik Makwana
  • 1,329
  • 2
  • 14
  • 24
Ali
  • 1
  • 2

1 Answers1

0

I had the same issue, what seemed to solve it was changing the 'Module' setting under the identity inspector to InputBarAccessoryView. Hope that helps!