Re: UI like Transmission BT
Re: UI like Transmission BT
- Subject: Re: UI like Transmission BT
- From: Wilker <email@hidden>
- Date: Thu, 28 Jul 2011 21:10:14 -0300
Sorry guys, my bad...
I tried to create a View Controller class by extending from NSView instead
of NSViewController...
Now its running fine :)
Just one last question, I'm using a table with a single column, how I make
this column fill 100% of table and follow the table size (in case of table
growl or reduce)?
---
Wilker LĂșcio
http://about.me/wilkerlucio/bio
Kajabi Consultant
+55 81 82556600
On Thu, Jul 28, 2011 at 8:14 PM, Wilker <email@hidden> wrote:
> I'm trying a lot to make the NSTableView + NSView but I just can't make it
> work... I don't know the way to go, I was reading this doc here:
> http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/TableView/ViewBasedTables/ViewBasedTables.html#//apple_ref/doc/uid/10000026i-CH15-SW2
>
> But it don't explains too much... I created an xib file for my view, but I
> don't know how to load it to be cell of the view... The doc says to use a
> CustomView component inside cell, I dropped one, but I can't see how to link
> it with my xib. You have any good tutorial about it guys?
>
> ---
> Wilker LĂșcio
> http://about.me/wilkerlucio/bio
> Kajabi Consultant
> +55 81 82556600
>
>
>
> On Thu, Jul 28, 2011 at 1:30 PM, Corbin Dunn <email@hidden> wrote:
>
>>
>> On Jul 28, 2011, at 2:15 AM, Thomas Davie wrote:
>>
>> >
>> > On 28 Jul 2011, at 09:16, Wilker wrote:
>> >
>> >> Hi Guys,
>> >>
>> >> Which components of XCode 4 I should use in order to make an UI like
>> the
>> >> Transmission BT (http://www.transmissionbt.com/)
>> >>
>> >> I mean the part of downloads, one below the other, its like each
>> download is
>> >> a view, but I don't know how to put them one below the order, and how
>> to
>> >> make background color cycle. I was looking on Collection View, but
>> after
>> >> reading doc it don't really seems to feet for me, I just need something
>> >> simpler, one below the other, scroll when its bigger than screen.
>> >
>> > You have three options:
>> > 1) Restrict yourself to 10.7 and use NSTableView with NSViews instead of
>> NSCells.
>>
>> I vote for this option.
>>
>> corbin
>>
>>
>
_______________________________________________
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