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
Post a Comment