Re: Auto center within a custom NSView

2014-03-01 Thread Lorenzo Thurman
Thanks, I should have known that. On Mar 1, 2014, at 11:55 PM, Kyle Sluder wrote: > On Sat, Mar 1, 2014, at 09:19 PM, Lorenzo Thurman wrote: >> I have to add a variable number of NSSliders to a custom view, (although, >> probably no more than eight). I’d like these items centered within the >> v

Re: Auto center within a custom NSView

2014-03-01 Thread Kyle Sluder
On Sat, Mar 1, 2014, at 09:19 PM, Lorenzo Thurman wrote: > I have to add a variable number of NSSliders to a custom view, (although, > probably no more than eight). I’d like these items centered within the > view, but am unsure how to achieve this. I know I could probably “do the > math” and just c