Re: Bindings: Value With Pattern Question
Re: Bindings: Value With Pattern Question
- Subject: Re: Bindings: Value With Pattern Question
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 20 Dec 2003 12:17:02 -0800
On Dec 17, 2003, at 9:47 AM, Dave Garaffa wrote:
Does anyone know of a way to force a \n, line-break, etc into the
"Display Pattern"?
*A* way: add a suitable key to one of your bindable objects:
- (NSString *)newLine
{
return @"\n";
}
and include that in the pattern...
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.