Re: Arranging NSStrings in a Table column

2009-06-17 Thread Kyle Sluder
Use three columns. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 Sub

Re: Arranging NSStrings in a Table column

2009-06-17 Thread WT
Use 3 labels or text-fields, align them in your table view cell using Interface Builder, set the appropriate justification (left, right, or center), and then use a couple of lines of code to set their text values with the actual strings you have. Wagner On Jun 17, 2009, at 3:13 PM, Arun wr