Re: Arranging NSStrings in a Table column
Re: Arranging NSStrings in a Table column
- Subject: Re: Arranging NSStrings in a Table column
- From: WT <email@hidden>
- Date: Wed, 17 Jun 2009 15:58:01 +0200
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 wrote:
Hi All,
I have 3 NSStrings
How can i arrange mutiple strings with proper allignment in a table
column
as below. Any ideas?
--------------------------------------------------------------------------------
| <abcdfgjhkjhjkk>
<xbbnbbn>
|
|
<jdhfhd>
|
--------------------------------------------------------------------------------
| <abcdfgjhkjhjkkvbcbgb>
<xbbnbbn> |
|
<jdhfhd>
|
--------------------------------------------------------------------------------
| <abcdfgjhkjhjkk>
<xbbnbbn>
|
|
<jdhfhd>
|
---------------------------------------------------------------------------------
Thanks
Arun KA
_______________________________________________
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