Hi, i have coded like that..but cant get output..
label.text = @"hai\nyou";
but the output is hai you...i want...hai and than "you" must be in nextline
Hi, i have coded like that..but cant get output..
label.text = @"hai\nyou";
but the output is hai you...i want...hai and than "you" must be in nextline
Try to set the "# of Lines" to 0 and let me know if it works.
Or, if you are typing in the little box in IB use option-return to insert a line feed (\n).