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
If you mean is there an equivalent of the text input
UIAlertViewwith aUITextViewrather than aUITextField, the answer is no.