ios - Editable multiline text input in Xcode 6 -


I want to create a multimedia text input in Xcode 6, I have found some answers in this website with editable functionality Is advised to use UITextView. I did it but I still can not edit in the simulator I have to get an input and save DB. Any remedy?

Thank you!

You must also select" editable "in the IB, or alternatively [textView setSelectable: Yes] to get input.


Comments

Popular posts from this blog

java - Joda Time Interval Not returning what I expect -

sip - Call SipJs to Asterisk 12 -

javascript - Render HTML after each iteration in loop -