How to move interface elements?

Hi!

Like the title says, how do I move interface elements like buttons and text fields etc. ?

Even better would be creating new interface elements at a certain position…

Thanks in advance

You use the setFrame: method.

You use the initWithFrame: method.

Thank you very much!