Saturday, 15 August 2015

ios - How to stack text (Sentences) under the previous sentence in a text field? -



ios - How to stack text (Sentences) under the previous sentence in a text field? -

i big time nood. trying create app can not configure text field stack users text under previous text instead of running off right in never ending line. please help! need more code. set it??? witch file? thanks!

please holding me back!

you can set newline characters textview's text property:

self.textview.text = @"foo\nbar";

you'll 'foo' on first line , 'bar' on second.

ios uitextfield stack

No comments:

Post a Comment