(the screenshot below helps explain what I'm trying to do)
The idea is that I have UIView, with various different UIelements inside, for example, let's say that I have UIView, but inside there UILabel.
Now I want to duplicate UIView(with label inside). BUT somehow after that I need to maybe make changes to the label, for example. change the text property.
I need something like this, so that I can structure UIViewwith everything I need in it, beautiful, but actually have different data with different copies of it.
I'm not sure if this is the best approach, but this is the only thing I could come up with. If anyone has ideas on how to do this, or any ideas on a better approach, I would really appreciate it. A lot of!
source
share