How do to change an NSBox location (or position?) programmatically in objective c?

Posted by Merle on Stack Overflow See other posts from Stack Overflow or by Merle
Published on 2010-04-21T18:33:20Z Indexed on 2010/04/21 18:43 UTC
Read the original article Hit count: 184

I am learning objective c and am making some small programs. for my current project i am taking a NSBox and changing it's location based on a random number. How do I change the box's location? With C# it was a simple "box.location = anotherLocation" but I can't figure out how to do this in objective c. Any help would be greatly appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about programming