Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editable multiline text input in Xcode 6

I want to make a multiline text input in Xcode 6, I found some answers in this website advising to use UITextView with Editable functionality. I did it but I still can't edit in simulator. I want to get an input and save to db. Any idea?

Thanks!

like image 275
Designer Avatar asked Jul 12 '26 07:07

Designer


1 Answers

You'll need to also select "editable" in IB, or alternatively set the text view selectable in code using [textView setSelectable:YES] in order for it to receive input.

like image 61
JustSid Avatar answered Jul 14 '26 20:07

JustSid



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!