Hi, I'm very new to xcodes so excuse me if this is a silly question.
I have searched google and youtube but can't seem to find a tutorial on how to do this.
I simply want to let the user add a new button, could be a label, textfield, or some other button which he/she can name.
For example, if the user clicks on the "add new name" button, it will allow them to type in a name and automatically create a new textfield button on the same screen. The textfield button should be placed accordingly with the other textfield buttons and scrolling should be on if there are too many buttons. The user should be able to create an unlimited amount of new buttons.
Is there a tutorial on how to do such a thing?
Thx