Re: line break in Interface Builder
Re: line break in Interface Builder
- Subject: Re: line break in Interface Builder
- From: Randall Meadows <email@hidden>
- Date: Thu, 4 Sep 2008 13:33:17 -0600
On Sep 4, 2008, at 1:14 PM, John Murphy wrote:
I need to know how to create a line break in Interface Builder.
"\n" does not work...
I have a multiline text field that is populated using bindings, the
value is modified using a display pattern:
%{value1}@ %{value2}@
I need a line break between these two values.
Any ideas?
To enter a return character in the text field, type option-return;
that will insert the return character where the cursor is.
I think this is SOP for Cocoa text fields.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden