objective c - New line textfield- iPhone -
this question has answer here:
- how create multiline uitextfield? 9 answers
is possible put new line in textfield
placeholder? like:
comment1= [[[uitextfield alloc]initwithframe:frame2]autorelease]; comment1.placeholder = @"write maximum 200 \r characters here";
use uitextview
multiline text
Comments
Post a Comment