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!

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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With