Search code examples
ioscocoa-touchtextinput

Cocoa touch : Multiple line text input


In my UIViewController <GLKViewDelegate> in need to make a simple text input when selecting a object.

Is there in UIKit a simple multiline text input popup ready to use ?

I already found UIAlertView with alertViewStyle=UIAlertViewStylePlainTextInput but it's only a simple line input.

thx


Solution

  • If you mean is there an equivalent of the text input UIAlertView with a UITextView rather than a UITextField, the answer is no.