Can it be possible to clone/copy an UIView object, without using Archivers.
for a scenario, I have the same kind of view that needs to be shown on the different controllers. So, what I thought was if there is any other way to clone it before initializing then, it would be better to play without creating alloc for each UIView of same replicaa.
for a scenario, I have the same kind of view that needs to be shown on the different controllers. So, what I thought was if there is any other way to clone it before initializing then, it would be better to play without creating alloc for each UIView of same replicaa.