There are two views. in first view i created label,textfield,button . how can user drag that label/textfield/button to 2nd view and edit label name and size ,button name and size, textfield size/add placeholder.
Is it Possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You creted label,textfield and button programatically and added them to view1 as subviews.Upto this correct but how can you drag them to view2 ?
They are not visible in xib file.So it is not possible to drag objects created programatically from one view to another view.You do one thing,add them as subviews to view2 .