Suppose I have a UIButton...can I programatically change the x and y locations of the button on the screen? What would the property be? New to this....
To find the relevant property, just read the definition and reference for UIButton, and follow the chain of whatever classes it inherits from. All built into XCode.