objective c - How to replace selected UILabels with UITextFields in IB? -


I have a view with UILABLELES in large amounts, and now they need to be editable, so I have to change them with UITEXfeld. . Is there any quick way to do this? Or do I have to change them one by one? Thanx!

You need to change them, there is no fast way.

Comments