views:

27

answers:

1

Hi, I'm trying to make a method with a similar format to the setAutoresizingMask: method of NSView. I want to have someone be able to specify multiple values that i declared in my enum (NSHeightSizable | NSWidthSizable) like in autoresizing mask. How can I do this?

+2  A: 
dreamlax
Thanks a lot! Really helped.
Alex Zielenski