Re: Custom control with 4 vertical sliders
Re: Custom control with 4 vertical sliders
- Subject: Re: Custom control with 4 vertical sliders
- From: Gordon Apple <email@hidden>
- Date: Fri, 01 Mar 2013 12:50:52 -0600
- Thread-topic: Custom control with 4 vertical sliders
Ah! A Boilermaker. Did my MS and PhD there in EE may years ago, before I
went to Bell Labs.
I just suggested a collection view because they are so easy to use when you
need an array of identical views bound to an array of objects via the
represented object. You just create the prototype and let the collection
view do the replication work.
On 2/23/13 11:59 PM, "N!K" <email@hidden> wrote:
> I've been following this thread because I have a similar application in mind,
> displaying 6 sets (groupings, not NSSets) consisting of a label with slider
> and
> textview, both bound to an ivar.
>
> It seems so simple: create a custom view with one set, duplicate it to make 6
> such custom views, and place them all into another custom view.
> I'm not advanced enough to understand why there's a discussion.
>
> On the other hand, there seems to be interest in more complex ways, which
> implies that there are advantages in them that I don't see. Specifically, I
> don't see advantage in going on with collection views or boxes, and I don't
> know what you would do with a subclass (of what?).
>
> What am I missing? It must be elementary.
_______________________________________________
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