objective c - New line textfield- iPhone -


this question has answer here:

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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -