Re: How to draw NSString with centered alignment?
Re: How to draw NSString with centered alignment?
- Subject: Re: How to draw NSString with centered alignment?
- From: j o a r <email@hidden>
- Date: Tue, 23 Jan 2007 07:30:52 +0100
On Jan 23, 2007, at 6:46 AM, Joe Goh wrote:
On a side note, why are these methods placed in the NSString AppKit
Additions documentation instead of being merged into the main NSString
documentation? Is this a historical remnant from the NeXT days?
There is a division of labour between Foundation and AppKit. AppKit
supports building applications with a GUI, while Foundation provides
base functionality with no dependency on GUI. The display width of a
string is a user interface property, and so doesn't belong in the
Foundation framework.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaFundamentals/WhatIsCocoa/chapter_2_section_5.html>
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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