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?
I am learning objective c and am making some small programs. For my current
Share
To change the location of the NSBox, you have to use the
setFramemethod: